COLOR #552031

HEX: #552031
RGB: (85,32,49)

Color info

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

RGB color model

#552031 color RGB value is (85,32,49).

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

RGB channels and saturation

R 85 of 255 = 33%
G 32 of 255 = 13%
B 49 of 255 = 19%

85
32
49

R + G + B ~ 22%. #552031 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 32 + 49 = 166 (100%)
R 85 of 166 ~ 51.2%
G 32 of 166 ~ 19.28%
B 49 of 166 ~ 29.52%

%51.2
%19.28
%29.52

CMYK color model

#552031 color CMYK value is (0,62,42,67).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,62,42,67)
C0M62Y42K67 
(0%,62%,42%,67%)
(0.00/0.62/0.42/0.67)	

CMYK percentages

%0
%62.35
%42.35
%66.67

Codes

Color #552031 in popluar color models

552031
RGB853249
HSL341°45.30%22.94%
HSB/HSV341°62.35%33.33%
CMYK0.00%62.35%42.35%
66.67%

Color #552031 in popluar number systems.

HEX552031
Decimal853249
Binary1010101100000110001
Octal1254061

Shades and tints

Shades of #552031

#552031
(85,32,49)
#4E1E2D
(78,30,45)
#471C29
(71,28,41)
#401A25
(64,26,37)
#391821
(57,24,33)
#32161D
(50,22,29)
#2B1419
(43,20,25)
#241215
(36,18,21)
#1D1011
(29,16,17)
#160E0D
(22,14,13)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #552031

#552031
(85,32,49)
#643443
(100,52,67)
#734855
(115,72,85)
#825C67
(130,92,103)
#917079
(145,112,121)
#A0848B
(160,132,139)
#AF989D
(175,152,157)
#BEACAF
(190,172,175)
#CDC0C1
(205,192,193)
#DCD4D3
(220,212,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552031; }

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

This text font color is #552031.


Background Color

.myBgColor { background-color: #552031; }

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

This div background color is #552031.


Border color

.myBorderColor { border: 1px solid #552031; }

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

This div border color is #552031.


Opacity

.myOpacity80 { color: #552031; opacity: 0.8; }

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

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

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

This text has shadow with #552031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552031 on black background.


Color preview on white background

This text has color #552031 on white background.



Black color preview on #552031 background

This text has black color on #552031 background.


White color preview on #552031 background

This text has white color on #552031 background.