COLOR #552C4C

HEX: #552C4C
RGB: (85,44,76)

Color info

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

RGB color model

#552C4C color RGB value is (85,44,76).

  • red value is 85;
  • green value is 44;
  • blue value is 76.
RGB:
(85,44,76)
(33%,17%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 76 of 255 = 30%

85
44
76

R + G + B ~ 27%. #552C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 44 + 76 = 205 (100%)
R 85 of 205 ~ 41.46%
G 44 of 205 ~ 21.46%
B 76 of 205 ~ 37.07%

%41.46
%21.46
%37.07

CMYK color model

#552C4C color CMYK value is (0,48,11,67).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,48,11,67)
C0M48Y11K67 
(0%,48%,11%,67%)
(0.00/0.48/0.11/0.67)	

CMYK percentages

%0
%48.24
%10.59
%66.67

Codes

Color #552C4C in popluar color models

552C4C
RGB854476
HSL313°31.78%25.29%
HSB/HSV313°48.24%33.33%
CMYK0.00%48.24%10.59%
66.67%

Color #552C4C in popluar number systems.

HEX552C4C
Decimal854476
Binary10101011011001001100
Octal12554114

Shades and tints

Shades of #552C4C

#552C4C
(85,44,76)
#4E2846
(78,40,70)
#472440
(71,36,64)
#40203A
(64,32,58)
#391C34
(57,28,52)
#32182E
(50,24,46)
#2B1428
(43,20,40)
#241022
(36,16,34)
#1D0C1C
(29,12,28)
#160816
(22,8,22)
#0F0410
(15,4,16)
#000000
(0,0,0)

Tints of #552C4C

#552C4C
(85,44,76)
#643F5C
(100,63,92)
#73526C
(115,82,108)
#82657C
(130,101,124)
#91788C
(145,120,140)
#A08B9C
(160,139,156)
#AF9EAC
(175,158,172)
#BEB1BC
(190,177,188)
#CDC4CC
(205,196,204)
#DCD7DC
(220,215,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552C4C color. Also use rgb(85,44,76) instead hex code.

Text Font Color

.myTextColor { color: #552C4C; }

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

This text font color is #552C4C.


Background Color

.myBgColor { background-color: #552C4C; }

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

This div background color is #552C4C.


Border color

.myBorderColor { border: 1px solid #552C4C; }

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

This div border color is #552C4C.


Opacity

.myOpacity80 { color: #552C4C; opacity: 0.8; }

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

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

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

This text has shadow with #552C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552C4C on black background.


Color preview on white background

This text has color #552C4C on white background.



Black color preview on #552C4C background

This text has black color on #552C4C background.


White color preview on #552C4C background

This text has white color on #552C4C background.