COLOR #638472

HEX: #638472
RGB: (99,132,114)

Color info

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

RGB color model

#638472 color RGB value is (99,132,114).

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

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 114 of 255 = 45%

99
132
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 132 + 114 = 345 (100%)
R 99 of 345 ~ 28.7%
G 132 of 345 ~ 38.26%
B 114 of 345 ~ 33.04%

%28.7
%38.26
%33.04

CMYK color model

#638472 color CMYK value is (25,0,14,48).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(25,0,14,48)
C25M0Y14K48 
(25%,0%,14%,48%)
(0.25/0.00/0.14/0.48)	

CMYK percentages

%25
%0
%13.64
%48.24

Codes

Color #638472 in popluar color models

638472
RGB99132114
HSL147°14.29%45.29%
HSB/HSV147°25.00%51.76%
CMYK25.00%0.00%13.64%
48.24%

Color #638472 in popluar number systems.

HEX638472
Decimal99132114
Binary1100011100001001110010
Octal143204162

Shades and tints

Shades of #638472

#638472
(99,132,114)
#5A7868
(90,120,104)
#516C5E
(81,108,94)
#486054
(72,96,84)
#3F544A
(63,84,74)
#364840
(54,72,64)
#2D3C36
(45,60,54)
#24302C
(36,48,44)
#1B2422
(27,36,34)
#121818
(18,24,24)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #638472

#638472
(99,132,114)
#718F7E
(113,143,126)
#7F9A8A
(127,154,138)
#8DA596
(141,165,150)
#9BB0A2
(155,176,162)
#A9BBAE
(169,187,174)
#B7C6BA
(183,198,186)
#C5D1C6
(197,209,198)
#D3DCD2
(211,220,210)
#E1E7DE
(225,231,222)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638472; }

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

This text font color is #638472.


Background Color

.myBgColor { background-color: #638472; }

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

This div background color is #638472.


Border color

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

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

This div border color is #638472.


Opacity

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

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

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

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

This text has shadow with #638472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638472 on black background.


Color preview on white background

This text has color #638472 on white background.



Black color preview on #638472 background

This text has black color on #638472 background.


White color preview on #638472 background

This text has white color on #638472 background.