COLOR #639172

HEX: #639172
RGB: (99,145,114)

Color info

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

RGB color model

#639172 color RGB value is (99,145,114).

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

RGB channels and saturation

R 99 of 255 = 39%
G 145 of 255 = 57%
B 114 of 255 = 45%

99
145
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 145 + 114 = 358 (100%)
R 99 of 358 ~ 27.65%
G 145 of 358 ~ 40.5%
B 114 of 358 ~ 31.84%

%27.65
%40.5
%31.84

CMYK color model

#639172 color CMYK value is (32,0,21,43).

  • cyan value is 31.72%
  • magenta value is 0.00%
  • yellow value is 21.38%
  • key color value is 43.14%
CMYK: (32,0,21,43) C32M0Y21K43 (32%,0%,21%,43%) (0.32/0.00/0.21/0.43)

CMYK percentages

%31.72
%0
%21.38
%43.14

Codes

Color #639172 in popluar color models

639172
RGB99145114
HSL140°18.85%47.84%
HSB/HSV140°31.72%56.86%
CMYK31.72%0.00%21.38%
43.14%

Color #639172 in popluar number systems.

HEX639172
Decimal99145114
Binary1100011100100011110010
Octal143221162

Shades and tints

Shades of #639172

#639172
(99,145,114)
#5A8468
(90,132,104)
#51775E
(81,119,94)
#486A54
(72,106,84)
#3F5D4A
(63,93,74)
#365040
(54,80,64)
#2D4336
(45,67,54)
#24362C
(36,54,44)
#1B2922
(27,41,34)
#121C18
(18,28,24)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #639172

#639172
(99,145,114)
#719B7E
(113,155,126)
#7FA58A
(127,165,138)
#8DAF96
(141,175,150)
#9BB9A2
(155,185,162)
#A9C3AE
(169,195,174)
#B7CDBA
(183,205,186)
#C5D7C6
(197,215,198)
#D3E1D2
(211,225,210)
#E1EBDE
(225,235,222)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639172; }

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

This text font color is #639172.


Background Color

.myBgColor { background-color: #639172; }

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

This div background color is #639172.


Border color

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

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

This div border color is #639172.


Opacity

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

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

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

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

This text has shadow with #639172 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #639172 on black background.


Color preview on white background

This text has color #639172 on white background.



Black color preview on #639172 background

This text has black color on #639172 background.


White color preview on #639172 background

This text has white color on #639172 background.