COLOR #5F5014

HEX: #5F5014
RGB: (95,80,20)

Color info

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

RGB color model

#5F5014 color RGB value is (95,80,20).

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

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 20 of 255 = 8%

95
80
20

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

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 20 = 195 (100%)
R 95 of 195 ~ 48.72%
G 80 of 195 ~ 41.03%
B 20 of 195 ~ 10.26%

%48.72
%41.03
%10.26

CMYK color model

#5F5014 color CMYK value is (0,16,79,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 78.95%
  • key color value is 62.75%
CMYK:
(0,16,79,63)
C0M16Y79K63 
(0%,16%,79%,63%)
(0.00/0.16/0.79/0.63)	

CMYK percentages

%0
%15.79
%78.95
%62.75

Codes

Color #5F5014 in popluar color models

5F5014
RGB958020
HSL48°65.22%22.55%
HSB/HSV48°78.95%37.25%
CMYK0.00%15.79%78.95%
62.75%

Color #5F5014 in popluar number systems.

HEX5F5014
Decimal958020
Binary1011111101000010100
Octal13712024

Shades and tints

Shades of #5F5014

#5F5014
(95,80,20)
#574913
(87,73,19)
#4F4212
(79,66,18)
#473B11
(71,59,17)
#3F3410
(63,52,16)
#372D0F
(55,45,15)
#2F260E
(47,38,14)
#271F0D
(39,31,13)
#1F180C
(31,24,12)
#17110B
(23,17,11)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #5F5014

#5F5014
(95,80,20)
#6D5F29
(109,95,41)
#7B6E3E
(123,110,62)
#897D53
(137,125,83)
#978C68
(151,140,104)
#A59B7D
(165,155,125)
#B3AA92
(179,170,146)
#C1B9A7
(193,185,167)
#CFC8BC
(207,200,188)
#DDD7D1
(221,215,209)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5014; }

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

This text font color is #5F5014.


Background Color

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

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

This div background color is #5F5014.


Border color

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

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

This div border color is #5F5014.


Opacity

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

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

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

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

This text has shadow with #5F5014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5014 on black background.


Color preview on white background

This text has color #5F5014 on white background.



Black color preview on #5F5014 background

This text has black color on #5F5014 background.


White color preview on #5F5014 background

This text has white color on #5F5014 background.