COLOR #552C2C

HEX: #552C2C
RGB: (85,44,44)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
44
44

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

Portions of RGB colors in percentages

R + G + B =
85 + 44 + 44 = 173 (100%)
R 85 of 173 ~ 49.13%
G 44 of 173 ~ 25.43%
B 44 of 173 ~ 25.43%

%49.13
%25.43
%25.43

CMYK color model

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

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

CMYK percentages

%0
%48.24
%48.24
%66.67

Codes

Color #552C2C in popluar color models

552C2C
RGB854444
HSL31.78%25.29%
HSB/HSV48.24%33.33%
CMYK0.00%48.24%48.24%
66.67%

Color #552C2C in popluar number systems.

HEX552C2C
Decimal854444
Binary1010101101100101100
Octal1255454

Shades and tints

Shades of #552C2C

#552C2C
(85,44,44)
#4E2828
(78,40,40)
#472424
(71,36,36)
#402020
(64,32,32)
#391C1C
(57,28,28)
#321818
(50,24,24)
#2B1414
(43,20,20)
#241010
(36,16,16)
#1D0C0C
(29,12,12)
#160808
(22,8,8)
#0F0404
(15,4,4)
#000000
(0,0,0)

Tints of #552C2C

#552C2C
(85,44,44)
#643F3F
(100,63,63)
#735252
(115,82,82)
#826565
(130,101,101)
#917878
(145,120,120)
#A08B8B
(160,139,139)
#AF9E9E
(175,158,158)
#BEB1B1
(190,177,177)
#CDC4C4
(205,196,196)
#DCD7D7
(220,215,215)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552C2C; }

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

This text font color is #552C2C.


Background Color

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

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

This div background color is #552C2C.


Border color

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

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

This div border color is #552C2C.


Opacity

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

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

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

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

This text has shadow with #552C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552C2C on black background.


Color preview on white background

This text has color #552C2C on white background.



Black color preview on #552C2C background

This text has black color on #552C2C background.


White color preview on #552C2C background

This text has white color on #552C2C background.