COLOR #552B18

HEX: #552B18
RGB: (85,43,24)

Color info

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

RGB color model

#552B18 color RGB value is (85,43,24).

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

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 24 of 255 = 9%

85
43
24

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

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 24 = 152 (100%)
R 85 of 152 ~ 55.92%
G 43 of 152 ~ 28.29%
B 24 of 152 ~ 15.79%

%55.92
%28.29
%15.79

CMYK color model

#552B18 color CMYK value is (0,49,72,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(0,49,72,67)
C0M49Y72K67 
(0%,49%,72%,67%)
(0.00/0.49/0.72/0.67)	

CMYK percentages

%0
%49.41
%71.76
%66.67

Codes

Color #552B18 in popluar color models

552B18
RGB854324
HSL19°55.96%21.37%
HSB/HSV19°71.76%33.33%
CMYK0.00%49.41%71.76%
66.67%

Color #552B18 in popluar number systems.

HEX552B18
Decimal854324
Binary101010110101111000
Octal1255330

Shades and tints

Shades of #552B18

#552B18
(85,43,24)
#4E2816
(78,40,22)
#472514
(71,37,20)
#402212
(64,34,18)
#391F10
(57,31,16)
#321C0E
(50,28,14)
#2B190C
(43,25,12)
#24160A
(36,22,10)
#1D1308
(29,19,8)
#161006
(22,16,6)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #552B18

#552B18
(85,43,24)
#643E2D
(100,62,45)
#735142
(115,81,66)
#826457
(130,100,87)
#91776C
(145,119,108)
#A08A81
(160,138,129)
#AF9D96
(175,157,150)
#BEB0AB
(190,176,171)
#CDC3C0
(205,195,192)
#DCD6D5
(220,214,213)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552B18; }

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

This text font color is #552B18.


Background Color

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

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

This div background color is #552B18.


Border color

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

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

This div border color is #552B18.


Opacity

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

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

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

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

This text has shadow with #552B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B18 on black background.


Color preview on white background

This text has color #552B18 on white background.



Black color preview on #552B18 background

This text has black color on #552B18 background.


White color preview on #552B18 background

This text has white color on #552B18 background.