COLOR #5E7059

HEX: #5E7059
RGB: (94,112,89)

Color info

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

RGB color model

#5E7059 color RGB value is (94,112,89).

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

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 89 of 255 = 35%

94
112
89

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 89 = 295 (100%)
R 94 of 295 ~ 31.86%
G 112 of 295 ~ 37.97%
B 89 of 295 ~ 30.17%

%31.86
%37.97
%30.17

CMYK color model

#5E7059 color CMYK value is (16,0,21,56).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(16,0,21,56)
C16M0Y21K56 
(16%,0%,21%,56%)
(0.16/0.00/0.21/0.56)	

CMYK percentages

%16.07
%0
%20.54
%56.08

Codes

Color #5E7059 in popluar color models

5E7059
RGB9411289
HSL107°11.44%39.41%
HSB/HSV107°20.54%43.92%
CMYK16.07%0.00%20.54%
56.08%

Color #5E7059 in popluar number systems.

HEX5E7059
Decimal9411289
Binary101111011100001011001
Octal136160131

Shades and tints

Shades of #5E7059

#5E7059
(94,112,89)
#566651
(86,102,81)
#4E5C49
(78,92,73)
#465241
(70,82,65)
#3E4839
(62,72,57)
#363E31
(54,62,49)
#2E3429
(46,52,41)
#262A21
(38,42,33)
#1E2019
(30,32,25)
#161611
(22,22,17)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #5E7059

#5E7059
(94,112,89)
#6C7D68
(108,125,104)
#7A8A77
(122,138,119)
#889786
(136,151,134)
#96A495
(150,164,149)
#A4B1A4
(164,177,164)
#B2BEB3
(178,190,179)
#C0CBC2
(192,203,194)
#CED8D1
(206,216,209)
#DCE5E0
(220,229,224)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7059; }

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

This text font color is #5E7059.


Background Color

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

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

This div background color is #5E7059.


Border color

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

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

This div border color is #5E7059.


Opacity

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

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

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

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

This text has shadow with #5E7059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7059 on black background.


Color preview on white background

This text has color #5E7059 on white background.



Black color preview on #5E7059 background

This text has black color on #5E7059 background.


White color preview on #5E7059 background

This text has white color on #5E7059 background.