COLOR #5D6A36

HEX: #5D6A36
RGB: (93,106,54)

Color info

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

RGB color model

#5D6A36 color RGB value is (93,106,54).

  • red value is 93;
  • green value is 106;
  • blue value is 54.
RGB:
(93,106,54)
(36%,42%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 54 of 255 = 21%

93
106
54

R + G + B ~ 33%. #5D6A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 54 = 253 (100%)
R 93 of 253 ~ 36.76%
G 106 of 253 ~ 41.9%
B 54 of 253 ~ 21.34%

%36.76
%41.9
%21.34

CMYK color model

#5D6A36 color CMYK value is (12,0,49,58).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 49.06%
  • key color value is 58.43%
CMYK:
(12,0,49,58)
C12M0Y49K58 
(12%,0%,49%,58%)
(0.12/0.00/0.49/0.58)	

CMYK percentages

%12.26
%0
%49.06
%58.43

Codes

Color #5D6A36 in popluar color models

5D6A36
RGB9310654
HSL75°32.50%31.37%
HSB/HSV75°49.06%41.57%
CMYK12.26%0.00%49.06%
58.43%

Color #5D6A36 in popluar number systems.

HEX5D6A36
Decimal9310654
Binary10111011101010110110
Octal13515266

Shades and tints

Shades of #5D6A36

#5D6A36
(93,106,54)
#556132
(85,97,50)
#4D582E
(77,88,46)
#454F2A
(69,79,42)
#3D4626
(61,70,38)
#353D22
(53,61,34)
#2D341E
(45,52,30)
#252B1A
(37,43,26)
#1D2216
(29,34,22)
#151912
(21,25,18)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D6A36

#5D6A36
(93,106,54)
#6B7748
(107,119,72)
#79845A
(121,132,90)
#87916C
(135,145,108)
#959E7E
(149,158,126)
#A3AB90
(163,171,144)
#B1B8A2
(177,184,162)
#BFC5B4
(191,197,180)
#CDD2C6
(205,210,198)
#DBDFD8
(219,223,216)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6A36 color. Also use rgb(93,106,54) instead hex code.

Text Font Color

.myTextColor { color: #5D6A36; }

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

This text font color is #5D6A36.


Background Color

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

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

This div background color is #5D6A36.


Border color

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

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

This div border color is #5D6A36.


Opacity

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

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

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

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

This text has shadow with #5D6A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A36 on black background.


Color preview on white background

This text has color #5D6A36 on white background.



Black color preview on #5D6A36 background

This text has black color on #5D6A36 background.


White color preview on #5D6A36 background

This text has white color on #5D6A36 background.