COLOR #5F5500

HEX: #5F5500
RGB: (95,85,0)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
85
0

R + G + B ~ 23%. #5F5500 is dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 0 = 180 (100%)
R 95 of 180 ~ 52.78%
G 85 of 180 ~ 47.22%
B 0 of 180 ~ 0%

%52.78
%47.22

CMYK color model

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

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

CMYK percentages

%0
%10.53
%100
%62.75

Codes

Color #5F5500 in popluar color models

5F5500
RGB95850
HSL54°100.00%18.63%
HSB/HSV54°100.00%37.25%
CMYK0.00%10.53%100.00%
62.75%

Color #5F5500 in popluar number systems.

HEX5F5500
Decimal95850
Binary101111110101010
Octal1371250

Shades and tints

Shades of #5F5500

#5F5500
(95,85,0)
#574E00
(87,78,0)
#4F4700
(79,71,0)
#474000
(71,64,0)
#3F3900
(63,57,0)
#373200
(55,50,0)
#2F2B00
(47,43,0)
#272400
(39,36,0)
#1F1D00
(31,29,0)
#171600
(23,22,0)
#0F0F00
(15,15,0)
#000000
(0,0,0)

Tints of #5F5500

#5F5500
(95,85,0)
#6D6417
(109,100,23)
#7B732E
(123,115,46)
#898245
(137,130,69)
#97915C
(151,145,92)
#A5A073
(165,160,115)
#B3AF8A
(179,175,138)
#C1BEA1
(193,190,161)
#CFCDB8
(207,205,184)
#DDDCCF
(221,220,207)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5500; }

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

This text font color is #5F5500.


Background Color

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

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

This div background color is #5F5500.


Border color

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

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

This div border color is #5F5500.


Opacity

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

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

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

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

This text has shadow with #5F5500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5500 on black background.


Color preview on white background

This text has color #5F5500 on white background.



Black color preview on #5F5500 background

This text has black color on #5F5500 background.


White color preview on #5F5500 background

This text has white color on #5F5500 background.