COLOR #5E7E5D

HEX: #5E7E5D
RGB: (94,126,93)

Color info

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

RGB color model

#5E7E5D color RGB value is (94,126,93).

  • red value is 94;
  • green value is 126;
  • blue value is 93.
RGB:
(94,126,93)
(37%,49%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 93 of 255 = 36%

94
126
93

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

Portions of RGB colors in percentages

R + G + B =
94 + 126 + 93 = 313 (100%)
R 94 of 313 ~ 30.03%
G 126 of 313 ~ 40.26%
B 93 of 313 ~ 29.71%

%30.03
%40.26
%29.71

CMYK color model

#5E7E5D color CMYK value is (25,0,26,51).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(25,0,26,51)
C25M0Y26K51 
(25%,0%,26%,51%)
(0.25/0.00/0.26/0.51)	

CMYK percentages

%25.4
%0
%26.19
%50.59

Codes

Color #5E7E5D in popluar color models

5E7E5D
RGB9412693
HSL118°15.07%42.94%
HSB/HSV118°26.19%49.41%
CMYK25.40%0.00%26.19%
50.59%

Color #5E7E5D in popluar number systems.

HEX5E7E5D
Decimal9412693
Binary101111011111101011101
Octal136176135

Shades and tints

Shades of #5E7E5D

#5E7E5D
(94,126,93)
#567355
(86,115,85)
#4E684D
(78,104,77)
#465D45
(70,93,69)
#3E523D
(62,82,61)
#364735
(54,71,53)
#2E3C2D
(46,60,45)
#263125
(38,49,37)
#1E261D
(30,38,29)
#161B15
(22,27,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #5E7E5D

#5E7E5D
(94,126,93)
#6C896B
(108,137,107)
#7A9479
(122,148,121)
#889F87
(136,159,135)
#96AA95
(150,170,149)
#A4B5A3
(164,181,163)
#B2C0B1
(178,192,177)
#C0CBBF
(192,203,191)
#CED6CD
(206,214,205)
#DCE1DB
(220,225,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7E5D color. Also use rgb(94,126,93) instead hex code.

Text Font Color

.myTextColor { color: #5E7E5D; }

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

This text font color is #5E7E5D.


Background Color

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

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

This div background color is #5E7E5D.


Border color

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

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

This div border color is #5E7E5D.


Opacity

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

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

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

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

This text has shadow with #5E7E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7E5D on black background.


Color preview on white background

This text has color #5E7E5D on white background.



Black color preview on #5E7E5D background

This text has black color on #5E7E5D background.


White color preview on #5E7E5D background

This text has white color on #5E7E5D background.