COLOR #5D6C51

HEX: #5D6C51
RGB: (93,108,81)

Color info

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

RGB color model

#5D6C51 color RGB value is (93,108,81).

  • red value is 93;
  • green value is 108;
  • blue value is 81.
RGB:
(93,108,81)
(36%,42%,32%)

RGB channels and saturation

R 93 of 255 = 36%
G 108 of 255 = 42%
B 81 of 255 = 32%

93
108
81

R + G + B ~ 37%. #5D6C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 108 + 81 = 282 (100%)
R 93 of 282 ~ 32.98%
G 108 of 282 ~ 38.3%
B 81 of 282 ~ 28.72%

%32.98
%38.3
%28.72

CMYK color model

#5D6C51 color CMYK value is (14,0,25,58).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(14,0,25,58)
C14M0Y25K58 
(14%,0%,25%,58%)
(0.14/0.00/0.25/0.58)	

CMYK percentages

%13.89
%0
%25
%57.65

Codes

Color #5D6C51 in popluar color models

5D6C51
RGB9310881
HSL93°14.29%37.06%
HSB/HSV93°25.00%42.35%
CMYK13.89%0.00%25.00%
57.65%

Color #5D6C51 in popluar number systems.

HEX5D6C51
Decimal9310881
Binary101110111011001010001
Octal135154121

Shades and tints

Shades of #5D6C51

#5D6C51
(93,108,81)
#55634A
(85,99,74)
#4D5A43
(77,90,67)
#45513C
(69,81,60)
#3D4835
(61,72,53)
#353F2E
(53,63,46)
#2D3627
(45,54,39)
#252D20
(37,45,32)
#1D2419
(29,36,25)
#151B12
(21,27,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D6C51

#5D6C51
(93,108,81)
#6B7960
(107,121,96)
#79866F
(121,134,111)
#87937E
(135,147,126)
#95A08D
(149,160,141)
#A3AD9C
(163,173,156)
#B1BAAB
(177,186,171)
#BFC7BA
(191,199,186)
#CDD4C9
(205,212,201)
#DBE1D8
(219,225,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6C51 color. Also use rgb(93,108,81) instead hex code.

Text Font Color

.myTextColor { color: #5D6C51; }

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

This text font color is #5D6C51.


Background Color

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

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

This div background color is #5D6C51.


Border color

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

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

This div border color is #5D6C51.


Opacity

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

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

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

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

This text has shadow with #5D6C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6C51 on black background.


Color preview on white background

This text has color #5D6C51 on white background.



Black color preview on #5D6C51 background

This text has black color on #5D6C51 background.


White color preview on #5D6C51 background

This text has white color on #5D6C51 background.