COLOR #552642

HEX: #552642 RGB: (85,38,66)

Color info

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

RGB color model

#552642 color RGB value is (85,38,66).

RGB: (85,38,66) (33%, 15%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 38 of 255 = 15%
B 66 of 255 = 26%

85
38
66

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

Portions of RGB colors in percentages

R + G + B = 85 + 38 + 66 = 189 (100%)
R 85 of 189 ~ 44.97%
G 38 of 189 ~ 20.11%
B 66 of 189 ~ 34.92'%

%44.97
%20.11
%34.92

CMYK color model

#552642 color CMYK value is (0,55,22,67).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 22.35%
  • key color value is 66.67%

CMYK: (0,55,22,67)
C0M55Y22K67 (0%, 55%, 22%, 67%)
(0.00 / 0.55 / 0.22 / 0.67)

CMYK percentages

%0
%55.29
%22.35
%66.67

Codes

Color #552642 in popluar color models

55 26 42
RGB 85 38 66
HSL 324° 38.21% 24.12%
HSB/HSV 324° 55.29% 33.33%
CMYK 0.00% 55.29% 22.35%
66.67%

Color #552642 in popluar number systems.

HEX 55 26 42
Decimal 85 38 66
Binary 1010101 100110 1000010
Octal 125 46 102

Shades and tints

Shades of #552642

#552642
(85,38,66)
#4E233C
(78,35,60)
#472036
(71,32,54)
#401D30
(64,29,48)
#391A2A
(57,26,42)
#321724
(50,23,36)
#2B141E
(43,20,30)
#241118
(36,17,24)
#1D0E12
(29,14,18)
#160B0C
(22,11,12)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #552642

#552642
(85,38,66)
#643953
(100,57,83)
#734C64
(115,76,100)
#825F75
(130,95,117)
#917286
(145,114,134)
#A08597
(160,133,151)
#AF98A8
(175,152,168)
#BEABB9
(190,171,185)
#CDBECA
(205,190,202)
#DCD1DB
(220,209,219)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552642; }

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

This text font color is #552642.

Background Color

.myBgColor { background-color: #552642; }

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

This div background color is #552642.

Border color

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

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

This div border color is #552642.

Opacity

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

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

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

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

This text has shadow with #552642 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #552642.

Preview

Color preview on black background

This text has color #552642 on black background.


Color preview on white background

This text has color #552642 on white background.


Black color preview on #552642 background

This text has black color on #552642 background.


White color preview on #552642 background

This text has white color on #552642 background.


Related colors

Complementary color

Complementary color for #hex is #AAD9BD.


I love getcolorcode.com

Triadic colors

1 #425526 and #264255 with #552642 are triadic colors.

2 #422655 and #265542 with #552642 are triadic colors.