COLOR #552530

HEX: #552530
RGB: (85,37,48)

Color info

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

RGB color model

#552530 color RGB value is (85,37,48).

  • red value is 85;
  • green value is 37;
  • blue value is 48.
RGB:
(85,37,48)
(33%,15%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 48 of 255 = 19%

85
37
48

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 48 = 170 (100%)
R 85 of 170 ~ 50%
G 37 of 170 ~ 21.76%
B 48 of 170 ~ 28.24%

%50
%21.76
%28.24

CMYK color model

#552530 color CMYK value is (0,56,44,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 43.53%
  • key color value is 66.67%
CMYK:
(0,56,44,67)
C0M56Y44K67 
(0%,56%,44%,67%)
(0.00/0.56/0.44/0.67)	

CMYK percentages

%0
%56.47
%43.53
%66.67

Codes

Color #552530 in popluar color models

552530
RGB853748
HSL346°39.34%23.92%
HSB/HSV346°56.47%33.33%
CMYK0.00%56.47%43.53%
66.67%

Color #552530 in popluar number systems.

HEX552530
Decimal853748
Binary1010101100101110000
Octal1254560

Shades and tints

Shades of #552530

#552530
(85,37,48)
#4E222C
(78,34,44)
#471F28
(71,31,40)
#401C24
(64,28,36)
#391920
(57,25,32)
#32161C
(50,22,28)
#2B1318
(43,19,24)
#241014
(36,16,20)
#1D0D10
(29,13,16)
#160A0C
(22,10,12)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #552530

#552530
(85,37,48)
#643842
(100,56,66)
#734B54
(115,75,84)
#825E66
(130,94,102)
#917178
(145,113,120)
#A0848A
(160,132,138)
#AF979C
(175,151,156)
#BEAAAE
(190,170,174)
#CDBDC0
(205,189,192)
#DCD0D2
(220,208,210)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552530 color. Also use rgb(85,37,48) instead hex code.

Text Font Color

.myTextColor { color: #552530; }

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

This text font color is #552530.


Background Color

.myBgColor { background-color: #552530; }

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

This div background color is #552530.


Border color

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

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

This div border color is #552530.


Opacity

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

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

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

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

This text has shadow with #552530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552530 on black background.


Color preview on white background

This text has color #552530 on white background.



Black color preview on #552530 background

This text has black color on #552530 background.


White color preview on #552530 background

This text has white color on #552530 background.