COLOR #5E7176

HEX: #5E7176 RGB: (94,113,118)

Color info

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

RGB color model

#5E7176 color RGB value is (94,113,118).

RGB: (94,113,118) (37%, 44%, 46%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 118 of 255 = 46%

94
113
118

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

Portions of RGB colors in percentages

R + G + B = 94 + 113 + 118 = 325 (100%)
R 94 of 325 ~ 28.92%
G 113 of 325 ~ 34.77%
B 118 of 325 ~ 36.31'%

%28.92
%34.77
%36.31

CMYK color model

#5E7176 color CMYK value is (20,4,0,54).

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

CMYK: (20,4,0,54)
C20M4Y0K54 (20%, 4%, 0%, 54%)
(0.20 / 0.04 / 0.00 / 0.54)

CMYK percentages

%20.34
%4.24
%0
%53.73

Codes

Color #5E7176 in popluar color models

5E 71 76
RGB 94 113 118
HSL 193° 11.32% 41.57%
HSB/HSV 193° 20.34% 46.27%
CMYK 20.34% 4.24% 0.00%
53.73%

Color #5E7176 in popluar number systems.

HEX 5E 71 76
Decimal 94 113 118
Binary 1011110 1110001 1110110
Octal 136 161 166

Shades and tints

Shades of #5E7176

#5E7176
(94,113,118)
#56676C
(86,103,108)
#4E5D62
(78,93,98)
#465358
(70,83,88)
#3E494E
(62,73,78)
#363F44
(54,63,68)
#2E353A
(46,53,58)
#262B30
(38,43,48)
#1E2126
(30,33,38)
#16171C
(22,23,28)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #5E7176

#5E7176
(94,113,118)
#6C7D82
(108,125,130)
#7A898E
(122,137,142)
#88959A
(136,149,154)
#96A1A6
(150,161,166)
#A4ADB2
(164,173,178)
#B2B9BE
(178,185,190)
#C0C5CA
(192,197,202)
#CED1D6
(206,209,214)
#DCDDE2
(220,221,226)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7176; }

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

This text font color is #5E7176.

Background Color

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

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

This div background color is #5E7176.

Border color

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

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

This div border color is #5E7176.

Opacity

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

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

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

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

This text has shadow with #5E7176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7176.

Preview

Color preview on black background

This text has color #5E7176 on black background.


Color preview on white background

This text has color #5E7176 on white background.


Black color preview on #5E7176 background

This text has black color on #5E7176 background.


White color preview on #5E7176 background

This text has white color on #5E7176 background.


Related colors

Complementary color

Complementary color for #hex is #A18E89.


I love getcolorcode.com

Triadic colors

1 #765E71 and #71765E with #5E7176 are triadic colors.

2 #76715E and #715E76 with #5E7176 are triadic colors.