COLOR #552804

HEX: #552804
RGB: (85,40,4)

Color info

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

RGB color model

#552804 color RGB value is (85,40,4).

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

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 4 of 255 = 2%

85
40
4

R + G + B ~ 17%. #552804 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 4 = 129 (100%)
R 85 of 129 ~ 65.89%
G 40 of 129 ~ 31.01%
B 4 of 129 ~ 3.1%

%65.89
%31.01

CMYK color model

#552804 color CMYK value is (0,53,95,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 95.29%
  • key color value is 66.67%
CMYK:
(0,53,95,67)
C0M53Y95K67 
(0%,53%,95%,67%)
(0.00/0.53/0.95/0.67)	

CMYK percentages

%0
%52.94
%95.29
%66.67

Codes

Color #552804 in popluar color models

552804
RGB85404
HSL27°91.01%17.45%
HSB/HSV27°95.29%33.33%
CMYK0.00%52.94%95.29%
66.67%

Color #552804 in popluar number systems.

HEX552804
Decimal85404
Binary1010101101000100
Octal125504

Shades and tints

Shades of #552804

#552804
(85,40,4)
#4E2504
(78,37,4)
#472204
(71,34,4)
#401F04
(64,31,4)
#391C04
(57,28,4)
#321904
(50,25,4)
#2B1604
(43,22,4)
#241304
(36,19,4)
#1D1004
(29,16,4)
#160D04
(22,13,4)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #552804

#552804
(85,40,4)
#643B1A
(100,59,26)
#734E30
(115,78,48)
#826146
(130,97,70)
#91745C
(145,116,92)
#A08772
(160,135,114)
#AF9A88
(175,154,136)
#BEAD9E
(190,173,158)
#CDC0B4
(205,192,180)
#DCD3CA
(220,211,202)
#EBE6E0
(235,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552804; }

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

This text font color is #552804.


Background Color

.myBgColor { background-color: #552804; }

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

This div background color is #552804.


Border color

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

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

This div border color is #552804.


Opacity

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

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

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

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

This text has shadow with #552804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552804 on black background.


Color preview on white background

This text has color #552804 on white background.



Black color preview on #552804 background

This text has black color on #552804 background.


White color preview on #552804 background

This text has white color on #552804 background.