COLOR #5E765F

HEX: #5E765F
RGB: (94,118,95)

Color info

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

RGB color model

#5E765F color RGB value is (94,118,95).

  • red value is 94;
  • green value is 118;
  • blue value is 95.
RGB:
(94,118,95)
(37%,46%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 95 of 255 = 37%

94
118
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 95 = 307 (100%)
R 94 of 307 ~ 30.62%
G 118 of 307 ~ 38.44%
B 95 of 307 ~ 30.94%

%30.62
%38.44
%30.94

CMYK color model

#5E765F color CMYK value is (20,0,19,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(20,0,19,54)
C20M0Y19K54 
(20%,0%,19%,54%)
(0.20/0.00/0.19/0.54)	

CMYK percentages

%20.34
%0
%19.49
%53.73

Codes

Color #5E765F in popluar color models

5E765F
RGB9411895
HSL123°11.32%41.57%
HSB/HSV123°20.34%46.27%
CMYK20.34%0.00%19.49%
53.73%

Color #5E765F in popluar number systems.

HEX5E765F
Decimal9411895
Binary101111011101101011111
Octal136166137

Shades and tints

Shades of #5E765F

#5E765F
(94,118,95)
#566C57
(86,108,87)
#4E624F
(78,98,79)
#465847
(70,88,71)
#3E4E3F
(62,78,63)
#364437
(54,68,55)
#2E3A2F
(46,58,47)
#263027
(38,48,39)
#1E261F
(30,38,31)
#161C17
(22,28,23)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #5E765F

#5E765F
(94,118,95)
#6C826D
(108,130,109)
#7A8E7B
(122,142,123)
#889A89
(136,154,137)
#96A697
(150,166,151)
#A4B2A5
(164,178,165)
#B2BEB3
(178,190,179)
#C0CAC1
(192,202,193)
#CED6CF
(206,214,207)
#DCE2DD
(220,226,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E765F color. Also use rgb(94,118,95) instead hex code.

Text Font Color

.myTextColor { color: #5E765F; }

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

This text font color is #5E765F.


Background Color

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

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

This div background color is #5E765F.


Border color

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

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

This div border color is #5E765F.


Opacity

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

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

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

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

This text has shadow with #5E765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E765F on black background.


Color preview on white background

This text has color #5E765F on white background.



Black color preview on #5E765F background

This text has black color on #5E765F background.


White color preview on #5E765F background

This text has white color on #5E765F background.