COLOR #552942

HEX: #552942
RGB: (85,41,66)

Color info

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

RGB color model

#552942 color RGB value is (85,41,66).

  • red value is 85;
  • green value is 41;
  • blue value is 66.
RGB:
(85,41,66)
(33%,16%,26%)

RGB channels and saturation

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

85
41
66

R + G + B ~ 25%. #552942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 41 + 66 = 192 (100%)
R 85 of 192 ~ 44.27%
G 41 of 192 ~ 21.35%
B 66 of 192 ~ 34.38%

%44.27
%21.35
%34.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.76%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(0,52,22,67)
C0M52Y22K67 
(0%,52%,22%,67%)
(0.00/0.52/0.22/0.67)	

CMYK percentages

%0
%51.76
%22.35
%66.67

Codes

Color #552942 in popluar color models

552942
RGB854166
HSL326°34.92%24.71%
HSB/HSV326°51.76%33.33%
CMYK0.00%51.76%22.35%
66.67%

Color #552942 in popluar number systems.

HEX552942
Decimal854166
Binary10101011010011000010
Octal12551102

Shades and tints

Shades of #552942

#552942
(85,41,66)
#4E263C
(78,38,60)
#472336
(71,35,54)
#402030
(64,32,48)
#391D2A
(57,29,42)
#321A24
(50,26,36)
#2B171E
(43,23,30)
#241418
(36,20,24)
#1D1112
(29,17,18)
#160E0C
(22,14,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #552942

#552942
(85,41,66)
#643C53
(100,60,83)
#734F64
(115,79,100)
#826275
(130,98,117)
#917586
(145,117,134)
#A08897
(160,136,151)
#AF9BA8
(175,155,168)
#BEAEB9
(190,174,185)
#CDC1CA
(205,193,202)
#DCD4DB
(220,212,219)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552942; }

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

This text font color is #552942.


Background Color

.myBgColor { background-color: #552942; }

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

This div background color is #552942.


Border color

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

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

This div border color is #552942.


Opacity

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

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

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

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

This text has shadow with #552942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552942 on black background.


Color preview on white background

This text has color #552942 on white background.



Black color preview on #552942 background

This text has black color on #552942 background.


White color preview on #552942 background

This text has white color on #552942 background.