COLOR #5E7C5E

HEX: #5E7C5E
RGB: (94,124,94)

Color info

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

RGB color model

#5E7C5E color RGB value is (94,124,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 124 of 255 = 49%
B 94 of 255 = 37%

94
124
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 124 + 94 = 312 (100%)
R 94 of 312 ~ 30.13%
G 124 of 312 ~ 39.74%
B 94 of 312 ~ 30.13%

%30.13
%39.74
%30.13

CMYK color model

#5E7C5E color CMYK value is (24,0,24,51).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(24,0,24,51)
C24M0Y24K51 
(24%,0%,24%,51%)
(0.24/0.00/0.24/0.51)	

CMYK percentages

%24.19
%0
%24.19
%51.37

Codes

Color #5E7C5E in popluar color models

5E7C5E
RGB9412494
HSL120°13.76%42.75%
HSB/HSV120°24.19%48.63%
CMYK24.19%0.00%24.19%
51.37%

Color #5E7C5E in popluar number systems.

HEX5E7C5E
Decimal9412494
Binary101111011111001011110
Octal136174136

Shades and tints

Shades of #5E7C5E

#5E7C5E
(94,124,94)
#567156
(86,113,86)
#4E664E
(78,102,78)
#465B46
(70,91,70)
#3E503E
(62,80,62)
#364536
(54,69,54)
#2E3A2E
(46,58,46)
#262F26
(38,47,38)
#1E241E
(30,36,30)
#161916
(22,25,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E7C5E

#5E7C5E
(94,124,94)
#6C876C
(108,135,108)
#7A927A
(122,146,122)
#889D88
(136,157,136)
#96A896
(150,168,150)
#A4B3A4
(164,179,164)
#B2BEB2
(178,190,178)
#C0C9C0
(192,201,192)
#CED4CE
(206,212,206)
#DCDFDC
(220,223,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7C5E; }

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

This text font color is #5E7C5E.


Background Color

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

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

This div background color is #5E7C5E.


Border color

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

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

This div border color is #5E7C5E.


Opacity

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

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

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

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

This text has shadow with #5E7C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7C5E on black background.


Color preview on white background

This text has color #5E7C5E on white background.



Black color preview on #5E7C5E background

This text has black color on #5E7C5E background.


White color preview on #5E7C5E background

This text has white color on #5E7C5E background.