COLOR #5F6624

HEX: #5F6624
RGB: (95,102,36)

Color info

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

RGB color model

#5F6624 color RGB value is (95,102,36).

  • red value is 95;
  • green value is 102;
  • blue value is 36.
RGB:
(95,102,36)
(37%,40%,14%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 36 of 255 = 14%

95
102
36

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 36 = 233 (100%)
R 95 of 233 ~ 40.77%
G 102 of 233 ~ 43.78%
B 36 of 233 ~ 15.45%

%40.77
%43.78
%15.45

CMYK color model

#5F6624 color CMYK value is (7,0,65,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 60.00%
CMYK:
(7,0,65,60)
C7M0Y65K60 
(7%,0%,65%,60%)
(0.07/0.00/0.65/0.60)	

CMYK percentages

%6.86
%0
%64.71
%60

Codes

Color #5F6624 in popluar color models

5F6624
RGB9510236
HSL66°47.83%27.06%
HSB/HSV66°64.71%40.00%
CMYK6.86%0.00%64.71%
60.00%

Color #5F6624 in popluar number systems.

HEX5F6624
Decimal9510236
Binary10111111100110100100
Octal13714644

Shades and tints

Shades of #5F6624

#5F6624
(95,102,36)
#575D21
(87,93,33)
#4F541E
(79,84,30)
#474B1B
(71,75,27)
#3F4218
(63,66,24)
#373915
(55,57,21)
#2F3012
(47,48,18)
#27270F
(39,39,15)
#1F1E0C
(31,30,12)
#171509
(23,21,9)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #5F6624

#5F6624
(95,102,36)
#6D7337
(109,115,55)
#7B804A
(123,128,74)
#898D5D
(137,141,93)
#979A70
(151,154,112)
#A5A783
(165,167,131)
#B3B496
(179,180,150)
#C1C1A9
(193,193,169)
#CFCEBC
(207,206,188)
#DDDBCF
(221,219,207)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6624 color. Also use rgb(95,102,36) instead hex code.

Text Font Color

.myTextColor { color: #5F6624; }

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

This text font color is #5F6624.


Background Color

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

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

This div background color is #5F6624.


Border color

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

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

This div border color is #5F6624.


Opacity

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

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

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

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

This text has shadow with #5F6624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6624 on black background.


Color preview on white background

This text has color #5F6624 on white background.



Black color preview on #5F6624 background

This text has black color on #5F6624 background.


White color preview on #5F6624 background

This text has white color on #5F6624 background.