COLOR #552800

HEX: #552800
RGB: (85,40,0)

Color info

#552800 contains only red and green colors. Web safe color of #552800 is #663300 (or #630).

RGB color model

#552800 color RGB value is (85,40,0).

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

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 0 of 255 = 0%

85
40
0

R + G + B ~ 16%. #552800 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 0 = 125 (100%)
R 85 of 125 ~ 68%
G 40 of 125 ~ 32%
B 0 of 125 ~ 0%

%68
%32

CMYK color model

#552800 color CMYK value is (0,53,100,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 100.00%
  • key color value is 66.67%
CMYK:
(0,53,100,67)
C0M53Y100K67 
(0%,53%,100%,67%)
(0.00/0.53/1.00/0.67)	

CMYK percentages

%0
%52.94
%100
%66.67

Codes

Color #552800 in popluar color models

552800
RGB85400
HSL28°100.00%16.67%
HSB/HSV28°100.00%33.33%
CMYK0.00%52.94%100.00%
66.67%

Color #552800 in popluar number systems.

HEX552800
Decimal85400
Binary10101011010000
Octal125500

Shades and tints

Shades of #552800

#552800
(85,40,0)
#4E2500
(78,37,0)
#472200
(71,34,0)
#401F00
(64,31,0)
#391C00
(57,28,0)
#321900
(50,25,0)
#2B1600
(43,22,0)
#241300
(36,19,0)
#1D1000
(29,16,0)
#160D00
(22,13,0)
#0F0A00
(15,10,0)
#000000
(0,0,0)

Tints of #552800

#552800
(85,40,0)
#643B17
(100,59,23)
#734E2E
(115,78,46)
#826145
(130,97,69)
#91745C
(145,116,92)
#A08773
(160,135,115)
#AF9A8A
(175,154,138)
#BEADA1
(190,173,161)
#CDC0B8
(205,192,184)
#DCD3CF
(220,211,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552800; }

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

This text font color is #552800.


Background Color

.myBgColor { background-color: #552800; }

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

This div background color is #552800.


Border color

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

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

This div border color is #552800.


Opacity

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

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

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

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

This text has shadow with #552800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552800 on black background.


Color preview on white background

This text has color #552800 on white background.



Black color preview on #552800 background

This text has black color on #552800 background.


White color preview on #552800 background

This text has white color on #552800 background.