COLOR #552213

HEX: #552213
RGB: (85,34,19)

Color info

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

RGB color model

#552213 color RGB value is (85,34,19).

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

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 19 of 255 = 7%

85
34
19

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

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 19 = 138 (100%)
R 85 of 138 ~ 61.59%
G 34 of 138 ~ 24.64%
B 19 of 138 ~ 13.77%

%61.59
%24.64
%13.77

CMYK color model

#552213 color CMYK value is (0,60,78,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(0,60,78,67)
C0M60Y78K67 
(0%,60%,78%,67%)
(0.00/0.60/0.78/0.67)	

CMYK percentages

%0
%60
%77.65
%66.67

Codes

Color #552213 in popluar color models

552213
RGB853419
HSL14°63.46%20.39%
HSB/HSV14°77.65%33.33%
CMYK0.00%60.00%77.65%
66.67%

Color #552213 in popluar number systems.

HEX552213
Decimal853419
Binary101010110001010011
Octal1254223

Shades and tints

Shades of #552213

#552213
(85,34,19)
#4E1F12
(78,31,18)
#471C11
(71,28,17)
#401910
(64,25,16)
#39160F
(57,22,15)
#32130E
(50,19,14)
#2B100D
(43,16,13)
#240D0C
(36,13,12)
#1D0A0B
(29,10,11)
#16070A
(22,7,10)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #552213

#552213
(85,34,19)
#643628
(100,54,40)
#734A3D
(115,74,61)
#825E52
(130,94,82)
#917267
(145,114,103)
#A0867C
(160,134,124)
#AF9A91
(175,154,145)
#BEAEA6
(190,174,166)
#CDC2BB
(205,194,187)
#DCD6D0
(220,214,208)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552213; }

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

This text font color is #552213.


Background Color

.myBgColor { background-color: #552213; }

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

This div background color is #552213.


Border color

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

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

This div border color is #552213.


Opacity

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

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

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

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

This text has shadow with #552213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552213 on black background.


Color preview on white background

This text has color #552213 on white background.



Black color preview on #552213 background

This text has black color on #552213 background.


White color preview on #552213 background

This text has white color on #552213 background.