COLOR #639060

HEX: #639060
RGB: (99,144,96)

Color info

#639060 contains red, green and blue colors in about the same proportion. Web safe color of #639060 is #669966 (or #696).

RGB color model

#639060 color RGB value is (99,144,96).

  • red value is 99;
  • green value is 144;
  • blue value is 96.
RGB:
(99,144,96)
(39%,56%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 144 of 255 = 56%
B 96 of 255 = 38%

99
144
96

R + G + B ~ 44%. #639060 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 144 + 96 = 339 (100%)
R 99 of 339 ~ 29.2%
G 144 of 339 ~ 42.48%
B 96 of 339 ~ 28.32%

%29.2
%42.48
%28.32

CMYK color model

#639060 color CMYK value is (31,0,33,44).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK:
(31,0,33,44)
C31M0Y33K44 
(31%,0%,33%,44%)
(0.31/0.00/0.33/0.44)	

CMYK percentages

%31.25
%0
%33.33
%43.53

Codes

Color #639060 in popluar color models

639060
RGB9914496
HSL116°20.00%47.06%
HSB/HSV116°33.33%56.47%
CMYK31.25%0.00%33.33%
43.53%

Color #639060 in popluar number systems.

HEX639060
Decimal9914496
Binary1100011100100001100000
Octal143220140

Shades and tints

Shades of #639060

#639060
(99,144,96)
#5A8358
(90,131,88)
#517650
(81,118,80)
#486948
(72,105,72)
#3F5C40
(63,92,64)
#364F38
(54,79,56)
#2D4230
(45,66,48)
#243528
(36,53,40)
#1B2820
(27,40,32)
#121B18
(18,27,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #639060

#639060
(99,144,96)
#719A6E
(113,154,110)
#7FA47C
(127,164,124)
#8DAE8A
(141,174,138)
#9BB898
(155,184,152)
#A9C2A6
(169,194,166)
#B7CCB4
(183,204,180)
#C5D6C2
(197,214,194)
#D3E0D0
(211,224,208)
#E1EADE
(225,234,222)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639060 color. Also use rgb(99,144,96) instead hex code.

Text Font Color

.myTextColor { color: #639060; }

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

This text font color is #639060.


Background Color

.myBgColor { background-color: #639060; }

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

This div background color is #639060.


Border color

.myBorderColor { border: 1px solid #639060; }

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

This div border color is #639060.


Opacity

.myOpacity80 { color: #639060; opacity: 0.8; }

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

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

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

This text has shadow with #639060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639060 on black background.


Color preview on white background

This text has color #639060 on white background.



Black color preview on #639060 background

This text has black color on #639060 background.


White color preview on #639060 background

This text has white color on #639060 background.