COLOR #552E31

HEX: #552E31
RGB: (85,46,49)

Color info

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

RGB color model

#552E31 color RGB value is (85,46,49).

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

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 49 of 255 = 19%

85
46
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 49 = 180 (100%)
R 85 of 180 ~ 47.22%
G 46 of 180 ~ 25.56%
B 49 of 180 ~ 27.22%

%47.22
%25.56
%27.22

CMYK color model

#552E31 color CMYK value is (0,46,42,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,46,42,67)
C0M46Y42K67 
(0%,46%,42%,67%)
(0.00/0.46/0.42/0.67)	

CMYK percentages

%0
%45.88
%42.35
%66.67

Codes

Color #552E31 in popluar color models

552E31
RGB854649
HSL355°29.77%25.69%
HSB/HSV355°45.88%33.33%
CMYK0.00%45.88%42.35%
66.67%

Color #552E31 in popluar number systems.

HEX552E31
Decimal854649
Binary1010101101110110001
Octal1255661

Shades and tints

Shades of #552E31

#552E31
(85,46,49)
#4E2A2D
(78,42,45)
#472629
(71,38,41)
#402225
(64,34,37)
#391E21
(57,30,33)
#321A1D
(50,26,29)
#2B1619
(43,22,25)
#241215
(36,18,21)
#1D0E11
(29,14,17)
#160A0D
(22,10,13)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #552E31

#552E31
(85,46,49)
#644143
(100,65,67)
#735455
(115,84,85)
#826767
(130,103,103)
#917A79
(145,122,121)
#A08D8B
(160,141,139)
#AFA09D
(175,160,157)
#BEB3AF
(190,179,175)
#CDC6C1
(205,198,193)
#DCD9D3
(220,217,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E31; }

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

This text font color is #552E31.


Background Color

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

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

This div background color is #552E31.


Border color

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

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

This div border color is #552E31.


Opacity

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

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

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

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

This text has shadow with #552E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E31 on black background.


Color preview on white background

This text has color #552E31 on white background.



Black color preview on #552E31 background

This text has black color on #552E31 background.


White color preview on #552E31 background

This text has white color on #552E31 background.