COLOR #639B5A

HEX: #639B5A
RGB: (99,155,90)

Renk bilgisi

#639B5A contains mainly red and green colors. #639B5A ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#639B5A color RGB value is (99,155,90).

  • kırmız ton 99;
  • yeşil ton 155;
  • mavi ton 90.
RGB:
(99,155,90)
(39%,61%,35%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 155 of 255 = 61%
B 90 of 255 = 35%

99
155
90

R + G + B ~ 45%. #639B5A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 155 + 90 = 344 (100%)
R 99 of 344 ~ 28.78%
G 155 of 344 ~ 45.06%
B 90 of 344 ~ 26.16%

%28.78
%45.06
%26.16

CMYK RENK MODELİ

#639B5A rengi CMYK tonu (36,0,42,39).

  • camgöbeği tonu 36.13%
  • eflatun tonu 0.00%
  • sarı tonu 41.94%
  • ana renk tonu 39.22%
CMYK:
(36,0,42,39)
C36M0Y42K39 
(36%,0%,42%,39%)
(0.36/0.00/0.42/0.39)	

CMYK yüzdeleri

%36.13
%0
%41.94
%39.22

Codes

Color #639B5A in popluar color models

639B5A
RGB9915590
HSL112°26.53%48.04%
HSB/HSV112°41.94%60.78%
CMYK36.13%0.00%41.94%
39.22%

Color #639B5A in popluar number systems.

HEX639B5A
Decimal9915590
Binary1100011100110111011010
Octal143233132

Shades and tints

Shades of #639B5A

#639B5A
(99,155,90)
#5A8D52
(90,141,82)
#517F4A
(81,127,74)
#487142
(72,113,66)
#3F633A
(63,99,58)
#365532
(54,85,50)
#2D472A
(45,71,42)
#243922
(36,57,34)
#1B2B1A
(27,43,26)
#121D12
(18,29,18)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #639B5A

#639B5A
(99,155,90)
#71A469
(113,164,105)
#7FAD78
(127,173,120)
#8DB687
(141,182,135)
#9BBF96
(155,191,150)
#A9C8A5
(169,200,165)
#B7D1B4
(183,209,180)
#C5DAC3
(197,218,195)
#D3E3D2
(211,227,210)
#E1ECE1
(225,236,225)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639B5A color. Also use rgb(99,155,90) instead hex code.

Text Font Color

.myTextColor { color: #639B5A; }

<p style="color:#639B5A">This sample text font color is #639B5A.</p>

This text font color is #639B5A.


Background Color

.myBgColor { background-color: #639B5A; }

<div style="background-color:#639B5A">Inner text</div>

This div background color is #639B5A.


Border color

.myBorderColor { border: 1px solid #639B5A; }

<div style="border:3px solid #639B5A">Div</div>

This div border color is #639B5A.


Opacity

.myOpacity80 { color: #639B5A; opacity: 0.8; }

<p style="color:#639B5A;opacity:0.8;">80%</p>

Text with #639B5A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #639B5A;}

<p style="text-shadow: 3px 3px 1px #639B5A">Text here.</p>

This text has shadow with #639B5A color.

.textShadow {text-shadow: 3px 3px 1px #639B5A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #639B5A, 5px 5px 20px red">Text here.</p>

This text has shadow with #639B5A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#639B5A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#639B5A, Direction=45, Strength=4)">Text</p>

This text has shadow with #639B5A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #639B5A;
  -webkit-box-shadow:	1px 1px 3px 2px #639B5A;
  box-shadow:		1px 1px 3px 2px #639B5A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #639B5A;
-webkit-box-shadow: 1px 1px 3px 2px #639B5A;
box-shadow:1px 1px 3px 2px #639B5A;">
Div content here</div>
This div box has shadow with color #639B5A.

Preview

Color preview on black background

This text has color #639B5A on black background.


Color preview on white background

This text has color #639B5A on white background.



Black color preview on #639B5A background

This text has black color on #639B5A background.


White color preview on #639B5A background

This text has white color on #639B5A background.