COLOR #5F5613

HEX: #5F5613
RGB: (95,86,19)

Color info

#5F5613 contains mainly red and green colors. Web safe color of #5F5613 is #666600 (or #660).

RGB color model

#5F5613 color RGB value is (95,86,19).

  • red value is 95;
  • green value is 86;
  • blue value is 19.
RGB:
(95,86,19)
(37%,34%,7%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 19 of 255 = 7%

95
86
19

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 19 = 200 (100%)
R 95 of 200 ~ 47.5%
G 86 of 200 ~ 43%
B 19 of 200 ~ 9.5%

%47.5
%43
%9.5

CMYK color model

#5F5613 color CMYK value is (0,9,80,63).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 80.00%
  • key color value is 62.75%
CMYK:
(0,9,80,63)
C0M9Y80K63 
(0%,9%,80%,63%)
(0.00/0.09/0.80/0.63)	

CMYK percentages

%0
%9.47
%80
%62.75

Codes

Color #5F5613 in popluar color models

5F5613
RGB958619
HSL53°66.67%22.35%
HSB/HSV53°80.00%37.25%
CMYK0.00%9.47%80.00%
62.75%

Color #5F5613 in popluar number systems.

HEX5F5613
Decimal958619
Binary1011111101011010011
Octal13712623

Shades and tints

Shades of #5F5613

#5F5613
(95,86,19)
#574F12
(87,79,18)
#4F4811
(79,72,17)
#474110
(71,65,16)
#3F3A0F
(63,58,15)
#37330E
(55,51,14)
#2F2C0D
(47,44,13)
#27250C
(39,37,12)
#1F1E0B
(31,30,11)
#17170A
(23,23,10)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #5F5613

#5F5613
(95,86,19)
#6D6528
(109,101,40)
#7B743D
(123,116,61)
#898352
(137,131,82)
#979267
(151,146,103)
#A5A17C
(165,161,124)
#B3B091
(179,176,145)
#C1BFA6
(193,191,166)
#CFCEBB
(207,206,187)
#DDDDD0
(221,221,208)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5613; }

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

This text font color is #5F5613.


Background Color

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

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

This div background color is #5F5613.


Border color

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

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

This div border color is #5F5613.


Opacity

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

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

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

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

This text has shadow with #5F5613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5613 on black background.


Color preview on white background

This text has color #5F5613 on white background.



Black color preview on #5F5613 background

This text has black color on #5F5613 background.


White color preview on #5F5613 background

This text has white color on #5F5613 background.