COLOR #5E8235

HEX: #5E8235
RGB: (94,130,53)

Color info

#5E8235 contains mainly red and green colors. Web safe color of #5E8235 is #669933 (or #693).

RGB color model

#5E8235 color RGB value is (94,130,53).

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

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 53 of 255 = 21%

94
130
53

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

Portions of RGB colors in percentages

R + G + B =
94 + 130 + 53 = 277 (100%)
R 94 of 277 ~ 33.94%
G 130 of 277 ~ 46.93%
B 53 of 277 ~ 19.13%

%33.94
%46.93
%19.13

CMYK color model

#5E8235 color CMYK value is (28,0,59,49).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 59.23%
  • key color value is 49.02%
CMYK:
(28,0,59,49)
C28M0Y59K49 
(28%,0%,59%,49%)
(0.28/0.00/0.59/0.49)	

CMYK percentages

%27.69
%0
%59.23
%49.02

Codes

Color #5E8235 in popluar color models

5E8235
RGB9413053
HSL88°42.08%35.88%
HSB/HSV88°59.23%50.98%
CMYK27.69%0.00%59.23%
49.02%

Color #5E8235 in popluar number systems.

HEX5E8235
Decimal9413053
Binary101111010000010110101
Octal13620265

Shades and tints

Shades of #5E8235

#5E8235
(94,130,53)
#567731
(86,119,49)
#4E6C2D
(78,108,45)
#466129
(70,97,41)
#3E5625
(62,86,37)
#364B21
(54,75,33)
#2E401D
(46,64,29)
#263519
(38,53,25)
#1E2A15
(30,42,21)
#161F11
(22,31,17)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #5E8235

#5E8235
(94,130,53)
#6C8D47
(108,141,71)
#7A9859
(122,152,89)
#88A36B
(136,163,107)
#96AE7D
(150,174,125)
#A4B98F
(164,185,143)
#B2C4A1
(178,196,161)
#C0CFB3
(192,207,179)
#CEDAC5
(206,218,197)
#DCE5D7
(220,229,215)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8235; }

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

This text font color is #5E8235.


Background Color

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

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

This div background color is #5E8235.


Border color

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

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

This div border color is #5E8235.


Opacity

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

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

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

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

This text has shadow with #5E8235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8235 on black background.


Color preview on white background

This text has color #5E8235 on white background.



Black color preview on #5E8235 background

This text has black color on #5E8235 background.


White color preview on #5E8235 background

This text has white color on #5E8235 background.