COLOR #5F3B17

HEX: #5F3B17
RGB: (95,59,23)

Color info

#5F3B17 contains mainly red and green colors. Web safe color of #5F3B17 is #663300 (or #630).

RGB color model

#5F3B17 color RGB value is (95,59,23).

  • red value is 95;
  • green value is 59;
  • blue value is 23.
RGB:
(95,59,23)
(37%,23%,9%)

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 23 of 255 = 9%

95
59
23

R + G + B ~ 23%. #5F3B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 59 + 23 = 177 (100%)
R 95 of 177 ~ 53.67%
G 59 of 177 ~ 33.33%
B 23 of 177 ~ 12.99%

%53.67
%33.33
%12.99

CMYK color model

#5F3B17 color CMYK value is (0,38,76,63).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 75.79%
  • key color value is 62.75%
CMYK:
(0,38,76,63)
C0M38Y76K63 
(0%,38%,76%,63%)
(0.00/0.38/0.76/0.63)	

CMYK percentages

%0
%37.89
%75.79
%62.75

Codes

Color #5F3B17 in popluar color models

5F3B17
RGB955923
HSL30°61.02%23.14%
HSB/HSV30°75.79%37.25%
CMYK0.00%37.89%75.79%
62.75%

Color #5F3B17 in popluar number systems.

HEX5F3B17
Decimal955923
Binary101111111101110111
Octal1377327

Shades and tints

Shades of #5F3B17

#5F3B17
(95,59,23)
#573615
(87,54,21)
#4F3113
(79,49,19)
#472C11
(71,44,17)
#3F270F
(63,39,15)
#37220D
(55,34,13)
#2F1D0B
(47,29,11)
#271809
(39,24,9)
#1F1307
(31,19,7)
#170E05
(23,14,5)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #5F3B17

#5F3B17
(95,59,23)
#6D4C2C
(109,76,44)
#7B5D41
(123,93,65)
#896E56
(137,110,86)
#977F6B
(151,127,107)
#A59080
(165,144,128)
#B3A195
(179,161,149)
#C1B2AA
(193,178,170)
#CFC3BF
(207,195,191)
#DDD4D4
(221,212,212)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3B17 color. Also use rgb(95,59,23) instead hex code.

Text Font Color

.myTextColor { color: #5F3B17; }

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

This text font color is #5F3B17.


Background Color

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

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

This div background color is #5F3B17.


Border color

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

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

This div border color is #5F3B17.


Opacity

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

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

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

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

This text has shadow with #5F3B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3B17 on black background.


Color preview on white background

This text has color #5F3B17 on white background.



Black color preview on #5F3B17 background

This text has black color on #5F3B17 background.


White color preview on #5F3B17 background

This text has white color on #5F3B17 background.