COLOR #5E7D37

HEX: #5E7D37
RGB: (94,125,55)

Color info

#5E7D37 contains mainly red and green colors. Web safe color of #5E7D37 is #666633 (or #663).

RGB color model

#5E7D37 color RGB value is (94,125,55).

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

RGB channels and saturation

R 94 of 255 = 37%
G 125 of 255 = 49%
B 55 of 255 = 22%

94
125
55

R + G + B ~ 36%. #5E7D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 125 + 55 = 274 (100%)
R 94 of 274 ~ 34.31%
G 125 of 274 ~ 45.62%
B 55 of 274 ~ 20.07%

%34.31
%45.62
%20.07

CMYK color model

#5E7D37 color CMYK value is (25,0,56,51).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 50.98%
CMYK:
(25,0,56,51)
C25M0Y56K51 
(25%,0%,56%,51%)
(0.25/0.00/0.56/0.51)	

CMYK percentages

%24.8
%0
%56
%50.98

Codes

Color #5E7D37 in popluar color models

5E7D37
RGB9412555
HSL87°38.89%35.29%
HSB/HSV87°56.00%49.02%
CMYK24.80%0.00%56.00%
50.98%

Color #5E7D37 in popluar number systems.

HEX5E7D37
Decimal9412555
Binary10111101111101110111
Octal13617567

Shades and tints

Shades of #5E7D37

#5E7D37
(94,125,55)
#567232
(86,114,50)
#4E672D
(78,103,45)
#465C28
(70,92,40)
#3E5123
(62,81,35)
#36461E
(54,70,30)
#2E3B19
(46,59,25)
#263014
(38,48,20)
#1E250F
(30,37,15)
#161A0A
(22,26,10)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #5E7D37

#5E7D37
(94,125,55)
#6C8849
(108,136,73)
#7A935B
(122,147,91)
#889E6D
(136,158,109)
#96A97F
(150,169,127)
#A4B491
(164,180,145)
#B2BFA3
(178,191,163)
#C0CAB5
(192,202,181)
#CED5C7
(206,213,199)
#DCE0D9
(220,224,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7D37; }

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

This text font color is #5E7D37.


Background Color

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

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

This div background color is #5E7D37.


Border color

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

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

This div border color is #5E7D37.


Opacity

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

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

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

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

This text has shadow with #5E7D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7D37 on black background.


Color preview on white background

This text has color #5E7D37 on white background.



Black color preview on #5E7D37 background

This text has black color on #5E7D37 background.


White color preview on #5E7D37 background

This text has white color on #5E7D37 background.