COLOR #5E835F

HEX: #5E835F
RGB: (94,131,95)

Color info

#5E835F contains red, green and blue colors in about the same proportion. Web safe color of #5E835F is #669966 (or #696).

RGB color model

#5E835F color RGB value is (94,131,95).

  • red value is 94;
  • green value is 131;
  • blue value is 95.
RGB:
(94,131,95)
(37%,51%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 95 of 255 = 37%

94
131
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 95 = 320 (100%)
R 94 of 320 ~ 29.38%
G 131 of 320 ~ 40.94%
B 95 of 320 ~ 29.69%

%29.38
%40.94
%29.69

CMYK color model

#5E835F color CMYK value is (28,0,27,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(28,0,27,49)
C28M0Y27K49 
(28%,0%,27%,49%)
(0.28/0.00/0.27/0.49)	

CMYK percentages

%28.24
%0
%27.48
%48.63

Codes

Color #5E835F in popluar color models

5E835F
RGB9413195
HSL122°16.44%44.12%
HSB/HSV122°28.24%51.37%
CMYK28.24%0.00%27.48%
48.63%

Color #5E835F in popluar number systems.

HEX5E835F
Decimal9413195
Binary1011110100000111011111
Octal136203137

Shades and tints

Shades of #5E835F

#5E835F
(94,131,95)
#567857
(86,120,87)
#4E6D4F
(78,109,79)
#466247
(70,98,71)
#3E573F
(62,87,63)
#364C37
(54,76,55)
#2E412F
(46,65,47)
#263627
(38,54,39)
#1E2B1F
(30,43,31)
#162017
(22,32,23)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #5E835F

#5E835F
(94,131,95)
#6C8E6D
(108,142,109)
#7A997B
(122,153,123)
#88A489
(136,164,137)
#96AF97
(150,175,151)
#A4BAA5
(164,186,165)
#B2C5B3
(178,197,179)
#C0D0C1
(192,208,193)
#CEDBCF
(206,219,207)
#DCE6DD
(220,230,221)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E835F; }

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

This text font color is #5E835F.


Background Color

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

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

This div background color is #5E835F.


Border color

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

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

This div border color is #5E835F.


Opacity

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

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

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

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

This text has shadow with #5E835F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E835F on black background.


Color preview on white background

This text has color #5E835F on white background.



Black color preview on #5E835F background

This text has black color on #5E835F background.


White color preview on #5E835F background

This text has white color on #5E835F background.