COLOR #552B13

HEX: #552B13
RGB: (85,43,19)

Color info

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

RGB color model

#552B13 color RGB value is (85,43,19).

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

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 19 of 255 = 7%

85
43
19

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

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 19 = 147 (100%)
R 85 of 147 ~ 57.82%
G 43 of 147 ~ 29.25%
B 19 of 147 ~ 12.93%

%57.82
%29.25
%12.93

CMYK color model

#552B13 color CMYK value is (0,49,78,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(0,49,78,67)
C0M49Y78K67 
(0%,49%,78%,67%)
(0.00/0.49/0.78/0.67)	

CMYK percentages

%0
%49.41
%77.65
%66.67

Codes

Color #552B13 in popluar color models

552B13
RGB854319
HSL22°63.46%20.39%
HSB/HSV22°77.65%33.33%
CMYK0.00%49.41%77.65%
66.67%

Color #552B13 in popluar number systems.

HEX552B13
Decimal854319
Binary101010110101110011
Octal1255323

Shades and tints

Shades of #552B13

#552B13
(85,43,19)
#4E2812
(78,40,18)
#472511
(71,37,17)
#402210
(64,34,16)
#391F0F
(57,31,15)
#321C0E
(50,28,14)
#2B190D
(43,25,13)
#24160C
(36,22,12)
#1D130B
(29,19,11)
#16100A
(22,16,10)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #552B13

#552B13
(85,43,19)
#643E28
(100,62,40)
#73513D
(115,81,61)
#826452
(130,100,82)
#917767
(145,119,103)
#A08A7C
(160,138,124)
#AF9D91
(175,157,145)
#BEB0A6
(190,176,166)
#CDC3BB
(205,195,187)
#DCD6D0
(220,214,208)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552B13; }

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

This text font color is #552B13.


Background Color

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

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

This div background color is #552B13.


Border color

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

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

This div border color is #552B13.


Opacity

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

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

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

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

This text has shadow with #552B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B13 on black background.


Color preview on white background

This text has color #552B13 on white background.



Black color preview on #552B13 background

This text has black color on #552B13 background.


White color preview on #552B13 background

This text has white color on #552B13 background.