COLOR #5F4914

HEX: #5F4914 RGB: (95,73,20)

Color info

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

RGB color model

#5F4914 color RGB value is (95,73,20).

RGB: (95,73,20) (37%, 29%, 8%)

RGB channels and saturation

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

95
73
20

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

Portions of RGB colors in percentages

R + G + B = 95 + 73 + 20 = 188 (100%)
R 95 of 188 ~ 50.53%
G 73 of 188 ~ 38.83%
B 20 of 188 ~ 10.64'%

%50.53
%38.83
%10.64

CMYK color model

#5F4914 color CMYK value is (0,23,79,63).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 78.95%
  • key color value is 62.75%

CMYK: (0,23,79,63)
C0M23Y79K63 (0%, 23%, 79%, 63%)
(0.00 / 0.23 / 0.79 / 0.63)

CMYK percentages

%0
%23.16
%78.95
%62.75

Codes

Color #5F4914 in popluar color models

5F 49 14
RGB 95 73 20
HSL 42° 65.22% 22.55%
HSB/HSV 42° 78.95% 37.25%
CMYK 0.00% 23.16% 78.95%
62.75%

Color #5F4914 in popluar number systems.

HEX 5F 49 14
Decimal 95 73 20
Binary 1011111 1001001 10100
Octal 137 111 24

Shades and tints

Shades of #5F4914

#5F4914
(95,73,20)
#574313
(87,67,19)
#4F3D12
(79,61,18)
#473711
(71,55,17)
#3F3110
(63,49,16)
#372B0F
(55,43,15)
#2F250E
(47,37,14)
#271F0D
(39,31,13)
#1F190C
(31,25,12)
#17130B
(23,19,11)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F4914

#5F4914
(95,73,20)
#6D5929
(109,89,41)
#7B693E
(123,105,62)
#897953
(137,121,83)
#978968
(151,137,104)
#A5997D
(165,153,125)
#B3A992
(179,169,146)
#C1B9A7
(193,185,167)
#CFC9BC
(207,201,188)
#DDD9D1
(221,217,209)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4914; }

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

This text font color is #5F4914.

Background Color

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

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

This div background color is #5F4914.

Border color

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

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

This div border color is #5F4914.

Opacity

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

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

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

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

This text has shadow with #5F4914 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4914.

Preview

Color preview on black background

This text has color #5F4914 on black background.


Color preview on white background

This text has color #5F4914 on white background.


Black color preview on #5F4914 background

This text has black color on #5F4914 background.


White color preview on #5F4914 background

This text has white color on #5F4914 background.


Related colors

Complementary color

Complementary color for #hex is #A0B6EB.


I love getcolorcode.com

Triadic colors

1 #145F49 and #49145F with #5F4914 are triadic colors.

2 #14495F and #495F14 with #5F4914 are triadic colors.