COLOR #552A1B

HEX: #552A1B
RGB: (85,42,27)

Color info

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

RGB color model

#552A1B color RGB value is (85,42,27).

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

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 27 of 255 = 11%

85
42
27

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

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 27 = 154 (100%)
R 85 of 154 ~ 55.19%
G 42 of 154 ~ 27.27%
B 27 of 154 ~ 17.53%

%55.19
%27.27
%17.53

CMYK color model

#552A1B color CMYK value is (0,51,68,67).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(0,51,68,67)
C0M51Y68K67 
(0%,51%,68%,67%)
(0.00/0.51/0.68/0.67)	

CMYK percentages

%0
%50.59
%68.24
%66.67

Codes

Color #552A1B in popluar color models

552A1B
RGB854227
HSL16°51.79%21.96%
HSB/HSV16°68.24%33.33%
CMYK0.00%50.59%68.24%
66.67%

Color #552A1B in popluar number systems.

HEX552A1B
Decimal854227
Binary101010110101011011
Octal1255233

Shades and tints

Shades of #552A1B

#552A1B
(85,42,27)
#4E2719
(78,39,25)
#472417
(71,36,23)
#402115
(64,33,21)
#391E13
(57,30,19)
#321B11
(50,27,17)
#2B180F
(43,24,15)
#24150D
(36,21,13)
#1D120B
(29,18,11)
#160F09
(22,15,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #552A1B

#552A1B
(85,42,27)
#643D2F
(100,61,47)
#735043
(115,80,67)
#826357
(130,99,87)
#91766B
(145,118,107)
#A0897F
(160,137,127)
#AF9C93
(175,156,147)
#BEAFA7
(190,175,167)
#CDC2BB
(205,194,187)
#DCD5CF
(220,213,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552A1B; }

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

This text font color is #552A1B.


Background Color

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

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

This div background color is #552A1B.


Border color

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

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

This div border color is #552A1B.


Opacity

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

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

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

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

This text has shadow with #552A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A1B on black background.


Color preview on white background

This text has color #552A1B on white background.



Black color preview on #552A1B background

This text has black color on #552A1B background.


White color preview on #552A1B background

This text has white color on #552A1B background.