COLOR #5D6644

HEX: #5D6644
RGB: (93,102,68)

Color info

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

RGB color model

#5D6644 color RGB value is (93,102,68).

  • red value is 93;
  • green value is 102;
  • blue value is 68.
RGB:
(93,102,68)
(36%,40%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 68 of 255 = 27%

93
102
68

R + G + B ~ 34%. #5D6644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 68 = 263 (100%)
R 93 of 263 ~ 35.36%
G 102 of 263 ~ 38.78%
B 68 of 263 ~ 25.86%

%35.36
%38.78
%25.86

CMYK color model

#5D6644 color CMYK value is (9,0,33,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 60.00%
CMYK:
(9,0,33,60)
C9M0Y33K60 
(9%,0%,33%,60%)
(0.09/0.00/0.33/0.60)	

CMYK percentages

%8.82
%0
%33.33
%60

Codes

Color #5D6644 in popluar color models

5D6644
RGB9310268
HSL76°20.00%33.33%
HSB/HSV76°33.33%40.00%
CMYK8.82%0.00%33.33%
60.00%

Color #5D6644 in popluar number systems.

HEX5D6644
Decimal9310268
Binary101110111001101000100
Octal135146104

Shades and tints

Shades of #5D6644

#5D6644
(93,102,68)
#555D3E
(85,93,62)
#4D5438
(77,84,56)
#454B32
(69,75,50)
#3D422C
(61,66,44)
#353926
(53,57,38)
#2D3020
(45,48,32)
#25271A
(37,39,26)
#1D1E14
(29,30,20)
#15150E
(21,21,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D6644

#5D6644
(93,102,68)
#6B7355
(107,115,85)
#798066
(121,128,102)
#878D77
(135,141,119)
#959A88
(149,154,136)
#A3A799
(163,167,153)
#B1B4AA
(177,180,170)
#BFC1BB
(191,193,187)
#CDCECC
(205,206,204)
#DBDBDD
(219,219,221)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6644 color. Also use rgb(93,102,68) instead hex code.

Text Font Color

.myTextColor { color: #5D6644; }

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

This text font color is #5D6644.


Background Color

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

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

This div background color is #5D6644.


Border color

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

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

This div border color is #5D6644.


Opacity

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

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

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

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

This text has shadow with #5D6644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6644 on black background.


Color preview on white background

This text has color #5D6644 on white background.



Black color preview on #5D6644 background

This text has black color on #5D6644 background.


White color preview on #5D6644 background

This text has white color on #5D6644 background.