COLOR #5E7672

HEX: #5E7672 RGB: (94,118,114)

Color info

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

RGB color model

#5E7672 color RGB value is (94,118,114).

RGB: (94,118,114) (37%, 46%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 114 of 255 = 45%

94
118
114

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

Portions of RGB colors in percentages

R + G + B = 94 + 118 + 114 = 326 (100%)
R 94 of 326 ~ 28.83%
G 118 of 326 ~ 36.2%
B 114 of 326 ~ 34.97'%

%28.83
%36.2
%34.97

CMYK color model

#5E7672 color CMYK value is (20,0,3,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 53.73%

CMYK: (20,0,3,54)
C20M0Y3K54 (20%, 0%, 3%, 54%)
(0.20 / 0.00 / 0.03 / 0.54)

CMYK percentages

%20.34
%0
%3.39
%53.73

Codes

Color #5E7672 in popluar color models

5E 76 72
RGB 94 118 114
HSL 170° 11.32% 41.57%
HSB/HSV 170° 20.34% 46.27%
CMYK 20.34% 0.00% 3.39%
53.73%

Color #5E7672 in popluar number systems.

HEX 5E 76 72
Decimal 94 118 114
Binary 1011110 1110110 1110010
Octal 136 166 162

Shades and tints

Shades of #5E7672

#5E7672
(94,118,114)
#566C68
(86,108,104)
#4E625E
(78,98,94)
#465854
(70,88,84)
#3E4E4A
(62,78,74)
#364440
(54,68,64)
#2E3A36
(46,58,54)
#26302C
(38,48,44)
#1E2622
(30,38,34)
#161C18
(22,28,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #5E7672

#5E7672
(94,118,114)
#6C827E
(108,130,126)
#7A8E8A
(122,142,138)
#889A96
(136,154,150)
#96A6A2
(150,166,162)
#A4B2AE
(164,178,174)
#B2BEBA
(178,190,186)
#C0CAC6
(192,202,198)
#CED6D2
(206,214,210)
#DCE2DE
(220,226,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7672; }

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

This text font color is #5E7672.

Background Color

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

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

This div background color is #5E7672.

Border color

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

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

This div border color is #5E7672.

Opacity

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

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

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

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

This text has shadow with #5E7672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7672.

Preview

Color preview on black background

This text has color #5E7672 on black background.


Color preview on white background

This text has color #5E7672 on white background.


Black color preview on #5E7672 background

This text has black color on #5E7672 background.


White color preview on #5E7672 background

This text has white color on #5E7672 background.


Related colors

Complementary color

Complementary color for #hex is #A1898D.


I love getcolorcode.com

Triadic colors

1 #725E76 and #76725E with #5E7672 are triadic colors.

2 #72765E and #765E72 with #5E7672 are triadic colors.