COLOR #5F6D1C

HEX: #5F6D1C
RGB: (95,109,28)

Color info

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

RGB color model

#5F6D1C color RGB value is (95,109,28).

  • red value is 95;
  • green value is 109;
  • blue value is 28.
RGB:
(95,109,28)
(37%,43%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 28 of 255 = 11%

95
109
28

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

Portions of RGB colors in percentages

R + G + B =
95 + 109 + 28 = 232 (100%)
R 95 of 232 ~ 40.95%
G 109 of 232 ~ 46.98%
B 28 of 232 ~ 12.07%

%40.95
%46.98
%12.07

CMYK color model

#5F6D1C color CMYK value is (13,0,74,57).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 74.31%
  • key color value is 57.25%
CMYK:
(13,0,74,57)
C13M0Y74K57 
(13%,0%,74%,57%)
(0.13/0.00/0.74/0.57)	

CMYK percentages

%12.84
%0
%74.31
%57.25

Codes

Color #5F6D1C in popluar color models

5F6D1C
RGB9510928
HSL70°59.12%26.86%
HSB/HSV70°74.31%42.75%
CMYK12.84%0.00%74.31%
57.25%

Color #5F6D1C in popluar number systems.

HEX5F6D1C
Decimal9510928
Binary1011111110110111100
Octal13715534

Shades and tints

Shades of #5F6D1C

#5F6D1C
(95,109,28)
#57641A
(87,100,26)
#4F5B18
(79,91,24)
#475216
(71,82,22)
#3F4914
(63,73,20)
#374012
(55,64,18)
#2F3710
(47,55,16)
#272E0E
(39,46,14)
#1F250C
(31,37,12)
#171C0A
(23,28,10)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #5F6D1C

#5F6D1C
(95,109,28)
#6D7A30
(109,122,48)
#7B8744
(123,135,68)
#899458
(137,148,88)
#97A16C
(151,161,108)
#A5AE80
(165,174,128)
#B3BB94
(179,187,148)
#C1C8A8
(193,200,168)
#CFD5BC
(207,213,188)
#DDE2D0
(221,226,208)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6D1C color. Also use rgb(95,109,28) instead hex code.

Text Font Color

.myTextColor { color: #5F6D1C; }

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

This text font color is #5F6D1C.


Background Color

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

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

This div background color is #5F6D1C.


Border color

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

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

This div border color is #5F6D1C.


Opacity

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

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

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

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

This text has shadow with #5F6D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6D1C on black background.


Color preview on white background

This text has color #5F6D1C on white background.



Black color preview on #5F6D1C background

This text has black color on #5F6D1C background.


White color preview on #5F6D1C background

This text has white color on #5F6D1C background.