COLOR #5F5C19

HEX: #5F5C19
RGB: (95,92,25)

Color info

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

RGB color model

#5F5C19 color RGB value is (95,92,25).

  • red value is 95;
  • green value is 92;
  • blue value is 25.
RGB:
(95,92,25)
(37%,36%,10%)

RGB channels and saturation

R 95 of 255 = 37%
G 92 of 255 = 36%
B 25 of 255 = 10%

95
92
25

R + G + B ~ 28%. #5F5C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 92 + 25 = 212 (100%)
R 95 of 212 ~ 44.81%
G 92 of 212 ~ 43.4%
B 25 of 212 ~ 11.79%

%44.81
%43.4
%11.79

CMYK color model

#5F5C19 color CMYK value is (0,3,74,63).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 73.68%
  • key color value is 62.75%
CMYK:
(0,3,74,63)
C0M3Y74K63 
(0%,3%,74%,63%)
(0.00/0.03/0.74/0.63)	

CMYK percentages

%0
%3.16
%73.68
%62.75

Codes

Color #5F5C19 in popluar color models

5F5C19
RGB959225
HSL57°58.33%23.53%
HSB/HSV57°73.68%37.25%
CMYK0.00%3.16%73.68%
62.75%

Color #5F5C19 in popluar number systems.

HEX5F5C19
Decimal959225
Binary1011111101110011001
Octal13713431

Shades and tints

Shades of #5F5C19

#5F5C19
(95,92,25)
#575417
(87,84,23)
#4F4C15
(79,76,21)
#474413
(71,68,19)
#3F3C11
(63,60,17)
#37340F
(55,52,15)
#2F2C0D
(47,44,13)
#27240B
(39,36,11)
#1F1C09
(31,28,9)
#171407
(23,20,7)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #5F5C19

#5F5C19
(95,92,25)
#6D6A2D
(109,106,45)
#7B7841
(123,120,65)
#898655
(137,134,85)
#979469
(151,148,105)
#A5A27D
(165,162,125)
#B3B091
(179,176,145)
#C1BEA5
(193,190,165)
#CFCCB9
(207,204,185)
#DDDACD
(221,218,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5C19; }

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

This text font color is #5F5C19.


Background Color

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

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

This div background color is #5F5C19.


Border color

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

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

This div border color is #5F5C19.


Opacity

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

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

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

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

This text has shadow with #5F5C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5C19 on black background.


Color preview on white background

This text has color #5F5C19 on white background.



Black color preview on #5F5C19 background

This text has black color on #5F5C19 background.


White color preview on #5F5C19 background

This text has white color on #5F5C19 background.