COLOR #5F3117

HEX: #5F3117
RGB: (95,49,23)

Color info

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

RGB color model

#5F3117 color RGB value is (95,49,23).

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

RGB channels and saturation

R 95 of 255 = 37%
G 49 of 255 = 19%
B 23 of 255 = 9%

95
49
23

R + G + B ~ 22%. #5F3117 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 49 + 23 = 167 (100%)
R 95 of 167 ~ 56.89%
G 49 of 167 ~ 29.34%
B 23 of 167 ~ 13.77%

%56.89
%29.34
%13.77

CMYK color model

#5F3117 color CMYK value is (0,48,76,63).

  • cyan value is 0.00%
  • magenta value is 48.42%
  • yellow value is 75.79%
  • key color value is 62.75%
CMYK:
(0,48,76,63)
C0M48Y76K63 
(0%,48%,76%,63%)
(0.00/0.48/0.76/0.63)	

CMYK percentages

%0
%48.42
%75.79
%62.75

Codes

Color #5F3117 in popluar color models

5F3117
RGB954923
HSL22°61.02%23.14%
HSB/HSV22°75.79%37.25%
CMYK0.00%48.42%75.79%
62.75%

Color #5F3117 in popluar number systems.

HEX5F3117
Decimal954923
Binary101111111000110111
Octal1376127

Shades and tints

Shades of #5F3117

#5F3117
(95,49,23)
#572D15
(87,45,21)
#4F2913
(79,41,19)
#472511
(71,37,17)
#3F210F
(63,33,15)
#371D0D
(55,29,13)
#2F190B
(47,25,11)
#271509
(39,21,9)
#1F1107
(31,17,7)
#170D05
(23,13,5)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #5F3117

#5F3117
(95,49,23)
#6D432C
(109,67,44)
#7B5541
(123,85,65)
#896756
(137,103,86)
#97796B
(151,121,107)
#A58B80
(165,139,128)
#B39D95
(179,157,149)
#C1AFAA
(193,175,170)
#CFC1BF
(207,193,191)
#DDD3D4
(221,211,212)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3117; }

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

This text font color is #5F3117.


Background Color

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

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

This div background color is #5F3117.


Border color

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

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

This div border color is #5F3117.


Opacity

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

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

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

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

This text has shadow with #5F3117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3117 on black background.


Color preview on white background

This text has color #5F3117 on white background.



Black color preview on #5F3117 background

This text has black color on #5F3117 background.


White color preview on #5F3117 background

This text has white color on #5F3117 background.