COLOR #5E765E

HEX: #5E765E
RGB: (94,118,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
118
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 94 = 306 (100%)
R 94 of 306 ~ 30.72%
G 118 of 306 ~ 38.56%
B 94 of 306 ~ 30.72%

%30.72
%38.56
%30.72

CMYK color model

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

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

CMYK percentages

%20.34
%0
%20.34
%53.73

Codes

Color #5E765E in popluar color models

5E765E
RGB9411894
HSL120°11.32%41.57%
HSB/HSV120°20.34%46.27%
CMYK20.34%0.00%20.34%
53.73%

Color #5E765E in popluar number systems.

HEX5E765E
Decimal9411894
Binary101111011101101011110
Octal136166136

Shades and tints

Shades of #5E765E

#5E765E
(94,118,94)
#566C56
(86,108,86)
#4E624E
(78,98,78)
#465846
(70,88,70)
#3E4E3E
(62,78,62)
#364436
(54,68,54)
#2E3A2E
(46,58,46)
#263026
(38,48,38)
#1E261E
(30,38,30)
#161C16
(22,28,22)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #5E765E

#5E765E
(94,118,94)
#6C826C
(108,130,108)
#7A8E7A
(122,142,122)
#889A88
(136,154,136)
#96A696
(150,166,150)
#A4B2A4
(164,178,164)
#B2BEB2
(178,190,178)
#C0CAC0
(192,202,192)
#CED6CE
(206,214,206)
#DCE2DC
(220,226,220)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E765E; }

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

This text font color is #5E765E.


Background Color

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

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

This div background color is #5E765E.


Border color

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

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

This div border color is #5E765E.


Opacity

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

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

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

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

This text has shadow with #5E765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E765E on black background.


Color preview on white background

This text has color #5E765E on white background.



Black color preview on #5E765E background

This text has black color on #5E765E background.


White color preview on #5E765E background

This text has white color on #5E765E background.