COLOR #5D705B

HEX: #5D705B
RGB: (93,112,91)

Color info

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

RGB color model

#5D705B color RGB value is (93,112,91).

  • red value is 93;
  • green value is 112;
  • blue value is 91.
RGB:
(93,112,91)
(36%,44%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 112 of 255 = 44%
B 91 of 255 = 36%

93
112
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 112 + 91 = 296 (100%)
R 93 of 296 ~ 31.42%
G 112 of 296 ~ 37.84%
B 91 of 296 ~ 30.74%

%31.42
%37.84
%30.74

CMYK color model

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

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%
CMYK:
(17,0,19,56)
C17M0Y19K56 
(17%,0%,19%,56%)
(0.17/0.00/0.19/0.56)	

CMYK percentages

%16.96
%0
%18.75
%56.08

Codes

Color #5D705B in popluar color models

5D705B
RGB9311291
HSL114°10.34%39.80%
HSB/HSV114°18.75%43.92%
CMYK16.96%0.00%18.75%
56.08%

Color #5D705B in popluar number systems.

HEX5D705B
Decimal9311291
Binary101110111100001011011
Octal135160133

Shades and tints

Shades of #5D705B

#5D705B
(93,112,91)
#556653
(85,102,83)
#4D5C4B
(77,92,75)
#455243
(69,82,67)
#3D483B
(61,72,59)
#353E33
(53,62,51)
#2D342B
(45,52,43)
#252A23
(37,42,35)
#1D201B
(29,32,27)
#151613
(21,22,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D705B

#5D705B
(93,112,91)
#6B7D69
(107,125,105)
#798A77
(121,138,119)
#879785
(135,151,133)
#95A493
(149,164,147)
#A3B1A1
(163,177,161)
#B1BEAF
(177,190,175)
#BFCBBD
(191,203,189)
#CDD8CB
(205,216,203)
#DBE5D9
(219,229,217)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D705B; }

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

This text font color is #5D705B.


Background Color

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

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

This div background color is #5D705B.


Border color

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

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

This div border color is #5D705B.


Opacity

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

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

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

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

This text has shadow with #5D705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D705B on black background.


Color preview on white background

This text has color #5D705B on white background.



Black color preview on #5D705B background

This text has black color on #5D705B background.


White color preview on #5D705B background

This text has white color on #5D705B background.