COLOR #5D6337

HEX: #5D6337
RGB: (93,99,55)

Color info

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

RGB color model

#5D6337 color RGB value is (93,99,55).

  • red value is 93;
  • green value is 99;
  • blue value is 55.
RGB:
(93,99,55)
(36%,39%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 55 of 255 = 22%

93
99
55

R + G + B ~ 32%. #5D6337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 55 = 247 (100%)
R 93 of 247 ~ 37.65%
G 99 of 247 ~ 40.08%
B 55 of 247 ~ 22.27%

%37.65
%40.08
%22.27

CMYK color model

#5D6337 color CMYK value is (6,0,44,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 61.18%
CMYK:
(6,0,44,61)
C6M0Y44K61 
(6%,0%,44%,61%)
(0.06/0.00/0.44/0.61)	

CMYK percentages

%6.06
%0
%44.44
%61.18

Codes

Color #5D6337 in popluar color models

5D6337
RGB939955
HSL68°28.57%30.20%
HSB/HSV68°44.44%38.82%
CMYK6.06%0.00%44.44%
61.18%

Color #5D6337 in popluar number systems.

HEX5D6337
Decimal939955
Binary10111011100011110111
Octal13514367

Shades and tints

Shades of #5D6337

#5D6337
(93,99,55)
#555A32
(85,90,50)
#4D512D
(77,81,45)
#454828
(69,72,40)
#3D3F23
(61,63,35)
#35361E
(53,54,30)
#2D2D19
(45,45,25)
#252414
(37,36,20)
#1D1B0F
(29,27,15)
#15120A
(21,18,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #5D6337

#5D6337
(93,99,55)
#6B7149
(107,113,73)
#797F5B
(121,127,91)
#878D6D
(135,141,109)
#959B7F
(149,155,127)
#A3A991
(163,169,145)
#B1B7A3
(177,183,163)
#BFC5B5
(191,197,181)
#CDD3C7
(205,211,199)
#DBE1D9
(219,225,217)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6337 color. Also use rgb(93,99,55) instead hex code.

Text Font Color

.myTextColor { color: #5D6337; }

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

This text font color is #5D6337.


Background Color

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

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

This div background color is #5D6337.


Border color

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

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

This div border color is #5D6337.


Opacity

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

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

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

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

This text has shadow with #5D6337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6337 on black background.


Color preview on white background

This text has color #5D6337 on white background.



Black color preview on #5D6337 background

This text has black color on #5D6337 background.


White color preview on #5D6337 background

This text has white color on #5D6337 background.