COLOR #555F00

HEX: #555F00
RGB: (85,95,0)

Color info

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

RGB color model

#555F00 color RGB value is (85,95,0).

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

RGB channels and saturation

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

85
95
0

R + G + B ~ 23%. #555F00 is dark color.

Portions of RGB colors in percentages

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

%47.22
%52.78

CMYK color model

#555F00 color CMYK value is (11,0,100,63).

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

CMYK percentages

%10.53
%0
%100
%62.75

Codes

Color #555F00 in popluar color models

555F00
RGB85950
HSL66°100.00%18.63%
HSB/HSV66°100.00%37.25%
CMYK10.53%0.00%100.00%
62.75%

Color #555F00 in popluar number systems.

HEX555F00
Decimal85950
Binary101010110111110
Octal1251370

Shades and tints

Shades of #555F00

#555F00
(85,95,0)
#4E5700
(78,87,0)
#474F00
(71,79,0)
#404700
(64,71,0)
#393F00
(57,63,0)
#323700
(50,55,0)
#2B2F00
(43,47,0)
#242700
(36,39,0)
#1D1F00
(29,31,0)
#161700
(22,23,0)
#0F0F00
(15,15,0)
#000000
(0,0,0)

Tints of #555F00

#555F00
(85,95,0)
#646D17
(100,109,23)
#737B2E
(115,123,46)
#828945
(130,137,69)
#91975C
(145,151,92)
#A0A573
(160,165,115)
#AFB38A
(175,179,138)
#BEC1A1
(190,193,161)
#CDCFB8
(205,207,184)
#DCDDCF
(220,221,207)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555F00; }

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

This text font color is #555F00.


Background Color

.myBgColor { background-color: #555F00; }

<div style="background-color:#555F00">Inner text</div>

This div background color is #555F00.


Border color

.myBorderColor { border: 1px solid #555F00; }

<div style="border:3px solid #555F00">Div</div>

This div border color is #555F00.


Opacity

.myOpacity80 { color: #555F00; opacity: 0.8; }

<p style="color:#555F00;opacity:0.8;">80%</p>

Text with #555F00 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 #555F00;}

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

This text has shadow with #555F00 color.

.textShadow {text-shadow: 3px 3px 1px #555F00, 3px 3px 1px red;}

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

This text has shadow with #555F00 primary color and red secondary color.


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

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

This text has shadow with #555F00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F00 on black background.


Color preview on white background

This text has color #555F00 on white background.



Black color preview on #555F00 background

This text has black color on #555F00 background.


White color preview on #555F00 background

This text has white color on #555F00 background.