COLOR #5F402B

HEX: #5F402B
RGB: (95,64,43)

Color info

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

RGB color model

#5F402B color RGB value is (95,64,43).

  • red value is 95;
  • green value is 64;
  • blue value is 43.
RGB:
(95,64,43)
(37%,25%,17%)

RGB channels and saturation

R 95 of 255 = 37%
G 64 of 255 = 25%
B 43 of 255 = 17%

95
64
43

R + G + B ~ 26%. #5F402B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 64 + 43 = 202 (100%)
R 95 of 202 ~ 47.03%
G 64 of 202 ~ 31.68%
B 43 of 202 ~ 21.29%

%47.03
%31.68
%21.29

CMYK color model

#5F402B color CMYK value is (0,33,55,63).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 54.74%
  • key color value is 62.75%
CMYK:
(0,33,55,63)
C0M33Y55K63 
(0%,33%,55%,63%)
(0.00/0.33/0.55/0.63)	

CMYK percentages

%0
%32.63
%54.74
%62.75

Codes

Color #5F402B in popluar color models

5F402B
RGB956443
HSL24°37.68%27.06%
HSB/HSV24°54.74%37.25%
CMYK0.00%32.63%54.74%
62.75%

Color #5F402B in popluar number systems.

HEX5F402B
Decimal956443
Binary10111111000000101011
Octal13710053

Shades and tints

Shades of #5F402B

#5F402B
(95,64,43)
#573B28
(87,59,40)
#4F3625
(79,54,37)
#473122
(71,49,34)
#3F2C1F
(63,44,31)
#37271C
(55,39,28)
#2F2219
(47,34,25)
#271D16
(39,29,22)
#1F1813
(31,24,19)
#171310
(23,19,16)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F402B

#5F402B
(95,64,43)
#6D513E
(109,81,62)
#7B6251
(123,98,81)
#897364
(137,115,100)
#978477
(151,132,119)
#A5958A
(165,149,138)
#B3A69D
(179,166,157)
#C1B7B0
(193,183,176)
#CFC8C3
(207,200,195)
#DDD9D6
(221,217,214)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F402B color. Also use rgb(95,64,43) instead hex code.

Text Font Color

.myTextColor { color: #5F402B; }

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

This text font color is #5F402B.


Background Color

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

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

This div background color is #5F402B.


Border color

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

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

This div border color is #5F402B.


Opacity

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

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

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

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

This text has shadow with #5F402B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F402B on black background.


Color preview on white background

This text has color #5F402B on white background.



Black color preview on #5F402B background

This text has black color on #5F402B background.


White color preview on #5F402B background

This text has white color on #5F402B background.