COLOR #552B19

HEX: #552B19
RGB: (85,43,25)

Color info

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

RGB color model

#552B19 color RGB value is (85,43,25).

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

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 25 of 255 = 10%

85
43
25

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

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 25 = 153 (100%)
R 85 of 153 ~ 55.56%
G 43 of 153 ~ 28.1%
B 25 of 153 ~ 16.34%

%55.56
%28.1
%16.34

CMYK color model

#552B19 color CMYK value is (0,49,71,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(0,49,71,67)
C0M49Y71K67 
(0%,49%,71%,67%)
(0.00/0.49/0.71/0.67)	

CMYK percentages

%0
%49.41
%70.59
%66.67

Codes

Color #552B19 in popluar color models

552B19
RGB854325
HSL18°54.55%21.57%
HSB/HSV18°70.59%33.33%
CMYK0.00%49.41%70.59%
66.67%

Color #552B19 in popluar number systems.

HEX552B19
Decimal854325
Binary101010110101111001
Octal1255331

Shades and tints

Shades of #552B19

#552B19
(85,43,25)
#4E2817
(78,40,23)
#472515
(71,37,21)
#402213
(64,34,19)
#391F11
(57,31,17)
#321C0F
(50,28,15)
#2B190D
(43,25,13)
#24160B
(36,22,11)
#1D1309
(29,19,9)
#161007
(22,16,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #552B19

#552B19
(85,43,25)
#643E2D
(100,62,45)
#735141
(115,81,65)
#826455
(130,100,85)
#917769
(145,119,105)
#A08A7D
(160,138,125)
#AF9D91
(175,157,145)
#BEB0A5
(190,176,165)
#CDC3B9
(205,195,185)
#DCD6CD
(220,214,205)
#EBE9E1
(235,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552B19; }

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

This text font color is #552B19.


Background Color

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

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

This div background color is #552B19.


Border color

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

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

This div border color is #552B19.


Opacity

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

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

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

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

This text has shadow with #552B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B19 on black background.


Color preview on white background

This text has color #552B19 on white background.



Black color preview on #552B19 background

This text has black color on #552B19 background.


White color preview on #552B19 background

This text has white color on #552B19 background.