COLOR #5E7760

HEX: #5E7760
RGB: (94,119,96)

Color info

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

RGB color model

#5E7760 color RGB value is (94,119,96).

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

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 96 of 255 = 38%

94
119
96

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 96 = 309 (100%)
R 94 of 309 ~ 30.42%
G 119 of 309 ~ 38.51%
B 96 of 309 ~ 31.07%

%30.42
%38.51
%31.07

CMYK color model

#5E7760 color CMYK value is (21,0,19,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK:
(21,0,19,53)
C21M0Y19K53 
(21%,0%,19%,53%)
(0.21/0.00/0.19/0.53)	

CMYK percentages

%21.01
%0
%19.33
%53.33

Codes

Color #5E7760 in popluar color models

5E7760
RGB9411996
HSL125°11.74%41.76%
HSB/HSV125°21.01%46.67%
CMYK21.01%0.00%19.33%
53.33%

Color #5E7760 in popluar number systems.

HEX5E7760
Decimal9411996
Binary101111011101111100000
Octal136167140

Shades and tints

Shades of #5E7760

#5E7760
(94,119,96)
#566D58
(86,109,88)
#4E6350
(78,99,80)
#465948
(70,89,72)
#3E4F40
(62,79,64)
#364538
(54,69,56)
#2E3B30
(46,59,48)
#263128
(38,49,40)
#1E2720
(30,39,32)
#161D18
(22,29,24)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #5E7760

#5E7760
(94,119,96)
#6C836E
(108,131,110)
#7A8F7C
(122,143,124)
#889B8A
(136,155,138)
#96A798
(150,167,152)
#A4B3A6
(164,179,166)
#B2BFB4
(178,191,180)
#C0CBC2
(192,203,194)
#CED7D0
(206,215,208)
#DCE3DE
(220,227,222)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7760; }

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

This text font color is #5E7760.


Background Color

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

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

This div background color is #5E7760.


Border color

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

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

This div border color is #5E7760.


Opacity

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

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

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

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

This text has shadow with #5E7760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7760 on black background.


Color preview on white background

This text has color #5E7760 on white background.



Black color preview on #5E7760 background

This text has black color on #5E7760 background.


White color preview on #5E7760 background

This text has white color on #5E7760 background.