COLOR #552522

HEX: #552522
RGB: (85,37,34)

Color info

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

RGB color model

#552522 color RGB value is (85,37,34).

  • red value is 85;
  • green value is 37;
  • blue value is 34.
RGB:
(85,37,34)
(33%,15%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 34 of 255 = 13%

85
37
34

R + G + B ~ 20%. #552522 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 34 = 156 (100%)
R 85 of 156 ~ 54.49%
G 37 of 156 ~ 23.72%
B 34 of 156 ~ 21.79%

%54.49
%23.72
%21.79

CMYK color model

#552522 color CMYK value is (0,56,60,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(0,56,60,67)
C0M56Y60K67 
(0%,56%,60%,67%)
(0.00/0.56/0.60/0.67)	

CMYK percentages

%0
%56.47
%60
%66.67

Codes

Color #552522 in popluar color models

552522
RGB853734
HSL42.86%23.33%
HSB/HSV60.00%33.33%
CMYK0.00%56.47%60.00%
66.67%

Color #552522 in popluar number systems.

HEX552522
Decimal853734
Binary1010101100101100010
Octal1254542

Shades and tints

Shades of #552522

#552522
(85,37,34)
#4E221F
(78,34,31)
#471F1C
(71,31,28)
#401C19
(64,28,25)
#391916
(57,25,22)
#321613
(50,22,19)
#2B1310
(43,19,16)
#24100D
(36,16,13)
#1D0D0A
(29,13,10)
#160A07
(22,10,7)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #552522

#552522
(85,37,34)
#643836
(100,56,54)
#734B4A
(115,75,74)
#825E5E
(130,94,94)
#917172
(145,113,114)
#A08486
(160,132,134)
#AF979A
(175,151,154)
#BEAAAE
(190,170,174)
#CDBDC2
(205,189,194)
#DCD0D6
(220,208,214)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552522 color. Also use rgb(85,37,34) instead hex code.

Text Font Color

.myTextColor { color: #552522; }

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

This text font color is #552522.


Background Color

.myBgColor { background-color: #552522; }

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

This div background color is #552522.


Border color

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

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

This div border color is #552522.


Opacity

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

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

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

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

This text has shadow with #552522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552522 on black background.


Color preview on white background

This text has color #552522 on white background.



Black color preview on #552522 background

This text has black color on #552522 background.


White color preview on #552522 background

This text has white color on #552522 background.