COLOR #552A16

HEX: #552A16
RGB: (85,42,22)

Color info

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

RGB color model

#552A16 color RGB value is (85,42,22).

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

RGB channels and saturation

R 85 of 255 = 33%
G 42 of 255 = 16%
B 22 of 255 = 9%

85
42
22

R + G + B ~ 19%. #552A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 42 + 22 = 149 (100%)
R 85 of 149 ~ 57.05%
G 42 of 149 ~ 28.19%
B 22 of 149 ~ 14.77%

%57.05
%28.19
%14.77

CMYK color model

#552A16 color CMYK value is (0,51,74,67).

  • cyan value is 0.00%
  • magenta value is 50.59%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(0,51,74,67)
C0M51Y74K67 
(0%,51%,74%,67%)
(0.00/0.51/0.74/0.67)	

CMYK percentages

%0
%50.59
%74.12
%66.67

Codes

Color #552A16 in popluar color models

552A16
RGB854222
HSL19°58.88%20.98%
HSB/HSV19°74.12%33.33%
CMYK0.00%50.59%74.12%
66.67%

Color #552A16 in popluar number systems.

HEX552A16
Decimal854222
Binary101010110101010110
Octal1255226

Shades and tints

Shades of #552A16

#552A16
(85,42,22)
#4E2714
(78,39,20)
#472412
(71,36,18)
#402110
(64,33,16)
#391E0E
(57,30,14)
#321B0C
(50,27,12)
#2B180A
(43,24,10)
#241508
(36,21,8)
#1D1206
(29,18,6)
#160F04
(22,15,4)
#0F0C02
(15,12,2)
#000000
(0,0,0)

Tints of #552A16

#552A16
(85,42,22)
#643D2B
(100,61,43)
#735040
(115,80,64)
#826355
(130,99,85)
#91766A
(145,118,106)
#A0897F
(160,137,127)
#AF9C94
(175,156,148)
#BEAFA9
(190,175,169)
#CDC2BE
(205,194,190)
#DCD5D3
(220,213,211)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552A16; }

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

This text font color is #552A16.


Background Color

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

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

This div background color is #552A16.


Border color

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

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

This div border color is #552A16.


Opacity

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

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

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

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

This text has shadow with #552A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552A16 on black background.


Color preview on white background

This text has color #552A16 on white background.



Black color preview on #552A16 background

This text has black color on #552A16 background.


White color preview on #552A16 background

This text has white color on #552A16 background.