COLOR #5F5921

HEX: #5F5921
RGB: (95,89,33)

Color info

#5F5921 contains mainly red and green colors. Web safe color of #5F5921 is #666633 (or #663).

RGB color model

#5F5921 color RGB value is (95,89,33).

  • red value is 95;
  • green value is 89;
  • blue value is 33.
RGB:
(95,89,33)
(37%,35%,13%)

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 33 of 255 = 13%

95
89
33

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

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 33 = 217 (100%)
R 95 of 217 ~ 43.78%
G 89 of 217 ~ 41.01%
B 33 of 217 ~ 15.21%

%43.78
%41.01
%15.21

CMYK color model

#5F5921 color CMYK value is (0,6,65,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 65.26%
  • key color value is 62.75%
CMYK:
(0,6,65,63)
C0M6Y65K63 
(0%,6%,65%,63%)
(0.00/0.06/0.65/0.63)	

CMYK percentages

%0
%6.32
%65.26
%62.75

Codes

Color #5F5921 in popluar color models

5F5921
RGB958933
HSL54°48.44%25.10%
HSB/HSV54°65.26%37.25%
CMYK0.00%6.32%65.26%
62.75%

Color #5F5921 in popluar number systems.

HEX5F5921
Decimal958933
Binary10111111011001100001
Octal13713141

Shades and tints

Shades of #5F5921

#5F5921
(95,89,33)
#57511E
(87,81,30)
#4F491B
(79,73,27)
#474118
(71,65,24)
#3F3915
(63,57,21)
#373112
(55,49,18)
#2F290F
(47,41,15)
#27210C
(39,33,12)
#1F1909
(31,25,9)
#171106
(23,17,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #5F5921

#5F5921
(95,89,33)
#6D6835
(109,104,53)
#7B7749
(123,119,73)
#89865D
(137,134,93)
#979571
(151,149,113)
#A5A485
(165,164,133)
#B3B399
(179,179,153)
#C1C2AD
(193,194,173)
#CFD1C1
(207,209,193)
#DDE0D5
(221,224,213)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5921 color. Also use rgb(95,89,33) instead hex code.

Text Font Color

.myTextColor { color: #5F5921; }

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

This text font color is #5F5921.


Background Color

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

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

This div background color is #5F5921.


Border color

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

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

This div border color is #5F5921.


Opacity

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

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

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

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

This text has shadow with #5F5921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5921 on black background.


Color preview on white background

This text has color #5F5921 on white background.



Black color preview on #5F5921 background

This text has black color on #5F5921 background.


White color preview on #5F5921 background

This text has white color on #5F5921 background.