COLOR #552131

HEX: #552131
RGB: (85,33,49)

Color info

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

RGB color model

#552131 color RGB value is (85,33,49).

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

RGB channels and saturation

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

85
33
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 33 + 49 = 167 (100%)
R 85 of 167 ~ 50.9%
G 33 of 167 ~ 19.76%
B 49 of 167 ~ 29.34%

%50.9
%19.76
%29.34

CMYK color model

#552131 color CMYK value is (0,61,42,67).

  • cyan value is 0.00%
  • magenta value is 61.18%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,61,42,67)
C0M61Y42K67 
(0%,61%,42%,67%)
(0.00/0.61/0.42/0.67)	

CMYK percentages

%0
%61.18
%42.35
%66.67

Codes

Color #552131 in popluar color models

552131
RGB853349
HSL342°44.07%23.14%
HSB/HSV342°61.18%33.33%
CMYK0.00%61.18%42.35%
66.67%

Color #552131 in popluar number systems.

HEX552131
Decimal853349
Binary1010101100001110001
Octal1254161

Shades and tints

Shades of #552131

#552131
(85,33,49)
#4E1E2D
(78,30,45)
#471B29
(71,27,41)
#401825
(64,24,37)
#391521
(57,21,33)
#32121D
(50,18,29)
#2B0F19
(43,15,25)
#240C15
(36,12,21)
#1D0911
(29,9,17)
#16060D
(22,6,13)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #552131

#552131
(85,33,49)
#643543
(100,53,67)
#734955
(115,73,85)
#825D67
(130,93,103)
#917179
(145,113,121)
#A0858B
(160,133,139)
#AF999D
(175,153,157)
#BEADAF
(190,173,175)
#CDC1C1
(205,193,193)
#DCD5D3
(220,213,211)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552131; }

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

This text font color is #552131.


Background Color

.myBgColor { background-color: #552131; }

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

This div background color is #552131.


Border color

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

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

This div border color is #552131.


Opacity

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

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

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

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

This text has shadow with #552131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552131 on black background.


Color preview on white background

This text has color #552131 on white background.



Black color preview on #552131 background

This text has black color on #552131 background.


White color preview on #552131 background

This text has white color on #552131 background.