COLOR #5D706A

HEX: #5D706A RGB: (93,112,106)

Color info

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

RGB color model

#5D706A color RGB value is (93,112,106).

RGB: (93,112,106) (36%, 44%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 112 of 255 = 44%
B 106 of 255 = 42%

93
112
106

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

Portions of RGB colors in percentages

R + G + B = 93 + 112 + 106 = 311 (100%)
R 93 of 311 ~ 29.9%
G 112 of 311 ~ 36.01%
B 106 of 311 ~ 34.08'%

%29.9
%36.01
%34.08

CMYK color model

#5D706A color CMYK value is (17,0,5,56).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%

CMYK: (17,0,5,56)
C17M0Y5K56 (17%, 0%, 5%, 56%)
(0.17 / 0.00 / 0.05 / 0.56)

CMYK percentages

%16.96
%0
%5.36
%56.08

Codes

Color #5D706A in popluar color models

5D 70 6A
RGB 93 112 106
HSL 161° 9.27% 40.20%
HSB/HSV 161° 16.96% 43.92%
CMYK 16.96% 0.00% 5.36%
56.08%

Color #5D706A in popluar number systems.

HEX 5D 70 6A
Decimal 93 112 106
Binary 1011101 1110000 1101010
Octal 135 160 152

Shades and tints

Shades of #5D706A

#5D706A
(93,112,106)
#556661
(85,102,97)
#4D5C58
(77,92,88)
#45524F
(69,82,79)
#3D4846
(61,72,70)
#353E3D
(53,62,61)
#2D3434
(45,52,52)
#252A2B
(37,42,43)
#1D2022
(29,32,34)
#151619
(21,22,25)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #5D706A

#5D706A
(93,112,106)
#6B7D77
(107,125,119)
#798A84
(121,138,132)
#879791
(135,151,145)
#95A49E
(149,164,158)
#A3B1AB
(163,177,171)
#B1BEB8
(177,190,184)
#BFCBC5
(191,203,197)
#CDD8D2
(205,216,210)
#DBE5DF
(219,229,223)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D706A color. Also use rgb(93,112,106) instead hex code.

Text Font Color

.myTextColor { color: #5D706A; }

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

This text font color is #5D706A.

Background Color

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

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

This div background color is #5D706A.

Border color

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

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

This div border color is #5D706A.

Opacity

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

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

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

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

This text has shadow with #5D706A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D706A.

Preview

Color preview on black background

This text has color #5D706A on black background.


Color preview on white background

This text has color #5D706A on white background.


Black color preview on #5D706A background

This text has black color on #5D706A background.


White color preview on #5D706A background

This text has white color on #5D706A background.


Related colors

Complementary color

Complementary color for #hex is #A28F95.


I love getcolorcode.com

Triadic colors

1 #6A5D70 and #706A5D with #5D706A are triadic colors.

2 #6A705D and #705D6A with #5D706A are triadic colors.