COLOR #72957E

HEX: #72957E
RGB: (114,149,126)

Color info

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

RGB color model

#72957E color RGB value is (114,149,126).

  • red value is 114;
  • green value is 149;
  • blue value is 126.
RGB:
(114,149,126)
(45%,58%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 126 of 255 = 49%

114
149
126

R + G + B ~ 51%. #72957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 149 + 126 = 389 (100%)
R 114 of 389 ~ 29.31%
G 149 of 389 ~ 38.3%
B 126 of 389 ~ 32.39%

%29.31
%38.3
%32.39

CMYK color model

#72957E color CMYK value is (23,0,15,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(23,0,15,42)
C23M0Y15K42 
(23%,0%,15%,42%)
(0.23/0.00/0.15/0.42)	

CMYK percentages

%23.49
%0
%15.44
%41.57

Codes

Color #72957E in popluar color models

72957E
RGB114149126
HSL141°14.17%51.57%
HSB/HSV141°23.49%58.43%
CMYK23.49%0.00%15.44%
41.57%

Color #72957E in popluar number systems.

HEX72957E
Decimal114149126
Binary1110010100101011111110
Octal162225176

Shades and tints

Shades of #72957E

#72957E
(114,149,126)
#688873
(104,136,115)
#5E7B68
(94,123,104)
#546E5D
(84,110,93)
#4A6152
(74,97,82)
#405447
(64,84,71)
#36473C
(54,71,60)
#2C3A31
(44,58,49)
#222D26
(34,45,38)
#18201B
(24,32,27)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #72957E

#72957E
(114,149,126)
#7E9E89
(126,158,137)
#8AA794
(138,167,148)
#96B09F
(150,176,159)
#A2B9AA
(162,185,170)
#AEC2B5
(174,194,181)
#BACBC0
(186,203,192)
#C6D4CB
(198,212,203)
#D2DDD6
(210,221,214)
#DEE6E1
(222,230,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72957E color. Also use rgb(114,149,126) instead hex code.

Text Font Color

.myTextColor { color: #72957E; }

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

This text font color is #72957E.


Background Color

.myBgColor { background-color: #72957E; }

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

This div background color is #72957E.


Border color

.myBorderColor { border: 1px solid #72957E; }

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

This div border color is #72957E.


Opacity

.myOpacity80 { color: #72957E; opacity: 0.8; }

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

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

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

This text has shadow with #72957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72957E on black background.


Color preview on white background

This text has color #72957E on white background.



Black color preview on #72957E background

This text has black color on #72957E background.


White color preview on #72957E background

This text has white color on #72957E background.