COLOR #552E2B

HEX: #552E2B
RGB: (85,46,43)

Color info

#552E2B contains red, green and blue colors in about the same proportion. Web safe color of #552E2B is #663333 (or #633).

RGB color model

#552E2B color RGB value is (85,46,43).

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

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 43 of 255 = 17%

85
46
43

R + G + B ~ 23%. #552E2B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 43 = 174 (100%)
R 85 of 174 ~ 48.85%
G 46 of 174 ~ 26.44%
B 43 of 174 ~ 24.71%

%48.85
%26.44
%24.71

CMYK color model

#552E2B color CMYK value is (0,46,49,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(0,46,49,67)
C0M46Y49K67 
(0%,46%,49%,67%)
(0.00/0.46/0.49/0.67)	

CMYK percentages

%0
%45.88
%49.41
%66.67

Codes

Color #552E2B in popluar color models

552E2B
RGB854643
HSL32.81%25.10%
HSB/HSV49.41%33.33%
CMYK0.00%45.88%49.41%
66.67%

Color #552E2B in popluar number systems.

HEX552E2B
Decimal854643
Binary1010101101110101011
Octal1255653

Shades and tints

Shades of #552E2B

#552E2B
(85,46,43)
#4E2A28
(78,42,40)
#472625
(71,38,37)
#402222
(64,34,34)
#391E1F
(57,30,31)
#321A1C
(50,26,28)
#2B1619
(43,22,25)
#241216
(36,18,22)
#1D0E13
(29,14,19)
#160A10
(22,10,16)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #552E2B

#552E2B
(85,46,43)
#64413E
(100,65,62)
#735451
(115,84,81)
#826764
(130,103,100)
#917A77
(145,122,119)
#A08D8A
(160,141,138)
#AFA09D
(175,160,157)
#BEB3B0
(190,179,176)
#CDC6C3
(205,198,195)
#DCD9D6
(220,217,214)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E2B; }

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

This text font color is #552E2B.


Background Color

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

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

This div background color is #552E2B.


Border color

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

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

This div border color is #552E2B.


Opacity

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

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

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

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

This text has shadow with #552E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E2B on black background.


Color preview on white background

This text has color #552E2B on white background.



Black color preview on #552E2B background

This text has black color on #552E2B background.


White color preview on #552E2B background

This text has white color on #552E2B background.