COLOR #5E7757

HEX: #5E7757
RGB: (94,119,87)

Color info

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

RGB color model

#5E7757 color RGB value is (94,119,87).

  • red value is 94;
  • green value is 119;
  • blue value is 87.
RGB:
(94,119,87)
(37%,47%,34%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 87 of 255 = 34%

94
119
87

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 87 = 300 (100%)
R 94 of 300 ~ 31.33%
G 119 of 300 ~ 39.67%
B 87 of 300 ~ 29%

%31.33
%39.67
%29

CMYK color model

#5E7757 color CMYK value is (21,0,27,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(21,0,27,53)
C21M0Y27K53 
(21%,0%,27%,53%)
(0.21/0.00/0.27/0.53)	

CMYK percentages

%21.01
%0
%26.89
%53.33

Codes

Color #5E7757 in popluar color models

5E7757
RGB9411987
HSL107°15.53%40.39%
HSB/HSV107°26.89%46.67%
CMYK21.01%0.00%26.89%
53.33%

Color #5E7757 in popluar number systems.

HEX5E7757
Decimal9411987
Binary101111011101111010111
Octal136167127

Shades and tints

Shades of #5E7757

#5E7757
(94,119,87)
#566D50
(86,109,80)
#4E6349
(78,99,73)
#465942
(70,89,66)
#3E4F3B
(62,79,59)
#364534
(54,69,52)
#2E3B2D
(46,59,45)
#263126
(38,49,38)
#1E271F
(30,39,31)
#161D18
(22,29,24)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #5E7757

#5E7757
(94,119,87)
#6C8366
(108,131,102)
#7A8F75
(122,143,117)
#889B84
(136,155,132)
#96A793
(150,167,147)
#A4B3A2
(164,179,162)
#B2BFB1
(178,191,177)
#C0CBC0
(192,203,192)
#CED7CF
(206,215,207)
#DCE3DE
(220,227,222)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7757 color. Also use rgb(94,119,87) instead hex code.

Text Font Color

.myTextColor { color: #5E7757; }

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

This text font color is #5E7757.


Background Color

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

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

This div background color is #5E7757.


Border color

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

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

This div border color is #5E7757.


Opacity

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

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

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

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

This text has shadow with #5E7757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7757 on black background.


Color preview on white background

This text has color #5E7757 on white background.



Black color preview on #5E7757 background

This text has black color on #5E7757 background.


White color preview on #5E7757 background

This text has white color on #5E7757 background.