COLOR #5E8475

HEX: #5E8475
RGB: (94,132,117)

Color info

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

RGB color model

#5E8475 color RGB value is (94,132,117).

  • red value is 94;
  • green value is 132;
  • blue value is 117.
RGB:
(94,132,117)
(37%,52%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 132 of 255 = 52%
B 117 of 255 = 46%

94
132
117

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

Portions of RGB colors in percentages

R + G + B =
94 + 132 + 117 = 343 (100%)
R 94 of 343 ~ 27.41%
G 132 of 343 ~ 38.48%
B 117 of 343 ~ 34.11%

%27.41
%38.48
%34.11

CMYK color model

#5E8475 color CMYK value is (29,0,11,48).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(29,0,11,48)
C29M0Y11K48 
(29%,0%,11%,48%)
(0.29/0.00/0.11/0.48)	

CMYK percentages

%28.79
%0
%11.36
%48.24

Codes

Color #5E8475 in popluar color models

5E8475
RGB94132117
HSL156°16.81%44.31%
HSB/HSV156°28.79%51.76%
CMYK28.79%0.00%11.36%
48.24%

Color #5E8475 in popluar number systems.

HEX5E8475
Decimal94132117
Binary1011110100001001110101
Octal136204165

Shades and tints

Shades of #5E8475

#5E8475
(94,132,117)
#56786B
(86,120,107)
#4E6C61
(78,108,97)
#466057
(70,96,87)
#3E544D
(62,84,77)
#364843
(54,72,67)
#2E3C39
(46,60,57)
#26302F
(38,48,47)
#1E2425
(30,36,37)
#16181B
(22,24,27)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5E8475

#5E8475
(94,132,117)
#6C8F81
(108,143,129)
#7A9A8D
(122,154,141)
#88A599
(136,165,153)
#96B0A5
(150,176,165)
#A4BBB1
(164,187,177)
#B2C6BD
(178,198,189)
#C0D1C9
(192,209,201)
#CEDCD5
(206,220,213)
#DCE7E1
(220,231,225)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8475 color. Also use rgb(94,132,117) instead hex code.

Text Font Color

.myTextColor { color: #5E8475; }

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

This text font color is #5E8475.


Background Color

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

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

This div background color is #5E8475.


Border color

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

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

This div border color is #5E8475.


Opacity

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

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

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

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

This text has shadow with #5E8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8475 on black background.


Color preview on white background

This text has color #5E8475 on white background.



Black color preview on #5E8475 background

This text has black color on #5E8475 background.


White color preview on #5E8475 background

This text has white color on #5E8475 background.