COLOR #5F413A

HEX: #5F413A
RGB: (95,65,58)

Color info

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

RGB color model

#5F413A color RGB value is (95,65,58).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 58 of 255 = 23%

95
65
58

R + G + B ~ 28%. #5F413A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 58 = 218 (100%)
R 95 of 218 ~ 43.58%
G 65 of 218 ~ 29.82%
B 58 of 218 ~ 26.61%

%43.58
%29.82
%26.61

CMYK color model

#5F413A color CMYK value is (0,32,39,63).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 38.95%
  • key color value is 62.75%
CMYK:
(0,32,39,63)
C0M32Y39K63 
(0%,32%,39%,63%)
(0.00/0.32/0.39/0.63)	

CMYK percentages

%0
%31.58
%38.95
%62.75

Codes

Color #5F413A in popluar color models

5F413A
RGB956558
HSL11°24.18%30.00%
HSB/HSV11°38.95%37.25%
CMYK0.00%31.58%38.95%
62.75%

Color #5F413A in popluar number systems.

HEX5F413A
Decimal956558
Binary10111111000001111010
Octal13710172

Shades and tints

Shades of #5F413A

#5F413A
(95,65,58)
#573C35
(87,60,53)
#4F3730
(79,55,48)
#47322B
(71,50,43)
#3F2D26
(63,45,38)
#372821
(55,40,33)
#2F231C
(47,35,28)
#271E17
(39,30,23)
#1F1912
(31,25,18)
#17140D
(23,20,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #5F413A

#5F413A
(95,65,58)
#6D524B
(109,82,75)
#7B635C
(123,99,92)
#89746D
(137,116,109)
#97857E
(151,133,126)
#A5968F
(165,150,143)
#B3A7A0
(179,167,160)
#C1B8B1
(193,184,177)
#CFC9C2
(207,201,194)
#DDDAD3
(221,218,211)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F413A; }

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

This text font color is #5F413A.


Background Color

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

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

This div background color is #5F413A.


Border color

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

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

This div border color is #5F413A.


Opacity

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

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

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

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

This text has shadow with #5F413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F413A on black background.


Color preview on white background

This text has color #5F413A on white background.



Black color preview on #5F413A background

This text has black color on #5F413A background.


White color preview on #5F413A background

This text has white color on #5F413A background.