COLOR #5F5319

HEX: #5F5319 RGB: (95,83,25)

Color info

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

RGB color model

#5F5319 color RGB value is (95,83,25).

RGB: (95,83,25) (37%, 33%, 10%)

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 25 of 255 = 10%

95
83
25

R + G + B ~ 27%. #5F5319 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 83 + 25 = 203 (100%)
R 95 of 203 ~ 46.8%
G 83 of 203 ~ 40.89%
B 25 of 203 ~ 12.32'%

%46.8
%40.89
%12.32

CMYK color model

#5F5319 color CMYK value is (0,13,74,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 73.68%
  • key color value is 62.75%

CMYK: (0,13,74,63)
C0M13Y74K63 (0%, 13%, 74%, 63%)
(0.00 / 0.13 / 0.74 / 0.63)

CMYK percentages

%0
%12.63
%73.68
%62.75

Codes

Color #5F5319 in popluar color models

5F 53 19
RGB 95 83 25
HSL 50° 58.33% 23.53%
HSB/HSV 50° 73.68% 37.25%
CMYK 0.00% 12.63% 73.68%
62.75%

Color #5F5319 in popluar number systems.

HEX 5F 53 19
Decimal 95 83 25
Binary 1011111 1010011 11001
Octal 137 123 31

Shades and tints

Shades of #5F5319

#5F5319
(95,83,25)
#574C17
(87,76,23)
#4F4515
(79,69,21)
#473E13
(71,62,19)
#3F3711
(63,55,17)
#37300F
(55,48,15)
#2F290D
(47,41,13)
#27220B
(39,34,11)
#1F1B09
(31,27,9)
#171407
(23,20,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #5F5319

#5F5319
(95,83,25)
#6D622D
(109,98,45)
#7B7141
(123,113,65)
#898055
(137,128,85)
#978F69
(151,143,105)
#A59E7D
(165,158,125)
#B3AD91
(179,173,145)
#C1BCA5
(193,188,165)
#CFCBB9
(207,203,185)
#DDDACD
(221,218,205)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5319 color. Also use rgb(95,83,25) instead hex code.

Text Font Color

.myTextColor { color: #5F5319; }

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

This text font color is #5F5319.

Background Color

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

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

This div background color is #5F5319.

Border color

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

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

This div border color is #5F5319.

Opacity

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

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

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

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

This text has shadow with #5F5319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5319.

Preview

Color preview on black background

This text has color #5F5319 on black background.


Color preview on white background

This text has color #5F5319 on white background.


Black color preview on #5F5319 background

This text has black color on #5F5319 background.


White color preview on #5F5319 background

This text has white color on #5F5319 background.


Related colors

Complementary color

Complementary color for #hex is #A0ACE6.


I love getcolorcode.com

Triadic colors

1 #195F53 and #53195F with #5F5319 are triadic colors.

2 #19535F and #535F19 with #5F5319 are triadic colors.