COLOR #5E7538

HEX: #5E7538
RGB: (94,117,56)

Color info

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

RGB color model

#5E7538 color RGB value is (94,117,56).

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

RGB channels and saturation

R 94 of 255 = 37%
G 117 of 255 = 46%
B 56 of 255 = 22%

94
117
56

R + G + B ~ 35%. #5E7538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 117 + 56 = 267 (100%)
R 94 of 267 ~ 35.21%
G 117 of 267 ~ 43.82%
B 56 of 267 ~ 20.97%

%35.21
%43.82
%20.97

CMYK color model

#5E7538 color CMYK value is (20,0,52,54).

  • cyan value is 19.66%
  • magenta value is 0.00%
  • yellow value is 52.14%
  • key color value is 54.12%
CMYK:
(20,0,52,54)
C20M0Y52K54 
(20%,0%,52%,54%)
(0.20/0.00/0.52/0.54)	

CMYK percentages

%19.66
%0
%52.14
%54.12

Codes

Color #5E7538 in popluar color models

5E7538
RGB9411756
HSL83°35.26%33.92%
HSB/HSV83°52.14%45.88%
CMYK19.66%0.00%52.14%
54.12%

Color #5E7538 in popluar number systems.

HEX5E7538
Decimal9411756
Binary10111101110101111000
Octal13616570

Shades and tints

Shades of #5E7538

#5E7538
(94,117,56)
#566B33
(86,107,51)
#4E612E
(78,97,46)
#465729
(70,87,41)
#3E4D24
(62,77,36)
#36431F
(54,67,31)
#2E391A
(46,57,26)
#262F15
(38,47,21)
#1E2510
(30,37,16)
#161B0B
(22,27,11)
#0E1106
(14,17,6)
#000000
(0,0,0)

Tints of #5E7538

#5E7538
(94,117,56)
#6C814A
(108,129,74)
#7A8D5C
(122,141,92)
#88996E
(136,153,110)
#96A580
(150,165,128)
#A4B192
(164,177,146)
#B2BDA4
(178,189,164)
#C0C9B6
(192,201,182)
#CED5C8
(206,213,200)
#DCE1DA
(220,225,218)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7538; }

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

This text font color is #5E7538.


Background Color

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

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

This div background color is #5E7538.


Border color

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

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

This div border color is #5E7538.


Opacity

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

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

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

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

This text has shadow with #5E7538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7538 on black background.


Color preview on white background

This text has color #5E7538 on white background.



Black color preview on #5E7538 background

This text has black color on #5E7538 background.


White color preview on #5E7538 background

This text has white color on #5E7538 background.