COLOR #552216

HEX: #552216
RGB: (85,34,22)

Color info

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

RGB color model

#552216 color RGB value is (85,34,22).

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

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 22 of 255 = 9%

85
34
22

R + G + B ~ 18%. #552216 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 22 = 141 (100%)
R 85 of 141 ~ 60.28%
G 34 of 141 ~ 24.11%
B 22 of 141 ~ 15.6%

%60.28
%24.11
%15.6

CMYK color model

#552216 color CMYK value is (0,60,74,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(0,60,74,67)
C0M60Y74K67 
(0%,60%,74%,67%)
(0.00/0.60/0.74/0.67)	

CMYK percentages

%0
%60
%74.12
%66.67

Codes

Color #552216 in popluar color models

552216
RGB853422
HSL11°58.88%20.98%
HSB/HSV11°74.12%33.33%
CMYK0.00%60.00%74.12%
66.67%

Color #552216 in popluar number systems.

HEX552216
Decimal853422
Binary101010110001010110
Octal1254226

Shades and tints

Shades of #552216

#552216
(85,34,22)
#4E1F14
(78,31,20)
#471C12
(71,28,18)
#401910
(64,25,16)
#39160E
(57,22,14)
#32130C
(50,19,12)
#2B100A
(43,16,10)
#240D08
(36,13,8)
#1D0A06
(29,10,6)
#160704
(22,7,4)
#0F0402
(15,4,2)
#000000
(0,0,0)

Tints of #552216

#552216
(85,34,22)
#64362B
(100,54,43)
#734A40
(115,74,64)
#825E55
(130,94,85)
#91726A
(145,114,106)
#A0867F
(160,134,127)
#AF9A94
(175,154,148)
#BEAEA9
(190,174,169)
#CDC2BE
(205,194,190)
#DCD6D3
(220,214,211)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552216; }

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

This text font color is #552216.


Background Color

.myBgColor { background-color: #552216; }

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

This div background color is #552216.


Border color

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

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

This div border color is #552216.


Opacity

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

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

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

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

This text has shadow with #552216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552216 on black background.


Color preview on white background

This text has color #552216 on white background.



Black color preview on #552216 background

This text has black color on #552216 background.


White color preview on #552216 background

This text has white color on #552216 background.