COLOR #5F4B14

HEX: #5F4B14
RGB: (95,75,20)

Color info

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

RGB color model

#5F4B14 color RGB value is (95,75,20).

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

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 20 of 255 = 8%

95
75
20

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

Portions of RGB colors in percentages

R + G + B =
95 + 75 + 20 = 190 (100%)
R 95 of 190 ~ 50%
G 75 of 190 ~ 39.47%
B 20 of 190 ~ 10.53%

%50
%39.47
%10.53

CMYK color model

#5F4B14 color CMYK value is (0,21,79,63).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 78.95%
  • key color value is 62.75%
CMYK:
(0,21,79,63)
C0M21Y79K63 
(0%,21%,79%,63%)
(0.00/0.21/0.79/0.63)	

CMYK percentages

%0
%21.05
%78.95
%62.75

Codes

Color #5F4B14 in popluar color models

5F4B14
RGB957520
HSL44°65.22%22.55%
HSB/HSV44°78.95%37.25%
CMYK0.00%21.05%78.95%
62.75%

Color #5F4B14 in popluar number systems.

HEX5F4B14
Decimal957520
Binary1011111100101110100
Octal13711324

Shades and tints

Shades of #5F4B14

#5F4B14
(95,75,20)
#574513
(87,69,19)
#4F3F12
(79,63,18)
#473911
(71,57,17)
#3F3310
(63,51,16)
#372D0F
(55,45,15)
#2F270E
(47,39,14)
#27210D
(39,33,13)
#1F1B0C
(31,27,12)
#17150B
(23,21,11)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F4B14

#5F4B14
(95,75,20)
#6D5B29
(109,91,41)
#7B6B3E
(123,107,62)
#897B53
(137,123,83)
#978B68
(151,139,104)
#A59B7D
(165,155,125)
#B3AB92
(179,171,146)
#C1BBA7
(193,187,167)
#CFCBBC
(207,203,188)
#DDDBD1
(221,219,209)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4B14; }

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

This text font color is #5F4B14.


Background Color

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

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

This div background color is #5F4B14.


Border color

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

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

This div border color is #5F4B14.


Opacity

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

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

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

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

This text has shadow with #5F4B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4B14 on black background.


Color preview on white background

This text has color #5F4B14 on white background.



Black color preview on #5F4B14 background

This text has black color on #5F4B14 background.


White color preview on #5F4B14 background

This text has white color on #5F4B14 background.