COLOR #638872

HEX: #638872
RGB: (99,136,114)

Color info

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

RGB color model

#638872 color RGB value is (99,136,114).

  • red value is 99;
  • green value is 136;
  • blue value is 114.
RGB:
(99,136,114)
(39%,53%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 114 of 255 = 45%

99
136
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 114 = 349 (100%)
R 99 of 349 ~ 28.37%
G 136 of 349 ~ 38.97%
B 114 of 349 ~ 32.66%

%28.37
%38.97
%32.66

CMYK color model

#638872 color CMYK value is (27,0,16,47).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(27,0,16,47)
C27M0Y16K47 
(27%,0%,16%,47%)
(0.27/0.00/0.16/0.47)	

CMYK percentages

%27.21
%0
%16.18
%46.67

Codes

Color #638872 in popluar color models

638872
RGB99136114
HSL144°15.74%46.08%
HSB/HSV144°27.21%53.33%
CMYK27.21%0.00%16.18%
46.67%

Color #638872 in popluar number systems.

HEX638872
Decimal99136114
Binary1100011100010001110010
Octal143210162

Shades and tints

Shades of #638872

#638872
(99,136,114)
#5A7C68
(90,124,104)
#51705E
(81,112,94)
#486454
(72,100,84)
#3F584A
(63,88,74)
#364C40
(54,76,64)
#2D4036
(45,64,54)
#24342C
(36,52,44)
#1B2822
(27,40,34)
#121C18
(18,28,24)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #638872

#638872
(99,136,114)
#71927E
(113,146,126)
#7F9C8A
(127,156,138)
#8DA696
(141,166,150)
#9BB0A2
(155,176,162)
#A9BAAE
(169,186,174)
#B7C4BA
(183,196,186)
#C5CEC6
(197,206,198)
#D3D8D2
(211,216,210)
#E1E2DE
(225,226,222)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638872 color. Also use rgb(99,136,114) instead hex code.

Text Font Color

.myTextColor { color: #638872; }

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

This text font color is #638872.


Background Color

.myBgColor { background-color: #638872; }

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

This div background color is #638872.


Border color

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

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

This div border color is #638872.


Opacity

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

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

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

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

This text has shadow with #638872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638872 on black background.


Color preview on white background

This text has color #638872 on white background.



Black color preview on #638872 background

This text has black color on #638872 background.


White color preview on #638872 background

This text has white color on #638872 background.