COLOR #552929

HEX: #552929 RGB: (85,41,41)

Color info

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

RGB color model

#552929 color RGB value is (85,41,41).

RGB: (85,41,41) (33%, 16%, 16%)

RGB channels and saturation

R 85 of 255 = 33%
G 41 of 255 = 16%
B 41 of 255 = 16%

85
41
41

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

Portions of RGB colors in percentages

R + G + B = 85 + 41 + 41 = 167 (100%)
R 85 of 167 ~ 50.9%
G 41 of 167 ~ 24.55%
B 41 of 167 ~ 24.55'%

%50.9
%24.55
%24.55

CMYK color model

#552929 color CMYK value is (0,52,52,67).

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 51.76%
  • key color value is 66.67%

CMYK: (0,52,52,67)
C0M52Y52K67 (0%, 52%, 52%, 67%)
(0.00 / 0.52 / 0.52 / 0.67)

CMYK percentages

%0
%51.76
%51.76
%66.67

Codes

Color #552929 in popluar color models

55 29 29
RGB 85 41 41
HSL 34.92% 24.71%
HSB/HSV 51.76% 33.33%
CMYK 0.00% 51.76% 51.76%
66.67%

Color #552929 in popluar number systems.

HEX 55 29 29
Decimal 85 41 41
Binary 1010101 101001 101001
Octal 125 51 51

Shades and tints

Shades of #552929

#552929
(85,41,41)
#4E2626
(78,38,38)
#472323
(71,35,35)
#402020
(64,32,32)
#391D1D
(57,29,29)
#321A1A
(50,26,26)
#2B1717
(43,23,23)
#241414
(36,20,20)
#1D1111
(29,17,17)
#160E0E
(22,14,14)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #552929

#552929
(85,41,41)
#643C3C
(100,60,60)
#734F4F
(115,79,79)
#826262
(130,98,98)
#917575
(145,117,117)
#A08888
(160,136,136)
#AF9B9B
(175,155,155)
#BEAEAE
(190,174,174)
#CDC1C1
(205,193,193)
#DCD4D4
(220,212,212)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552929; }

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

This text font color is #552929.

Background Color

.myBgColor { background-color: #552929; }

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

This div background color is #552929.

Border color

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

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

This div border color is #552929.

Opacity

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

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

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

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

This text has shadow with #552929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552929.

Preview

Color preview on black background

This text has color #552929 on black background.


Color preview on white background

This text has color #552929 on white background.


Black color preview on #552929 background

This text has black color on #552929 background.


White color preview on #552929 background

This text has white color on #552929 background.


Related colors

Complementary color

Complementary color for #hex is #AAD6D6.


I love getcolorcode.com