COLOR #5D726D

HEX: #5D726D RGB: (93,114,109)

Color info

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

RGB color model

#5D726D color RGB value is (93,114,109).

RGB: (93,114,109) (36%, 45%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 109 of 255 = 43%

93
114
109

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

Portions of RGB colors in percentages

R + G + B = 93 + 114 + 109 = 316 (100%)
R 93 of 316 ~ 29.43%
G 114 of 316 ~ 36.08%
B 109 of 316 ~ 34.49'%

%29.43
%36.08
%34.49

CMYK color model

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

  • cyan value is 18.42%
  • 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

%18.42
%0
%4.39
%55.29

Codes

Color #5D726D in popluar color models

5D 72 6D
RGB 93 114 109
HSL 166° 10.14% 40.59%
HSB/HSV 166° 18.42% 44.71%
CMYK 18.42% 0.00% 4.39%
55.29%

Color #5D726D in popluar number systems.

HEX 5D 72 6D
Decimal 93 114 109
Binary 1011101 1110010 1101101
Octal 135 162 155

Shades and tints

Shades of #5D726D

#5D726D
(93,114,109)
#556864
(85,104,100)
#4D5E5B
(77,94,91)
#455452
(69,84,82)
#3D4A49
(61,74,73)
#354040
(53,64,64)
#2D3637
(45,54,55)
#252C2E
(37,44,46)
#1D2225
(29,34,37)
#15181C
(21,24,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #5D726D

#5D726D
(93,114,109)
#6B7E7A
(107,126,122)
#798A87
(121,138,135)
#879694
(135,150,148)
#95A2A1
(149,162,161)
#A3AEAE
(163,174,174)
#B1BABB
(177,186,187)
#BFC6C8
(191,198,200)
#CDD2D5
(205,210,213)
#DBDEE2
(219,222,226)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D726D; }

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

This text font color is #5D726D.

Background Color

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

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

This div background color is #5D726D.

Border color

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

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

This div border color is #5D726D.

Opacity

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

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

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

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

This text has shadow with #5D726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D726D.

Preview

Color preview on black background

This text has color #5D726D on black background.


Color preview on white background

This text has color #5D726D on white background.


Black color preview on #5D726D background

This text has black color on #5D726D background.


White color preview on #5D726D background

This text has white color on #5D726D background.


Related colors

Complementary color

Complementary color for #hex is #A28D92.


I love getcolorcode.com

Triadic colors

1 #6D5D72 and #726D5D with #5D726D are triadic colors.

2 #6D725D and #725D6D with #5D726D are triadic colors.