COLOR #5E7859

HEX: #5E7859
RGB: (94,120,89)

Color info

#5E7859 contains red, green and blue colors in about the same proportion. Web safe color of #5E7859 is #666666 (or #666).

RGB color model

#5E7859 color RGB value is (94,120,89).

  • red value is 94;
  • green value is 120;
  • blue value is 89.
RGB:
(94,120,89)
(37%,47%,35%)

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 89 of 255 = 35%

94
120
89

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 89 = 303 (100%)
R 94 of 303 ~ 31.02%
G 120 of 303 ~ 39.6%
B 89 of 303 ~ 29.37%

%31.02
%39.6
%29.37

CMYK color model

#5E7859 color CMYK value is (22,0,26,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(22,0,26,53)
C22M0Y26K53 
(22%,0%,26%,53%)
(0.22/0.00/0.26/0.53)	

CMYK percentages

%21.67
%0
%25.83
%52.94

Codes

Color #5E7859 in popluar color models

5E7859
RGB9412089
HSL110°14.83%40.98%
HSB/HSV110°25.83%47.06%
CMYK21.67%0.00%25.83%
52.94%

Color #5E7859 in popluar number systems.

HEX5E7859
Decimal9412089
Binary101111011110001011001
Octal136170131

Shades and tints

Shades of #5E7859

#5E7859
(94,120,89)
#566E51
(86,110,81)
#4E6449
(78,100,73)
#465A41
(70,90,65)
#3E5039
(62,80,57)
#364631
(54,70,49)
#2E3C29
(46,60,41)
#263221
(38,50,33)
#1E2819
(30,40,25)
#161E11
(22,30,17)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #5E7859

#5E7859
(94,120,89)
#6C8468
(108,132,104)
#7A9077
(122,144,119)
#889C86
(136,156,134)
#96A895
(150,168,149)
#A4B4A4
(164,180,164)
#B2C0B3
(178,192,179)
#C0CCC2
(192,204,194)
#CED8D1
(206,216,209)
#DCE4E0
(220,228,224)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7859 color. Also use rgb(94,120,89) instead hex code.

Text Font Color

.myTextColor { color: #5E7859; }

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

This text font color is #5E7859.


Background Color

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

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

This div background color is #5E7859.


Border color

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

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

This div border color is #5E7859.


Opacity

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

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

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

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

This text has shadow with #5E7859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7859 on black background.


Color preview on white background

This text has color #5E7859 on white background.



Black color preview on #5E7859 background

This text has black color on #5E7859 background.


White color preview on #5E7859 background

This text has white color on #5E7859 background.