COLOR #5E875A

HEX: #5E875A
RGB: (94,135,90)

Color info

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

RGB color model

#5E875A color RGB value is (94,135,90).

  • red value is 94;
  • green value is 135;
  • blue value is 90.
RGB:
(94,135,90)
(37%,53%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 90 of 255 = 35%

94
135
90

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 90 = 319 (100%)
R 94 of 319 ~ 29.47%
G 135 of 319 ~ 42.32%
B 90 of 319 ~ 28.21%

%29.47
%42.32
%28.21

CMYK color model

#5E875A color CMYK value is (30,0,33,47).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(30,0,33,47)
C30M0Y33K47 
(30%,0%,33%,47%)
(0.30/0.00/0.33/0.47)	

CMYK percentages

%30.37
%0
%33.33
%47.06

Codes

Color #5E875A in popluar color models

5E875A
RGB9413590
HSL115°20.00%44.12%
HSB/HSV115°33.33%52.94%
CMYK30.37%0.00%33.33%
47.06%

Color #5E875A in popluar number systems.

HEX5E875A
Decimal9413590
Binary1011110100001111011010
Octal136207132

Shades and tints

Shades of #5E875A

#5E875A
(94,135,90)
#567B52
(86,123,82)
#4E6F4A
(78,111,74)
#466342
(70,99,66)
#3E573A
(62,87,58)
#364B32
(54,75,50)
#2E3F2A
(46,63,42)
#263322
(38,51,34)
#1E271A
(30,39,26)
#161B12
(22,27,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E875A

#5E875A
(94,135,90)
#6C9169
(108,145,105)
#7A9B78
(122,155,120)
#88A587
(136,165,135)
#96AF96
(150,175,150)
#A4B9A5
(164,185,165)
#B2C3B4
(178,195,180)
#C0CDC3
(192,205,195)
#CED7D2
(206,215,210)
#DCE1E1
(220,225,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E875A color. Also use rgb(94,135,90) instead hex code.

Text Font Color

.myTextColor { color: #5E875A; }

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

This text font color is #5E875A.


Background Color

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

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

This div background color is #5E875A.


Border color

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

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

This div border color is #5E875A.


Opacity

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

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

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

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

This text has shadow with #5E875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E875A on black background.


Color preview on white background

This text has color #5E875A on white background.



Black color preview on #5E875A background

This text has black color on #5E875A background.


White color preview on #5E875A background

This text has white color on #5E875A background.