COLOR #5D6F5F

HEX: #5D6F5F
RGB: (93,111,95)

Color info

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

RGB color model

#5D6F5F color RGB value is (93,111,95).

  • red value is 93;
  • green value is 111;
  • blue value is 95.
RGB:
(93,111,95)
(36%,44%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 111 of 255 = 44%
B 95 of 255 = 37%

93
111
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 111 + 95 = 299 (100%)
R 93 of 299 ~ 31.1%
G 111 of 299 ~ 37.12%
B 95 of 299 ~ 31.77%

%31.1
%37.12
%31.77

CMYK color model

#5D6F5F color CMYK value is (16,0,14,56).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK:
(16,0,14,56)
C16M0Y14K56 
(16%,0%,14%,56%)
(0.16/0.00/0.14/0.56)	

CMYK percentages

%16.22
%0
%14.41
%56.47

Codes

Color #5D6F5F in popluar color models

5D6F5F
RGB9311195
HSL127°8.82%40.00%
HSB/HSV127°16.22%43.53%
CMYK16.22%0.00%14.41%
56.47%

Color #5D6F5F in popluar number systems.

HEX5D6F5F
Decimal9311195
Binary101110111011111011111
Octal135157137

Shades and tints

Shades of #5D6F5F

#5D6F5F
(93,111,95)
#556557
(85,101,87)
#4D5B4F
(77,91,79)
#455147
(69,81,71)
#3D473F
(61,71,63)
#353D37
(53,61,55)
#2D332F
(45,51,47)
#252927
(37,41,39)
#1D1F1F
(29,31,31)
#151517
(21,21,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D6F5F

#5D6F5F
(93,111,95)
#6B7C6D
(107,124,109)
#79897B
(121,137,123)
#879689
(135,150,137)
#95A397
(149,163,151)
#A3B0A5
(163,176,165)
#B1BDB3
(177,189,179)
#BFCAC1
(191,202,193)
#CDD7CF
(205,215,207)
#DBE4DD
(219,228,221)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6F5F; }

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

This text font color is #5D6F5F.


Background Color

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

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

This div background color is #5D6F5F.


Border color

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

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

This div border color is #5D6F5F.


Opacity

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

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

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

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

This text has shadow with #5D6F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6F5F on black background.


Color preview on white background

This text has color #5D6F5F on white background.



Black color preview on #5D6F5F background

This text has black color on #5D6F5F background.


White color preview on #5D6F5F background

This text has white color on #5D6F5F background.