COLOR #5F5013

HEX: #5F5013
RGB: (95,80,19)

Color info

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

RGB color model

#5F5013 color RGB value is (95,80,19).

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

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 19 of 255 = 7%

95
80
19

R + G + B ~ 25%. #5F5013 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 19 = 194 (100%)
R 95 of 194 ~ 48.97%
G 80 of 194 ~ 41.24%
B 19 of 194 ~ 9.79%

%48.97
%41.24
%9.79

CMYK color model

#5F5013 color CMYK value is (0,16,80,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 80.00%
  • key color value is 62.75%
CMYK:
(0,16,80,63)
C0M16Y80K63 
(0%,16%,80%,63%)
(0.00/0.16/0.80/0.63)	

CMYK percentages

%0
%15.79
%80
%62.75

Codes

Color #5F5013 in popluar color models

5F5013
RGB958019
HSL48°66.67%22.35%
HSB/HSV48°80.00%37.25%
CMYK0.00%15.79%80.00%
62.75%

Color #5F5013 in popluar number systems.

HEX5F5013
Decimal958019
Binary1011111101000010011
Octal13712023

Shades and tints

Shades of #5F5013

#5F5013
(95,80,19)
#574912
(87,73,18)
#4F4211
(79,66,17)
#473B10
(71,59,16)
#3F340F
(63,52,15)
#372D0E
(55,45,14)
#2F260D
(47,38,13)
#271F0C
(39,31,12)
#1F180B
(31,24,11)
#17110A
(23,17,10)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #5F5013

#5F5013
(95,80,19)
#6D5F28
(109,95,40)
#7B6E3D
(123,110,61)
#897D52
(137,125,82)
#978C67
(151,140,103)
#A59B7C
(165,155,124)
#B3AA91
(179,170,145)
#C1B9A6
(193,185,166)
#CFC8BB
(207,200,187)
#DDD7D0
(221,215,208)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5013; }

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

This text font color is #5F5013.


Background Color

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

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

This div background color is #5F5013.


Border color

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

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

This div border color is #5F5013.


Opacity

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

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

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

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

This text has shadow with #5F5013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5013 on black background.


Color preview on white background

This text has color #5F5013 on white background.



Black color preview on #5F5013 background

This text has black color on #5F5013 background.


White color preview on #5F5013 background

This text has white color on #5F5013 background.