COLOR #5E7235

HEX: #5E7235
RGB: (94,114,53)

Color info

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

RGB color model

#5E7235 color RGB value is (94,114,53).

  • red value is 94;
  • green value is 114;
  • blue value is 53.
RGB:
(94,114,53)
(37%,45%,21%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 53 of 255 = 21%

94
114
53

R + G + B ~ 34%. #5E7235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 53 = 261 (100%)
R 94 of 261 ~ 36.02%
G 114 of 261 ~ 43.68%
B 53 of 261 ~ 20.31%

%36.02
%43.68
%20.31

CMYK color model

#5E7235 color CMYK value is (18,0,54,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 55.29%
CMYK:
(18,0,54,55)
C18M0Y54K55 
(18%,0%,54%,55%)
(0.18/0.00/0.54/0.55)	

CMYK percentages

%17.54
%0
%53.51
%55.29

Codes

Color #5E7235 in popluar color models

5E7235
RGB9411453
HSL80°36.53%32.75%
HSB/HSV80°53.51%44.71%
CMYK17.54%0.00%53.51%
55.29%

Color #5E7235 in popluar number systems.

HEX5E7235
Decimal9411453
Binary10111101110010110101
Octal13616265

Shades and tints

Shades of #5E7235

#5E7235
(94,114,53)
#566831
(86,104,49)
#4E5E2D
(78,94,45)
#465429
(70,84,41)
#3E4A25
(62,74,37)
#364021
(54,64,33)
#2E361D
(46,54,29)
#262C19
(38,44,25)
#1E2215
(30,34,21)
#161811
(22,24,17)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #5E7235

#5E7235
(94,114,53)
#6C7E47
(108,126,71)
#7A8A59
(122,138,89)
#88966B
(136,150,107)
#96A27D
(150,162,125)
#A4AE8F
(164,174,143)
#B2BAA1
(178,186,161)
#C0C6B3
(192,198,179)
#CED2C5
(206,210,197)
#DCDED7
(220,222,215)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7235; }

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

This text font color is #5E7235.


Background Color

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

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

This div background color is #5E7235.


Border color

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

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

This div border color is #5E7235.


Opacity

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

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

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

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

This text has shadow with #5E7235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7235 on black background.


Color preview on white background

This text has color #5E7235 on white background.



Black color preview on #5E7235 background

This text has black color on #5E7235 background.


White color preview on #5E7235 background

This text has white color on #5E7235 background.