COLOR #555200

HEX: #555200
RGB: (85,82,0)

Color info

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

RGB color model

#555200 color RGB value is (85,82,0).

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

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 0 of 255 = 0%

85
82
0

R + G + B ~ 22%. #555200 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 0 = 167 (100%)
R 85 of 167 ~ 50.9%
G 82 of 167 ~ 49.1%
B 0 of 167 ~ 0%

%50.9
%49.1

CMYK color model

#555200 color CMYK value is (0,4,100,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(0,4,100,67)
C0M4Y100K67 
(0%,4%,100%,67%)
(0.00/0.04/1.00/0.67)	

CMYK percentages

%0
%3.53
%100
%66.67

Codes

Color #555200 in popluar color models

555200
RGB85820
HSL58°100.00%16.67%
HSB/HSV58°100.00%33.33%
CMYK0.00%3.53%100.00%
66.67%

Color #555200 in popluar number systems.

HEX555200
Decimal85820
Binary101010110100100
Octal1251220

Shades and tints

Shades of #555200

#555200
(85,82,0)
#4E4B00
(78,75,0)
#474400
(71,68,0)
#403D00
(64,61,0)
#393600
(57,54,0)
#322F00
(50,47,0)
#2B2800
(43,40,0)
#242100
(36,33,0)
#1D1A00
(29,26,0)
#161300
(22,19,0)
#0F0C00
(15,12,0)
#000000
(0,0,0)

Tints of #555200

#555200
(85,82,0)
#646117
(100,97,23)
#73702E
(115,112,46)
#827F45
(130,127,69)
#918E5C
(145,142,92)
#A09D73
(160,157,115)
#AFAC8A
(175,172,138)
#BEBBA1
(190,187,161)
#CDCAB8
(205,202,184)
#DCD9CF
(220,217,207)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555200; }

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

This text font color is #555200.


Background Color

.myBgColor { background-color: #555200; }

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

This div background color is #555200.


Border color

.myBorderColor { border: 1px solid #555200; }

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

This div border color is #555200.


Opacity

.myOpacity80 { color: #555200; opacity: 0.8; }

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

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

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

This text has shadow with #555200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555200 on black background.


Color preview on white background

This text has color #555200 on white background.



Black color preview on #555200 background

This text has black color on #555200 background.


White color preview on #555200 background

This text has white color on #555200 background.