COLOR #5E726D

HEX: #5E726D RGB: (94,114,109)

Color info

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

RGB color model

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

RGB: (94,114,109) (37%, 45%, 43%)

RGB channels and saturation

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

94
114
109

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

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 109 = 317 (100%)
R 94 of 317 ~ 29.65%
G 114 of 317 ~ 35.96%
B 109 of 317 ~ 34.38'%

%29.65
%35.96
%34.38

CMYK color model

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

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

CMYK: (18,0,4,55)
C18M0Y4K55 (18%, 0%, 4%, 55%)
(0.18 / 0.00 / 0.04 / 0.55)

CMYK percentages

%17.54
%0
%4.39
%55.29

Codes

Color #5E726D in popluar color models

5E 72 6D
RGB 94 114 109
HSL 165° 9.62% 40.78%
HSB/HSV 165° 17.54% 44.71%
CMYK 17.54% 0.00% 4.39%
55.29%

Color #5E726D in popluar number systems.

HEX 5E 72 6D
Decimal 94 114 109
Binary 1011110 1110010 1101101
Octal 136 162 155

Shades and tints

Shades of #5E726D

#5E726D
(94,114,109)
#566864
(86,104,100)
#4E5E5B
(78,94,91)
#465452
(70,84,82)
#3E4A49
(62,74,73)
#364040
(54,64,64)
#2E3637
(46,54,55)
#262C2E
(38,44,46)
#1E2225
(30,34,37)
#16181C
(22,24,28)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #5E726D

#5E726D
(94,114,109)
#6C7E7A
(108,126,122)
#7A8A87
(122,138,135)
#889694
(136,150,148)
#96A2A1
(150,162,161)
#A4AEAE
(164,174,174)
#B2BABB
(178,186,187)
#C0C6C8
(192,198,200)
#CED2D5
(206,210,213)
#DCDEE2
(220,222,226)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E726D; }

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

This text font color is #5E726D.

Background Color

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

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

This div background color is #5E726D.

Border color

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

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

This div border color is #5E726D.

Opacity

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

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

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

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

This text has shadow with #5E726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E726D.

Preview

Color preview on black background

This text has color #5E726D on black background.


Color preview on white background

This text has color #5E726D on white background.


Black color preview on #5E726D background

This text has black color on #5E726D background.


White color preview on #5E726D background

This text has white color on #5E726D background.


Related colors

Complementary color

Complementary color for #hex is #A18D92.


I love getcolorcode.com

Triadic colors

1 #6D5E72 and #726D5E with #5E726D are triadic colors.

2 #6D725E and #725E6D with #5E726D are triadic colors.