COLOR #5F5D44

HEX: #5F5D44
RGB: (95,93,68)

Color info

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

RGB color model

#5F5D44 color RGB value is (95,93,68).

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

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 68 of 255 = 27%

95
93
68

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

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 68 = 256 (100%)
R 95 of 256 ~ 37.11%
G 93 of 256 ~ 36.33%
B 68 of 256 ~ 26.56%

%37.11
%36.33
%26.56

CMYK color model

#5F5D44 color CMYK value is (0,2,28,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 28.42%
  • key color value is 62.75%
CMYK:
(0,2,28,63)
C0M2Y28K63 
(0%,2%,28%,63%)
(0.00/0.02/0.28/0.63)	

CMYK percentages

%0
%2.11
%28.42
%62.75

Codes

Color #5F5D44 in popluar color models

5F5D44
RGB959368
HSL56°16.56%31.96%
HSB/HSV56°28.42%37.25%
CMYK0.00%2.11%28.42%
62.75%

Color #5F5D44 in popluar number systems.

HEX5F5D44
Decimal959368
Binary101111110111011000100
Octal137135104

Shades and tints

Shades of #5F5D44

#5F5D44
(95,93,68)
#57553E
(87,85,62)
#4F4D38
(79,77,56)
#474532
(71,69,50)
#3F3D2C
(63,61,44)
#373526
(55,53,38)
#2F2D20
(47,45,32)
#27251A
(39,37,26)
#1F1D14
(31,29,20)
#17150E
(23,21,14)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #5F5D44

#5F5D44
(95,93,68)
#6D6B55
(109,107,85)
#7B7966
(123,121,102)
#898777
(137,135,119)
#979588
(151,149,136)
#A5A399
(165,163,153)
#B3B1AA
(179,177,170)
#C1BFBB
(193,191,187)
#CFCDCC
(207,205,204)
#DDDBDD
(221,219,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5D44; }

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

This text font color is #5F5D44.


Background Color

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

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

This div background color is #5F5D44.


Border color

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

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

This div border color is #5F5D44.


Opacity

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

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

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

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

This text has shadow with #5F5D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D44 on black background.


Color preview on white background

This text has color #5F5D44 on white background.



Black color preview on #5F5D44 background

This text has black color on #5F5D44 background.


White color preview on #5F5D44 background

This text has white color on #5F5D44 background.