COLOR #5D6E4D

HEX: #5D6E4D
RGB: (93,110,77)

Color info

#5D6E4D contains red, green and blue colors in about the same proportion. Web safe color of #5D6E4D is #666633 (or #663).

RGB color model

#5D6E4D color RGB value is (93,110,77).

  • red value is 93;
  • green value is 110;
  • blue value is 77.
RGB:
(93,110,77)
(36%,43%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 110 of 255 = 43%
B 77 of 255 = 30%

93
110
77

R + G + B ~ 36%. #5D6E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 110 + 77 = 280 (100%)
R 93 of 280 ~ 33.21%
G 110 of 280 ~ 39.29%
B 77 of 280 ~ 27.5%

%33.21
%39.29
%27.5

CMYK color model

#5D6E4D color CMYK value is (15,0,30,57).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK:
(15,0,30,57)
C15M0Y30K57 
(15%,0%,30%,57%)
(0.15/0.00/0.30/0.57)	

CMYK percentages

%15.45
%0
%30
%56.86

Codes

Color #5D6E4D in popluar color models

5D6E4D
RGB9311077
HSL91°17.65%36.67%
HSB/HSV91°30.00%43.14%
CMYK15.45%0.00%30.00%
56.86%

Color #5D6E4D in popluar number systems.

HEX5D6E4D
Decimal9311077
Binary101110111011101001101
Octal135156115

Shades and tints

Shades of #5D6E4D

#5D6E4D
(93,110,77)
#556446
(85,100,70)
#4D5A3F
(77,90,63)
#455038
(69,80,56)
#3D4631
(61,70,49)
#353C2A
(53,60,42)
#2D3223
(45,50,35)
#25281C
(37,40,28)
#1D1E15
(29,30,21)
#15140E
(21,20,14)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #5D6E4D

#5D6E4D
(93,110,77)
#6B7B5D
(107,123,93)
#79886D
(121,136,109)
#87957D
(135,149,125)
#95A28D
(149,162,141)
#A3AF9D
(163,175,157)
#B1BCAD
(177,188,173)
#BFC9BD
(191,201,189)
#CDD6CD
(205,214,205)
#DBE3DD
(219,227,221)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6E4D color. Also use rgb(93,110,77) instead hex code.

Text Font Color

.myTextColor { color: #5D6E4D; }

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

This text font color is #5D6E4D.


Background Color

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

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

This div background color is #5D6E4D.


Border color

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

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

This div border color is #5D6E4D.


Opacity

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

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

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

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

This text has shadow with #5D6E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6E4D on black background.


Color preview on white background

This text has color #5D6E4D on white background.



Black color preview on #5D6E4D background

This text has black color on #5D6E4D background.


White color preview on #5D6E4D background

This text has white color on #5D6E4D background.