COLOR #5F413E

HEX: #5F413E
RGB: (95,65,62)

Color info

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

RGB color model

#5F413E color RGB value is (95,65,62).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 62 of 255 = 24%

95
65
62

R + G + B ~ 29%. #5F413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 62 = 222 (100%)
R 95 of 222 ~ 42.79%
G 65 of 222 ~ 29.28%
B 62 of 222 ~ 27.93%

%42.79
%29.28
%27.93

CMYK color model

#5F413E color CMYK value is (0,32,35,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(0,32,35,63)
C0M32Y35K63 
(0%,32%,35%,63%)
(0.00/0.32/0.35/0.63)	

CMYK percentages

%0
%31.58
%34.74
%62.75

Codes

Color #5F413E in popluar color models

5F413E
RGB956562
HSL21.02%30.78%
HSB/HSV34.74%37.25%
CMYK0.00%31.58%34.74%
62.75%

Color #5F413E in popluar number systems.

HEX5F413E
Decimal956562
Binary10111111000001111110
Octal13710176

Shades and tints

Shades of #5F413E

#5F413E
(95,65,62)
#573C39
(87,60,57)
#4F3734
(79,55,52)
#47322F
(71,50,47)
#3F2D2A
(63,45,42)
#372825
(55,40,37)
#2F2320
(47,35,32)
#271E1B
(39,30,27)
#1F1916
(31,25,22)
#171411
(23,20,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F413E

#5F413E
(95,65,62)
#6D524F
(109,82,79)
#7B6360
(123,99,96)
#897471
(137,116,113)
#978582
(151,133,130)
#A59693
(165,150,147)
#B3A7A4
(179,167,164)
#C1B8B5
(193,184,181)
#CFC9C6
(207,201,198)
#DDDAD7
(221,218,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F413E; }

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

This text font color is #5F413E.


Background Color

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

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

This div background color is #5F413E.


Border color

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

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

This div border color is #5F413E.


Opacity

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

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

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

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

This text has shadow with #5F413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F413E on black background.


Color preview on white background

This text has color #5F413E on white background.



Black color preview on #5F413E background

This text has black color on #5F413E background.


White color preview on #5F413E background

This text has white color on #5F413E background.