COLOR #5E725E

HEX: #5E725E
RGB: (94,114,94)

Color info

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

RGB color model

#5E725E color RGB value is (94,114,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 94 of 255 = 37%

94
114
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 94 = 302 (100%)
R 94 of 302 ~ 31.13%
G 114 of 302 ~ 37.75%
B 94 of 302 ~ 31.13%

%31.13
%37.75
%31.13

CMYK color model

#5E725E color CMYK value is (18,0,18,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(18,0,18,55)
C18M0Y18K55 
(18%,0%,18%,55%)
(0.18/0.00/0.18/0.55)	

CMYK percentages

%17.54
%0
%17.54
%55.29

Codes

Color #5E725E in popluar color models

5E725E
RGB9411494
HSL120°9.62%40.78%
HSB/HSV120°17.54%44.71%
CMYK17.54%0.00%17.54%
55.29%

Color #5E725E in popluar number systems.

HEX5E725E
Decimal9411494
Binary101111011100101011110
Octal136162136

Shades and tints

Shades of #5E725E

#5E725E
(94,114,94)
#566856
(86,104,86)
#4E5E4E
(78,94,78)
#465446
(70,84,70)
#3E4A3E
(62,74,62)
#364036
(54,64,54)
#2E362E
(46,54,46)
#262C26
(38,44,38)
#1E221E
(30,34,30)
#161816
(22,24,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E725E

#5E725E
(94,114,94)
#6C7E6C
(108,126,108)
#7A8A7A
(122,138,122)
#889688
(136,150,136)
#96A296
(150,162,150)
#A4AEA4
(164,174,164)
#B2BAB2
(178,186,178)
#C0C6C0
(192,198,192)
#CED2CE
(206,210,206)
#DCDEDC
(220,222,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E725E; }

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

This text font color is #5E725E.


Background Color

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

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

This div background color is #5E725E.


Border color

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

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

This div border color is #5E725E.


Opacity

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

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

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

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

This text has shadow with #5E725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E725E on black background.


Color preview on white background

This text has color #5E725E on white background.



Black color preview on #5E725E background

This text has black color on #5E725E background.


White color preview on #5E725E background

This text has white color on #5E725E background.