COLOR #5E9875

HEX: #5E9875
RGB: (94,152,117)

Color info

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

RGB color model

#5E9875 color RGB value is (94,152,117).

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

RGB channels and saturation

R 94 of 255 = 37%
G 152 of 255 = 60%
B 117 of 255 = 46%

94
152
117

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

Portions of RGB colors in percentages

R + G + B =
94 + 152 + 117 = 363 (100%)
R 94 of 363 ~ 25.9%
G 152 of 363 ~ 41.87%
B 117 of 363 ~ 32.23%

%25.9
%41.87
%32.23

CMYK color model

#5E9875 color CMYK value is (38,0,23,40).

  • cyan value is 38.16%
  • magenta value is 0.00%
  • yellow value is 23.03%
  • key color value is 40.39%
CMYK:
(38,0,23,40)
C38M0Y23K40 
(38%,0%,23%,40%)
(0.38/0.00/0.23/0.40)	

CMYK percentages

%38.16
%0
%23.03
%40.39

Codes

Color #5E9875 in popluar color models

5E9875
RGB94152117
HSL144°23.58%48.24%
HSB/HSV144°38.16%59.61%
CMYK38.16%0.00%23.03%
40.39%

Color #5E9875 in popluar number systems.

HEX5E9875
Decimal94152117
Binary1011110100110001110101
Octal136230165

Shades and tints

Shades of #5E9875

#5E9875
(94,152,117)
#568B6B
(86,139,107)
#4E7E61
(78,126,97)
#467157
(70,113,87)
#3E644D
(62,100,77)
#365743
(54,87,67)
#2E4A39
(46,74,57)
#263D2F
(38,61,47)
#1E3025
(30,48,37)
#16231B
(22,35,27)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5E9875

#5E9875
(94,152,117)
#6CA181
(108,161,129)
#7AAA8D
(122,170,141)
#88B399
(136,179,153)
#96BCA5
(150,188,165)
#A4C5B1
(164,197,177)
#B2CEBD
(178,206,189)
#C0D7C9
(192,215,201)
#CEE0D5
(206,224,213)
#DCE9E1
(220,233,225)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9875; }

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

This text font color is #5E9875.


Background Color

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

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

This div background color is #5E9875.


Border color

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

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

This div border color is #5E9875.


Opacity

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

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

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

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

This text has shadow with #5E9875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9875 on black background.


Color preview on white background

This text has color #5E9875 on white background.



Black color preview on #5E9875 background

This text has black color on #5E9875 background.


White color preview on #5E9875 background

This text has white color on #5E9875 background.