COLOR #5F3D17

HEX: #5F3D17
RGB: (95,61,23)

Color info

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

RGB color model

#5F3D17 color RGB value is (95,61,23).

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

RGB channels and saturation

R 95 of 255 = 37%
G 61 of 255 = 24%
B 23 of 255 = 9%

95
61
23

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

Portions of RGB colors in percentages

R + G + B =
95 + 61 + 23 = 179 (100%)
R 95 of 179 ~ 53.07%
G 61 of 179 ~ 34.08%
B 23 of 179 ~ 12.85%

%53.07
%34.08
%12.85

CMYK color model

#5F3D17 color CMYK value is (0,36,76,63).

  • cyan value is 0.00%
  • magenta value is 35.79%
  • yellow value is 75.79%
  • key color value is 62.75%
CMYK:
(0,36,76,63)
C0M36Y76K63 
(0%,36%,76%,63%)
(0.00/0.36/0.76/0.63)	

CMYK percentages

%0
%35.79
%75.79
%62.75

Codes

Color #5F3D17 in popluar color models

5F3D17
RGB956123
HSL32°61.02%23.14%
HSB/HSV32°75.79%37.25%
CMYK0.00%35.79%75.79%
62.75%

Color #5F3D17 in popluar number systems.

HEX5F3D17
Decimal956123
Binary101111111110110111
Octal1377527

Shades and tints

Shades of #5F3D17

#5F3D17
(95,61,23)
#573815
(87,56,21)
#4F3313
(79,51,19)
#472E11
(71,46,17)
#3F290F
(63,41,15)
#37240D
(55,36,13)
#2F1F0B
(47,31,11)
#271A09
(39,26,9)
#1F1507
(31,21,7)
#171005
(23,16,5)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #5F3D17

#5F3D17
(95,61,23)
#6D4E2C
(109,78,44)
#7B5F41
(123,95,65)
#897056
(137,112,86)
#97816B
(151,129,107)
#A59280
(165,146,128)
#B3A395
(179,163,149)
#C1B4AA
(193,180,170)
#CFC5BF
(207,197,191)
#DDD6D4
(221,214,212)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3D17; }

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

This text font color is #5F3D17.


Background Color

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

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

This div background color is #5F3D17.


Border color

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

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

This div border color is #5F3D17.


Opacity

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

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

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

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

This text has shadow with #5F3D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3D17 on black background.


Color preview on white background

This text has color #5F3D17 on white background.



Black color preview on #5F3D17 background

This text has black color on #5F3D17 background.


White color preview on #5F3D17 background

This text has white color on #5F3D17 background.