COLOR #5F5F00

HEX: #5F5F00
RGB: (95,95,0)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
95
0

R + G + B ~ 25%. #5F5F00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 95 + 0 = 190 (100%)
R 95 of 190 ~ 50%
G 95 of 190 ~ 50%
B 0 of 190 ~ 0%

%50
%50

CMYK color model

#5F5F00 color CMYK value is (0,0,100,63).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.75%
CMYK:
(0,0,100,63)
C0M0Y100K63 
(0%,0%,100%,63%)
(0.00/0.00/1.00/0.63)	

CMYK percentages

%0
%0
%100
%62.75

Codes

Color #5F5F00 in popluar color models

5F5F00
RGB95950
HSL60°100.00%18.63%
HSB/HSV60°100.00%37.25%
CMYK0.00%0.00%100.00%
62.75%

Color #5F5F00 in popluar number systems.

HEX5F5F00
Decimal95950
Binary101111110111110
Octal1371370

Shades and tints

Shades of #5F5F00

#5F5F00
(95,95,0)
#575700
(87,87,0)
#4F4F00
(79,79,0)
#474700
(71,71,0)
#3F3F00
(63,63,0)
#373700
(55,55,0)
#2F2F00
(47,47,0)
#272700
(39,39,0)
#1F1F00
(31,31,0)
#171700
(23,23,0)
#0F0F00
(15,15,0)
#000000
(0,0,0)

Tints of #5F5F00

#5F5F00
(95,95,0)
#6D6D17
(109,109,23)
#7B7B2E
(123,123,46)
#898945
(137,137,69)
#97975C
(151,151,92)
#A5A573
(165,165,115)
#B3B38A
(179,179,138)
#C1C1A1
(193,193,161)
#CFCFB8
(207,207,184)
#DDDDCF
(221,221,207)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5F00; }

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

This text font color is #5F5F00.


Background Color

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

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

This div background color is #5F5F00.


Border color

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

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

This div border color is #5F5F00.


Opacity

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

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

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

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

This text has shadow with #5F5F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5F00 on black background.


Color preview on white background

This text has color #5F5F00 on white background.



Black color preview on #5F5F00 background

This text has black color on #5F5F00 background.


White color preview on #5F5F00 background

This text has white color on #5F5F00 background.