COLOR #5E7972

HEX: #5E7972
RGB: (94,121,114)

Color info

#5E7972 contains red, green and blue colors in about the same proportion. Web safe color of #5E7972 is #666666 (or #666).

RGB color model

#5E7972 color RGB value is (94,121,114).

  • red value is 94;
  • green value is 121;
  • blue value is 114.
RGB:
(94,121,114)
(37%,47%,45%)

RGB channels and saturation

R 94 of 255 = 37%
G 121 of 255 = 47%
B 114 of 255 = 45%

94
121
114

R + G + B ~ 43%. #5E7972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 121 + 114 = 329 (100%)
R 94 of 329 ~ 28.57%
G 121 of 329 ~ 36.78%
B 114 of 329 ~ 34.65%

%28.57
%36.78
%34.65

CMYK color model

#5E7972 color CMYK value is (22,0,6,53).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(22,0,6,53)
C22M0Y6K53 
(22%,0%,6%,53%)
(0.22/0.00/0.06/0.53)	

CMYK percentages

%22.31
%0
%5.79
%52.55

Codes

Color #5E7972 in popluar color models

5E7972
RGB94121114
HSL164°12.56%42.16%
HSB/HSV164°22.31%47.45%
CMYK22.31%0.00%5.79%
52.55%

Color #5E7972 in popluar number systems.

HEX5E7972
Decimal94121114
Binary101111011110011110010
Octal136171162

Shades and tints

Shades of #5E7972

#5E7972
(94,121,114)
#566E68
(86,110,104)
#4E635E
(78,99,94)
#465854
(70,88,84)
#3E4D4A
(62,77,74)
#364240
(54,66,64)
#2E3736
(46,55,54)
#262C2C
(38,44,44)
#1E2122
(30,33,34)
#161618
(22,22,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #5E7972

#5E7972
(94,121,114)
#6C857E
(108,133,126)
#7A918A
(122,145,138)
#889D96
(136,157,150)
#96A9A2
(150,169,162)
#A4B5AE
(164,181,174)
#B2C1BA
(178,193,186)
#C0CDC6
(192,205,198)
#CED9D2
(206,217,210)
#DCE5DE
(220,229,222)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7972 color. Also use rgb(94,121,114) instead hex code.

Text Font Color

.myTextColor { color: #5E7972; }

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

This text font color is #5E7972.


Background Color

.myBgColor { background-color: #5E7972; }

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

This div background color is #5E7972.


Border color

.myBorderColor { border: 1px solid #5E7972; }

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

This div border color is #5E7972.


Opacity

.myOpacity80 { color: #5E7972; opacity: 0.8; }

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

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

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

This text has shadow with #5E7972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7972 on black background.


Color preview on white background

This text has color #5E7972 on white background.



Black color preview on #5E7972 background

This text has black color on #5E7972 background.


White color preview on #5E7972 background

This text has white color on #5E7972 background.