COLOR #5F4132

HEX: #5F4132
RGB: (95,65,50)

Color info

#5F4132 contains red, green and blue colors in about the same proportion. Web safe color of #5F4132 is #663333 (or #633).

RGB color model

#5F4132 color RGB value is (95,65,50).

  • red value is 95;
  • green value is 65;
  • blue value is 50.
RGB:
(95,65,50)
(37%,25%,20%)

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 50 of 255 = 20%

95
65
50

R + G + B ~ 27%. #5F4132 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 50 = 210 (100%)
R 95 of 210 ~ 45.24%
G 65 of 210 ~ 30.95%
B 50 of 210 ~ 23.81%

%45.24
%30.95
%23.81

CMYK color model

#5F4132 color CMYK value is (0,32,47,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 47.37%
  • key color value is 62.75%
CMYK:
(0,32,47,63)
C0M32Y47K63 
(0%,32%,47%,63%)
(0.00/0.32/0.47/0.63)	

CMYK percentages

%0
%31.58
%47.37
%62.75

Codes

Color #5F4132 in popluar color models

5F4132
RGB956550
HSL20°31.03%28.43%
HSB/HSV20°47.37%37.25%
CMYK0.00%31.58%47.37%
62.75%

Color #5F4132 in popluar number systems.

HEX5F4132
Decimal956550
Binary10111111000001110010
Octal13710162

Shades and tints

Shades of #5F4132

#5F4132
(95,65,50)
#573C2E
(87,60,46)
#4F372A
(79,55,42)
#473226
(71,50,38)
#3F2D22
(63,45,34)
#37281E
(55,40,30)
#2F231A
(47,35,26)
#271E16
(39,30,22)
#1F1912
(31,25,18)
#17140E
(23,20,14)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F4132

#5F4132
(95,65,50)
#6D5244
(109,82,68)
#7B6356
(123,99,86)
#897468
(137,116,104)
#97857A
(151,133,122)
#A5968C
(165,150,140)
#B3A79E
(179,167,158)
#C1B8B0
(193,184,176)
#CFC9C2
(207,201,194)
#DDDAD4
(221,218,212)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4132 color. Also use rgb(95,65,50) instead hex code.

Text Font Color

.myTextColor { color: #5F4132; }

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

This text font color is #5F4132.


Background Color

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

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

This div background color is #5F4132.


Border color

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

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

This div border color is #5F4132.


Opacity

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

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

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

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

This text has shadow with #5F4132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4132 on black background.


Color preview on white background

This text has color #5F4132 on white background.



Black color preview on #5F4132 background

This text has black color on #5F4132 background.


White color preview on #5F4132 background

This text has white color on #5F4132 background.