COLOR #552A2B

HEX: #552A2B
RGB: (85,42,43)

Color info

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

RGB color model

#552A2B color RGB value is (85,42,43).

  • red value is 85;
  • green value is 42;
  • blue value is 43.
RGB:
(85,42,43)
(33%,16%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 43 of 255 = 17%

85
42
43

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

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 43 = 170 (100%)
R 85 of 170 ~ 50%
G 42 of 170 ~ 24.71%
B 43 of 170 ~ 25.29%

%50
%24.71
%25.29

CMYK color model

#552A2B color CMYK value is (0,51,49,67).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(0,51,49,67)
C0M51Y49K67 
(0%,51%,49%,67%)
(0.00/0.51/0.49/0.67)	

CMYK percentages

%0
%50.59
%49.41
%66.67

Codes

Color #552A2B in popluar color models

552A2B
RGB854243
HSL359°33.86%24.90%
HSB/HSV359°50.59%33.33%
CMYK0.00%50.59%49.41%
66.67%

Color #552A2B in popluar number systems.

HEX552A2B
Decimal854243
Binary1010101101010101011
Octal1255253

Shades and tints

Shades of #552A2B

#552A2B
(85,42,43)
#4E2728
(78,39,40)
#472425
(71,36,37)
#402122
(64,33,34)
#391E1F
(57,30,31)
#321B1C
(50,27,28)
#2B1819
(43,24,25)
#241516
(36,21,22)
#1D1213
(29,18,19)
#160F10
(22,15,16)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #552A2B

#552A2B
(85,42,43)
#643D3E
(100,61,62)
#735051
(115,80,81)
#826364
(130,99,100)
#917677
(145,118,119)
#A0898A
(160,137,138)
#AF9C9D
(175,156,157)
#BEAFB0
(190,175,176)
#CDC2C3
(205,194,195)
#DCD5D6
(220,213,214)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552A2B color. Also use rgb(85,42,43) instead hex code.

Text Font Color

.myTextColor { color: #552A2B; }

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

This text font color is #552A2B.


Background Color

.myBgColor { background-color: #552A2B; }

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

This div background color is #552A2B.


Border color

.myBorderColor { border: 1px solid #552A2B; }

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

This div border color is #552A2B.


Opacity

.myOpacity80 { color: #552A2B; opacity: 0.8; }

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

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

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

This text has shadow with #552A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A2B on black background.


Color preview on white background

This text has color #552A2B on white background.



Black color preview on #552A2B background

This text has black color on #552A2B background.


White color preview on #552A2B background

This text has white color on #552A2B background.