COLOR #5F6321

HEX: #5F6321
RGB: (95,99,33)

Color info

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

RGB color model

#5F6321 color RGB value is (95,99,33).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 33 of 255 = 13%

95
99
33

R + G + B ~ 30%. #5F6321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 33 = 227 (100%)
R 95 of 227 ~ 41.85%
G 99 of 227 ~ 43.61%
B 33 of 227 ~ 14.54%

%41.85
%43.61
%14.54

CMYK color model

#5F6321 color CMYK value is (4,0,67,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 61.18%
CMYK:
(4,0,67,61)
C4M0Y67K61 
(4%,0%,67%,61%)
(0.04/0.00/0.67/0.61)	

CMYK percentages

%4.04
%0
%66.67
%61.18

Codes

Color #5F6321 in popluar color models

5F6321
RGB959933
HSL64°50.00%25.88%
HSB/HSV64°66.67%38.82%
CMYK4.04%0.00%66.67%
61.18%

Color #5F6321 in popluar number systems.

HEX5F6321
Decimal959933
Binary10111111100011100001
Octal13714341

Shades and tints

Shades of #5F6321

#5F6321
(95,99,33)
#575A1E
(87,90,30)
#4F511B
(79,81,27)
#474818
(71,72,24)
#3F3F15
(63,63,21)
#373612
(55,54,18)
#2F2D0F
(47,45,15)
#27240C
(39,36,12)
#1F1B09
(31,27,9)
#171206
(23,18,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #5F6321

#5F6321
(95,99,33)
#6D7135
(109,113,53)
#7B7F49
(123,127,73)
#898D5D
(137,141,93)
#979B71
(151,155,113)
#A5A985
(165,169,133)
#B3B799
(179,183,153)
#C1C5AD
(193,197,173)
#CFD3C1
(207,211,193)
#DDE1D5
(221,225,213)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6321; }

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

This text font color is #5F6321.


Background Color

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

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

This div background color is #5F6321.


Border color

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

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

This div border color is #5F6321.


Opacity

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

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

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

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

This text has shadow with #5F6321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6321 on black background.


Color preview on white background

This text has color #5F6321 on white background.



Black color preview on #5F6321 background

This text has black color on #5F6321 background.


White color preview on #5F6321 background

This text has white color on #5F6321 background.