COLOR #5E785B

HEX: #5E785B
RGB: (94,120,91)

Color info

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

RGB color model

#5E785B color RGB value is (94,120,91).

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

RGB channels and saturation

R 94 of 255 = 37%
G 120 of 255 = 47%
B 91 of 255 = 36%

94
120
91

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

Portions of RGB colors in percentages

R + G + B =
94 + 120 + 91 = 305 (100%)
R 94 of 305 ~ 30.82%
G 120 of 305 ~ 39.34%
B 91 of 305 ~ 29.84%

%30.82
%39.34
%29.84

CMYK color model

#5E785B color CMYK value is (22,0,24,53).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(22,0,24,53)
C22M0Y24K53 
(22%,0%,24%,53%)
(0.22/0.00/0.24/0.53)	

CMYK percentages

%21.67
%0
%24.17
%52.94

Codes

Color #5E785B in popluar color models

5E785B
RGB9412091
HSL114°13.74%41.37%
HSB/HSV114°24.17%47.06%
CMYK21.67%0.00%24.17%
52.94%

Color #5E785B in popluar number systems.

HEX5E785B
Decimal9412091
Binary101111011110001011011
Octal136170133

Shades and tints

Shades of #5E785B

#5E785B
(94,120,91)
#566E53
(86,110,83)
#4E644B
(78,100,75)
#465A43
(70,90,67)
#3E503B
(62,80,59)
#364633
(54,70,51)
#2E3C2B
(46,60,43)
#263223
(38,50,35)
#1E281B
(30,40,27)
#161E13
(22,30,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #5E785B

#5E785B
(94,120,91)
#6C8469
(108,132,105)
#7A9077
(122,144,119)
#889C85
(136,156,133)
#96A893
(150,168,147)
#A4B4A1
(164,180,161)
#B2C0AF
(178,192,175)
#C0CCBD
(192,204,189)
#CED8CB
(206,216,203)
#DCE4D9
(220,228,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E785B; }

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

This text font color is #5E785B.


Background Color

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

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

This div background color is #5E785B.


Border color

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

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

This div border color is #5E785B.


Opacity

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

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

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

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

This text has shadow with #5E785B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E785B on black background.


Color preview on white background

This text has color #5E785B on white background.



Black color preview on #5E785B background

This text has black color on #5E785B background.


White color preview on #5E785B background

This text has white color on #5E785B background.