COLOR #5D6D53

HEX: #5D6D53
RGB: (93,109,83)

Color info

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

RGB color model

#5D6D53 color RGB value is (93,109,83).

  • red value is 93;
  • green value is 109;
  • blue value is 83.
RGB:
(93,109,83)
(36%,43%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 83 of 255 = 33%

93
109
83

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

Portions of RGB colors in percentages

R + G + B =
93 + 109 + 83 = 285 (100%)
R 93 of 285 ~ 32.63%
G 109 of 285 ~ 38.25%
B 83 of 285 ~ 29.12%

%32.63
%38.25
%29.12

CMYK color model

#5D6D53 color CMYK value is (15,0,24,57).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(15,0,24,57)
C15M0Y24K57 
(15%,0%,24%,57%)
(0.15/0.00/0.24/0.57)	

CMYK percentages

%14.68
%0
%23.85
%57.25

Codes

Color #5D6D53 in popluar color models

5D6D53
RGB9310983
HSL97°13.54%37.65%
HSB/HSV97°23.85%42.75%
CMYK14.68%0.00%23.85%
57.25%

Color #5D6D53 in popluar number systems.

HEX5D6D53
Decimal9310983
Binary101110111011011010011
Octal135155123

Shades and tints

Shades of #5D6D53

#5D6D53
(93,109,83)
#55644C
(85,100,76)
#4D5B45
(77,91,69)
#45523E
(69,82,62)
#3D4937
(61,73,55)
#354030
(53,64,48)
#2D3729
(45,55,41)
#252E22
(37,46,34)
#1D251B
(29,37,27)
#151C14
(21,28,20)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #5D6D53

#5D6D53
(93,109,83)
#6B7A62
(107,122,98)
#798771
(121,135,113)
#879480
(135,148,128)
#95A18F
(149,161,143)
#A3AE9E
(163,174,158)
#B1BBAD
(177,187,173)
#BFC8BC
(191,200,188)
#CDD5CB
(205,213,203)
#DBE2DA
(219,226,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6D53 color. Also use rgb(93,109,83) instead hex code.

Text Font Color

.myTextColor { color: #5D6D53; }

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

This text font color is #5D6D53.


Background Color

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

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

This div background color is #5D6D53.


Border color

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

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

This div border color is #5D6D53.


Opacity

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

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

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

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

This text has shadow with #5D6D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6D53 on black background.


Color preview on white background

This text has color #5D6D53 on white background.



Black color preview on #5D6D53 background

This text has black color on #5D6D53 background.


White color preview on #5D6D53 background

This text has white color on #5D6D53 background.