COLOR #552824

HEX: #552824
RGB: (85,40,36)

Color info

#552824 contains red, green and blue colors in about the same proportion. Web safe color of #552824 is #663333 (or #633).

RGB color model

#552824 color RGB value is (85,40,36).

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

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 36 of 255 = 14%

85
40
36

R + G + B ~ 21%. #552824 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 36 = 161 (100%)
R 85 of 161 ~ 52.8%
G 40 of 161 ~ 24.84%
B 36 of 161 ~ 22.36%

%52.8
%24.84
%22.36

CMYK color model

#552824 color CMYK value is (0,53,58,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 57.65%
  • key color value is 66.67%
CMYK:
(0,53,58,67)
C0M53Y58K67 
(0%,53%,58%,67%)
(0.00/0.53/0.58/0.67)	

CMYK percentages

%0
%52.94
%57.65
%66.67

Codes

Color #552824 in popluar color models

552824
RGB854036
HSL40.50%23.73%
HSB/HSV57.65%33.33%
CMYK0.00%52.94%57.65%
66.67%

Color #552824 in popluar number systems.

HEX552824
Decimal854036
Binary1010101101000100100
Octal1255044

Shades and tints

Shades of #552824

#552824
(85,40,36)
#4E2521
(78,37,33)
#47221E
(71,34,30)
#401F1B
(64,31,27)
#391C18
(57,28,24)
#321915
(50,25,21)
#2B1612
(43,22,18)
#24130F
(36,19,15)
#1D100C
(29,16,12)
#160D09
(22,13,9)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #552824

#552824
(85,40,36)
#643B37
(100,59,55)
#734E4A
(115,78,74)
#82615D
(130,97,93)
#917470
(145,116,112)
#A08783
(160,135,131)
#AF9A96
(175,154,150)
#BEADA9
(190,173,169)
#CDC0BC
(205,192,188)
#DCD3CF
(220,211,207)
#EBE6E2
(235,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552824; }

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

This text font color is #552824.


Background Color

.myBgColor { background-color: #552824; }

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

This div background color is #552824.


Border color

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

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

This div border color is #552824.


Opacity

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

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

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

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

This text has shadow with #552824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552824 on black background.


Color preview on white background

This text has color #552824 on white background.



Black color preview on #552824 background

This text has black color on #552824 background.


White color preview on #552824 background

This text has white color on #552824 background.