COLOR #5D726F

HEX: #5D726F RGB: (93,114,111)

Color info

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

RGB color model

#5D726F color RGB value is (93,114,111).

RGB: (93,114,111) (36%, 45%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 111 of 255 = 44%

93
114
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 114 + 111 = 318 (100%)
R 93 of 318 ~ 29.25%
G 114 of 318 ~ 35.85%
B 111 of 318 ~ 34.91'%

%29.25
%35.85
%34.91

CMYK color model

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

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 55.29%

CMYK: (18,0,3,55)
C18M0Y3K55 (18%, 0%, 3%, 55%)
(0.18 / 0.00 / 0.03 / 0.55)

CMYK percentages

%18.42
%0
%2.63
%55.29

Codes

Color #5D726F in popluar color models

5D 72 6F
RGB 93 114 111
HSL 171° 10.14% 40.59%
HSB/HSV 171° 18.42% 44.71%
CMYK 18.42% 0.00% 2.63%
55.29%

Color #5D726F in popluar number systems.

HEX 5D 72 6F
Decimal 93 114 111
Binary 1011101 1110010 1101111
Octal 135 162 157

Shades and tints

Shades of #5D726F

#5D726F
(93,114,111)
#556865
(85,104,101)
#4D5E5B
(77,94,91)
#455451
(69,84,81)
#3D4A47
(61,74,71)
#35403D
(53,64,61)
#2D3633
(45,54,51)
#252C29
(37,44,41)
#1D221F
(29,34,31)
#151815
(21,24,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D726F

#5D726F
(93,114,111)
#6B7E7C
(107,126,124)
#798A89
(121,138,137)
#879696
(135,150,150)
#95A2A3
(149,162,163)
#A3AEB0
(163,174,176)
#B1BABD
(177,186,189)
#BFC6CA
(191,198,202)
#CDD2D7
(205,210,215)
#DBDEE4
(219,222,228)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D726F; }

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

This text font color is #5D726F.

Background Color

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

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

This div background color is #5D726F.

Border color

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

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

This div border color is #5D726F.

Opacity

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

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

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

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

This text has shadow with #5D726F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D726F.

Preview

Color preview on black background

This text has color #5D726F on black background.


Color preview on white background

This text has color #5D726F on white background.


Black color preview on #5D726F background

This text has black color on #5D726F background.


White color preview on #5D726F background

This text has white color on #5D726F background.


Related colors

Complementary color

Complementary color for #hex is #A28D90.


I love getcolorcode.com

Triadic colors

1 #6F5D72 and #726F5D with #5D726F are triadic colors.

2 #6F725D and #725D6F with #5D726F are triadic colors.