COLOR #5E8374

HEX: #5E8374 RGB: (94,131,116)

Color info

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

RGB color model

#5E8374 color RGB value is (94,131,116).

RGB: (94,131,116) (37%, 51%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 116 of 255 = 45%

94
131
116

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

Portions of RGB colors in percentages

R + G + B = 94 + 131 + 116 = 341 (100%)
R 94 of 341 ~ 27.57%
G 131 of 341 ~ 38.42%
B 116 of 341 ~ 34.02'%

%27.57
%38.42
%34.02

CMYK color model

#5E8374 color CMYK value is (28,0,11,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%

CMYK: (28,0,11,49)
C28M0Y11K49 (28%, 0%, 11%, 49%)
(0.28 / 0.00 / 0.11 / 0.49)

CMYK percentages

%28.24
%0
%11.45
%48.63

Codes

Color #5E8374 in popluar color models

5E 83 74
RGB 94 131 116
HSL 156° 16.44% 44.12%
HSB/HSV 156° 28.24% 51.37%
CMYK 28.24% 0.00% 11.45%
48.63%

Color #5E8374 in popluar number systems.

HEX 5E 83 74
Decimal 94 131 116
Binary 1011110 10000011 1110100
Octal 136 203 164

Shades and tints

Shades of #5E8374

#5E8374
(94,131,116)
#56786A
(86,120,106)
#4E6D60
(78,109,96)
#466256
(70,98,86)
#3E574C
(62,87,76)
#364C42
(54,76,66)
#2E4138
(46,65,56)
#26362E
(38,54,46)
#1E2B24
(30,43,36)
#16201A
(22,32,26)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #5E8374

#5E8374
(94,131,116)
#6C8E80
(108,142,128)
#7A998C
(122,153,140)
#88A498
(136,164,152)
#96AFA4
(150,175,164)
#A4BAB0
(164,186,176)
#B2C5BC
(178,197,188)
#C0D0C8
(192,208,200)
#CEDBD4
(206,219,212)
#DCE6E0
(220,230,224)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8374 color. Also use rgb(94,131,116) instead hex code.

Text Font Color

.myTextColor { color: #5E8374; }

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

This text font color is #5E8374.

Background Color

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

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

This div background color is #5E8374.

Border color

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

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

This div border color is #5E8374.

Opacity

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

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

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

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

This text has shadow with #5E8374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8374.

Preview

Color preview on black background

This text has color #5E8374 on black background.


Color preview on white background

This text has color #5E8374 on white background.


Black color preview on #5E8374 background

This text has black color on #5E8374 background.


White color preview on #5E8374 background

This text has white color on #5E8374 background.


Related colors

Complementary color

Complementary color for #hex is #A17C8B.


I love getcolorcode.com

Triadic colors

1 #745E83 and #83745E with #5E8374 are triadic colors.

2 #74835E and #835E74 with #5E8374 are triadic colors.