COLOR #639E5C

HEX: #639E5C
RGB: (99,158,92)

Color info

#639E5C contains mainly red and green colors. Web safe color of #639E5C is #669966 (or #696).

RGB color model

#639E5C color RGB value is (99,158,92).

  • red value is 99;
  • green value is 158;
  • blue value is 92.
RGB:
(99,158,92)
(39%,62%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 158 of 255 = 62%
B 92 of 255 = 36%

99
158
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 158 + 92 = 349 (100%)
R 99 of 349 ~ 28.37%
G 158 of 349 ~ 45.27%
B 92 of 349 ~ 26.36%

%28.37
%45.27
%26.36

CMYK color model

#639E5C color CMYK value is (37,0,42,38).

  • cyan value is 37.34%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 38.04%
CMYK:
(37,0,42,38)
C37M0Y42K38 
(37%,0%,42%,38%)
(0.37/0.00/0.42/0.38)	

CMYK percentages

%37.34
%0
%41.77
%38.04

Codes

Color #639E5C in popluar color models

639E5C
RGB9915892
HSL114°26.40%49.02%
HSB/HSV114°41.77%61.96%
CMYK37.34%0.00%41.77%
38.04%

Color #639E5C in popluar number systems.

HEX639E5C
Decimal9915892
Binary1100011100111101011100
Octal143236134

Shades and tints

Shades of #639E5C

#639E5C
(99,158,92)
#5A9054
(90,144,84)
#51824C
(81,130,76)
#487444
(72,116,68)
#3F663C
(63,102,60)
#365834
(54,88,52)
#2D4A2C
(45,74,44)
#243C24
(36,60,36)
#1B2E1C
(27,46,28)
#122014
(18,32,20)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #639E5C

#639E5C
(99,158,92)
#71A66A
(113,166,106)
#7FAE78
(127,174,120)
#8DB686
(141,182,134)
#9BBE94
(155,190,148)
#A9C6A2
(169,198,162)
#B7CEB0
(183,206,176)
#C5D6BE
(197,214,190)
#D3DECC
(211,222,204)
#E1E6DA
(225,230,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639E5C color. Also use rgb(99,158,92) instead hex code.

Text Font Color

.myTextColor { color: #639E5C; }

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

This text font color is #639E5C.


Background Color

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

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

This div background color is #639E5C.


Border color

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

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

This div border color is #639E5C.


Opacity

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

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

Text with #639E5C 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 #639E5C;}

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

This text has shadow with #639E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639E5C on black background.


Color preview on white background

This text has color #639E5C on white background.



Black color preview on #639E5C background

This text has black color on #639E5C background.


White color preview on #639E5C background

This text has white color on #639E5C background.