COLOR #555E00

HEX: #555E00
RGB: (85,94,0)

Color info

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

RGB color model

#555E00 color RGB value is (85,94,0).

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

RGB channels and saturation

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

85
94
0

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 0 = 179 (100%)
R 85 of 179 ~ 47.49%
G 94 of 179 ~ 52.51%
B 0 of 179 ~ 0%

%47.49
%52.51

CMYK color model

#555E00 color CMYK value is (10,0,100,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.14%
CMYK:
(10,0,100,63)
C10M0Y100K63 
(10%,0%,100%,63%)
(0.10/0.00/1.00/0.63)	

CMYK percentages

%9.57
%0
%100
%63.14

Codes

Color #555E00 in popluar color models

555E00
RGB85940
HSL66°100.00%18.43%
HSB/HSV66°100.00%36.86%
CMYK9.57%0.00%100.00%
63.14%

Color #555E00 in popluar number systems.

HEX555E00
Decimal85940
Binary101010110111100
Octal1251360

Shades and tints

Shades of #555E00

#555E00
(85,94,0)
#4E5600
(78,86,0)
#474E00
(71,78,0)
#404600
(64,70,0)
#393E00
(57,62,0)
#323600
(50,54,0)
#2B2E00
(43,46,0)
#242600
(36,38,0)
#1D1E00
(29,30,0)
#161600
(22,22,0)
#0F0E00
(15,14,0)
#000000
(0,0,0)

Tints of #555E00

#555E00
(85,94,0)
#646C17
(100,108,23)
#737A2E
(115,122,46)
#828845
(130,136,69)
#91965C
(145,150,92)
#A0A473
(160,164,115)
#AFB28A
(175,178,138)
#BEC0A1
(190,192,161)
#CDCEB8
(205,206,184)
#DCDCCF
(220,220,207)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E00; }

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

This text font color is #555E00.


Background Color

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

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

This div background color is #555E00.


Border color

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

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

This div border color is #555E00.


Opacity

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

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

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

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

This text has shadow with #555E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E00 on black background.


Color preview on white background

This text has color #555E00 on white background.



Black color preview on #555E00 background

This text has black color on #555E00 background.


White color preview on #555E00 background

This text has white color on #555E00 background.