COLOR #552525

HEX: #552525
RGB: (85,37,37)

Color info

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

RGB color model

#552525 color RGB value is (85,37,37).

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

RGB channels and saturation

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

85
37
37

R + G + B ~ 21%. #552525 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 37 = 159 (100%)
R 85 of 159 ~ 53.46%
G 37 of 159 ~ 23.27%
B 37 of 159 ~ 23.27%

%53.46
%23.27
%23.27

CMYK color model

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

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

CMYK percentages

%0
%56.47
%56.47
%66.67

Codes

Color #552525 in popluar color models

552525
RGB853737
HSL39.34%23.92%
HSB/HSV56.47%33.33%
CMYK0.00%56.47%56.47%
66.67%

Color #552525 in popluar number systems.

HEX552525
Decimal853737
Binary1010101100101100101
Octal1254545

Shades and tints

Shades of #552525

#552525
(85,37,37)
#4E2222
(78,34,34)
#471F1F
(71,31,31)
#401C1C
(64,28,28)
#391919
(57,25,25)
#321616
(50,22,22)
#2B1313
(43,19,19)
#241010
(36,16,16)
#1D0D0D
(29,13,13)
#160A0A
(22,10,10)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #552525

#552525
(85,37,37)
#643838
(100,56,56)
#734B4B
(115,75,75)
#825E5E
(130,94,94)
#917171
(145,113,113)
#A08484
(160,132,132)
#AF9797
(175,151,151)
#BEAAAA
(190,170,170)
#CDBDBD
(205,189,189)
#DCD0D0
(220,208,208)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552525; }

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

This text font color is #552525.


Background Color

.myBgColor { background-color: #552525; }

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

This div background color is #552525.


Border color

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

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

This div border color is #552525.


Opacity

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

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

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

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

This text has shadow with #552525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552525 on black background.


Color preview on white background

This text has color #552525 on white background.



Black color preview on #552525 background

This text has black color on #552525 background.


White color preview on #552525 background

This text has white color on #552525 background.