COLOR #552541

HEX: #552541
RGB: (85,37,65)

Color info

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

RGB color model

#552541 color RGB value is (85,37,65).

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

RGB channels and saturation

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

85
37
65

R + G + B ~ 24%. #552541 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 65 = 187 (100%)
R 85 of 187 ~ 45.45%
G 37 of 187 ~ 19.79%
B 65 of 187 ~ 34.76%

%45.45
%19.79
%34.76

CMYK color model

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

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

CMYK percentages

%0
%56.47
%23.53
%66.67

Codes

Color #552541 in popluar color models

552541
RGB853765
HSL325°39.34%23.92%
HSB/HSV325°56.47%33.33%
CMYK0.00%56.47%23.53%
66.67%

Color #552541 in popluar number systems.

HEX552541
Decimal853765
Binary10101011001011000001
Octal12545101

Shades and tints

Shades of #552541

#552541
(85,37,65)
#4E223C
(78,34,60)
#471F37
(71,31,55)
#401C32
(64,28,50)
#39192D
(57,25,45)
#321628
(50,22,40)
#2B1323
(43,19,35)
#24101E
(36,16,30)
#1D0D19
(29,13,25)
#160A14
(22,10,20)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #552541

#552541
(85,37,65)
#643852
(100,56,82)
#734B63
(115,75,99)
#825E74
(130,94,116)
#917185
(145,113,133)
#A08496
(160,132,150)
#AF97A7
(175,151,167)
#BEAAB8
(190,170,184)
#CDBDC9
(205,189,201)
#DCD0DA
(220,208,218)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552541; }

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

This text font color is #552541.


Background Color

.myBgColor { background-color: #552541; }

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

This div background color is #552541.


Border color

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

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

This div border color is #552541.


Opacity

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

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

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

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

This text has shadow with #552541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552541 on black background.


Color preview on white background

This text has color #552541 on white background.



Black color preview on #552541 background

This text has black color on #552541 background.


White color preview on #552541 background

This text has white color on #552541 background.