COLOR #5F3913

HEX: #5F3913 RGB: (95,57,19)

Color info

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

RGB color model

#5F3913 color RGB value is (95,57,19).

RGB: (95,57,19) (37%, 22%, 7%)

RGB channels and saturation

R 95 of 255 = 37%
G 57 of 255 = 22%
B 19 of 255 = 7%

95
57
19

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

Portions of RGB colors in percentages

R + G + B = 95 + 57 + 19 = 171 (100%)
R 95 of 171 ~ 55.56%
G 57 of 171 ~ 33.33%
B 19 of 171 ~ 11.11'%

%55.56
%33.33
%11.11

CMYK color model

#5F3913 color CMYK value is (0,40,80,63).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 80.00%
  • key color value is 62.75%

CMYK: (0,40,80,63)
C0M40Y80K63 (0%, 40%, 80%, 63%)
(0.00 / 0.40 / 0.80 / 0.63)

CMYK percentages

%0
%40
%80
%62.75

Codes

Color #5F3913 in popluar color models

5F 39 13
RGB 95 57 19
HSL 30° 66.67% 22.35%
HSB/HSV 30° 80.00% 37.25%
CMYK 0.00% 40.00% 80.00%
62.75%

Color #5F3913 in popluar number systems.

HEX 5F 39 13
Decimal 95 57 19
Binary 1011111 111001 10011
Octal 137 71 23

Shades and tints

Shades of #5F3913

#5F3913
(95,57,19)
#573412
(87,52,18)
#4F2F11
(79,47,17)
#472A10
(71,42,16)
#3F250F
(63,37,15)
#37200E
(55,32,14)
#2F1B0D
(47,27,13)
#27160C
(39,22,12)
#1F110B
(31,17,11)
#170C0A
(23,12,10)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #5F3913

#5F3913
(95,57,19)
#6D4B28
(109,75,40)
#7B5D3D
(123,93,61)
#896F52
(137,111,82)
#978167
(151,129,103)
#A5937C
(165,147,124)
#B3A591
(179,165,145)
#C1B7A6
(193,183,166)
#CFC9BB
(207,201,187)
#DDDBD0
(221,219,208)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3913 color. Also use rgb(95,57,19) instead hex code.

Text Font Color

.myTextColor { color: #5F3913; }

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

This text font color is #5F3913.

Background Color

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

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

This div background color is #5F3913.

Border color

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

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

This div border color is #5F3913.

Opacity

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

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

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

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

This text has shadow with #5F3913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3913.

Preview

Color preview on black background

This text has color #5F3913 on black background.


Color preview on white background

This text has color #5F3913 on white background.


Black color preview on #5F3913 background

This text has black color on #5F3913 background.


White color preview on #5F3913 background

This text has white color on #5F3913 background.


Related colors

Complementary color

Complementary color for #hex is #A0C6EC.


I love getcolorcode.com

Triadic colors

1 #135F39 and #39135F with #5F3913 are triadic colors.

2 #13395F and #395F13 with #5F3913 are triadic colors.