COLOR #5E7855

HEX: #5E7855
RGB: (94,120,85)

Color info

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

RGB color model

#5E7855 color RGB value is (94,120,85).

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

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 85 of 255 = 33%

94
120
85

R + G + B ~ 39%. #5E7855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 85 = 299 (100%)
R 94 of 299 ~ 31.44%
G 120 of 299 ~ 40.13%
B 85 of 299 ~ 28.43%

%31.44
%40.13
%28.43

CMYK color model

#5E7855 color CMYK value is (22,0,29,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(22,0,29,53)
C22M0Y29K53 
(22%,0%,29%,53%)
(0.22/0.00/0.29/0.53)	

CMYK percentages

%21.67
%0
%29.17
%52.94

Codes

Color #5E7855 in popluar color models

5E7855
RGB9412085
HSL105°17.07%40.20%
HSB/HSV105°29.17%47.06%
CMYK21.67%0.00%29.17%
52.94%

Color #5E7855 in popluar number systems.

HEX5E7855
Decimal9412085
Binary101111011110001010101
Octal136170125

Shades and tints

Shades of #5E7855

#5E7855
(94,120,85)
#566E4E
(86,110,78)
#4E6447
(78,100,71)
#465A40
(70,90,64)
#3E5039
(62,80,57)
#364632
(54,70,50)
#2E3C2B
(46,60,43)
#263224
(38,50,36)
#1E281D
(30,40,29)
#161E16
(22,30,22)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #5E7855

#5E7855
(94,120,85)
#6C8464
(108,132,100)
#7A9073
(122,144,115)
#889C82
(136,156,130)
#96A891
(150,168,145)
#A4B4A0
(164,180,160)
#B2C0AF
(178,192,175)
#C0CCBE
(192,204,190)
#CED8CD
(206,216,205)
#DCE4DC
(220,228,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7855; }

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

This text font color is #5E7855.


Background Color

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

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

This div background color is #5E7855.


Border color

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

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

This div border color is #5E7855.


Opacity

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

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

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

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

This text has shadow with #5E7855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7855 on black background.


Color preview on white background

This text has color #5E7855 on white background.



Black color preview on #5E7855 background

This text has black color on #5E7855 background.


White color preview on #5E7855 background

This text has white color on #5E7855 background.