COLOR #5F6F00

HEX: #5F6F00
RGB: (95,111,0)

Color info

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

RGB color model

#5F6F00 color RGB value is (95,111,0).

  • red value is 95;
  • green value is 111;
  • blue value is 0.
RGB:
(95,111,0)
(37%,44%,0%)

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 0 of 255 = 0%

95
111
0

R + G + B ~ 27%. #5F6F00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 111 + 0 = 206 (100%)
R 95 of 206 ~ 46.12%
G 111 of 206 ~ 53.88%
B 0 of 206 ~ 0%

%46.12
%53.88

CMYK color model

#5F6F00 color CMYK value is (14,0,100,56).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 56.47%
CMYK:
(14,0,100,56)
C14M0Y100K56 
(14%,0%,100%,56%)
(0.14/0.00/1.00/0.56)	

CMYK percentages

%14.41
%0
%100
%56.47

Codes

Color #5F6F00 in popluar color models

5F6F00
RGB951110
HSL69°100.00%21.76%
HSB/HSV69°100.00%43.53%
CMYK14.41%0.00%100.00%
56.47%

Color #5F6F00 in popluar number systems.

HEX5F6F00
Decimal951110
Binary101111111011110
Octal1371570

Shades and tints

Shades of #5F6F00

#5F6F00
(95,111,0)
#576500
(87,101,0)
#4F5B00
(79,91,0)
#475100
(71,81,0)
#3F4700
(63,71,0)
#373D00
(55,61,0)
#2F3300
(47,51,0)
#272900
(39,41,0)
#1F1F00
(31,31,0)
#171500
(23,21,0)
#0F0B00
(15,11,0)
#000000
(0,0,0)

Tints of #5F6F00

#5F6F00
(95,111,0)
#6D7C17
(109,124,23)
#7B892E
(123,137,46)
#899645
(137,150,69)
#97A35C
(151,163,92)
#A5B073
(165,176,115)
#B3BD8A
(179,189,138)
#C1CAA1
(193,202,161)
#CFD7B8
(207,215,184)
#DDE4CF
(221,228,207)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6F00 color. Also use rgb(95,111,0) instead hex code.

Text Font Color

.myTextColor { color: #5F6F00; }

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

This text font color is #5F6F00.


Background Color

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

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

This div background color is #5F6F00.


Border color

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

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

This div border color is #5F6F00.


Opacity

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

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

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

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

This text has shadow with #5F6F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6F00 on black background.


Color preview on white background

This text has color #5F6F00 on white background.



Black color preview on #5F6F00 background

This text has black color on #5F6F00 background.


White color preview on #5F6F00 background

This text has white color on #5F6F00 background.