COLOR #5F4131

HEX: #5F4131
RGB: (95,65,49)

Color info

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

RGB color model

#5F4131 color RGB value is (95,65,49).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 49 of 255 = 19%

95
65
49

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

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 49 = 209 (100%)
R 95 of 209 ~ 45.45%
G 65 of 209 ~ 31.1%
B 49 of 209 ~ 23.44%

%45.45
%31.1
%23.44

CMYK color model

#5F4131 color CMYK value is (0,32,48,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(0,32,48,63)
C0M32Y48K63 
(0%,32%,48%,63%)
(0.00/0.32/0.48/0.63)	

CMYK percentages

%0
%31.58
%48.42
%62.75

Codes

Color #5F4131 in popluar color models

5F4131
RGB956549
HSL21°31.94%28.24%
HSB/HSV21°48.42%37.25%
CMYK0.00%31.58%48.42%
62.75%

Color #5F4131 in popluar number systems.

HEX5F4131
Decimal956549
Binary10111111000001110001
Octal13710161

Shades and tints

Shades of #5F4131

#5F4131
(95,65,49)
#573C2D
(87,60,45)
#4F3729
(79,55,41)
#473225
(71,50,37)
#3F2D21
(63,45,33)
#37281D
(55,40,29)
#2F2319
(47,35,25)
#271E15
(39,30,21)
#1F1911
(31,25,17)
#17140D
(23,20,13)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #5F4131

#5F4131
(95,65,49)
#6D5243
(109,82,67)
#7B6355
(123,99,85)
#897467
(137,116,103)
#978579
(151,133,121)
#A5968B
(165,150,139)
#B3A79D
(179,167,157)
#C1B8AF
(193,184,175)
#CFC9C1
(207,201,193)
#DDDAD3
(221,218,211)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4131; }

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

This text font color is #5F4131.


Background Color

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

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

This div background color is #5F4131.


Border color

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

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

This div border color is #5F4131.


Opacity

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

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

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

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

This text has shadow with #5F4131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4131 on black background.


Color preview on white background

This text has color #5F4131 on white background.



Black color preview on #5F4131 background

This text has black color on #5F4131 background.


White color preview on #5F4131 background

This text has white color on #5F4131 background.