COLOR #5E725B

HEX: #5E725B RGB: (94,114,91)

Color info

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

RGB color model

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

RGB: (94,114,91) (37%, 45%, 36%)

RGB channels and saturation

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

94
114
91

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

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 91 = 299 (100%)
R 94 of 299 ~ 31.44%
G 114 of 299 ~ 38.13%
B 91 of 299 ~ 30.43'%

%31.44
%38.13
%30.43

CMYK color model

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

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%

CMYK: (18,0,20,55)
C18M0Y20K55 (18%, 0%, 20%, 55%)
(0.18 / 0.00 / 0.20 / 0.55)

CMYK percentages

%17.54
%0
%20.18
%55.29

Codes

Color #5E725B in popluar color models

5E 72 5B
RGB 94 114 91
HSL 112° 11.22% 40.20%
HSB/HSV 112° 20.18% 44.71%
CMYK 17.54% 0.00% 20.18%
55.29%

Color #5E725B in popluar number systems.

HEX 5E 72 5B
Decimal 94 114 91
Binary 1011110 1110010 1011011
Octal 136 162 133

Shades and tints

Shades of #5E725B

#5E725B
(94,114,91)
#566853
(86,104,83)
#4E5E4B
(78,94,75)
#465443
(70,84,67)
#3E4A3B
(62,74,59)
#364033
(54,64,51)
#2E362B
(46,54,43)
#262C23
(38,44,35)
#1E221B
(30,34,27)
#161813
(22,24,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #5E725B

#5E725B
(94,114,91)
#6C7E69
(108,126,105)
#7A8A77
(122,138,119)
#889685
(136,150,133)
#96A293
(150,162,147)
#A4AEA1
(164,174,161)
#B2BAAF
(178,186,175)
#C0C6BD
(192,198,189)
#CED2CB
(206,210,203)
#DCDED9
(220,222,217)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E725B; }

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

This text font color is #5E725B.

Background Color

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

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

This div background color is #5E725B.

Border color

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

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

This div border color is #5E725B.

Opacity

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

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

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

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

This text has shadow with #5E725B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E725B.

Preview

Color preview on black background

This text has color #5E725B on black background.


Color preview on white background

This text has color #5E725B on white background.


Black color preview on #5E725B background

This text has black color on #5E725B background.


White color preview on #5E725B background

This text has white color on #5E725B background.


Related colors

Complementary color

Complementary color for #hex is #A18DA4.


I love getcolorcode.com

Triadic colors

1 #5B5E72 and #725B5E with #5E725B are triadic colors.

2 #5B725E and #725E5B with #5E725B are triadic colors.