COLOR #552E4D

HEX: #552E4D
RGB: (85,46,77)

Color info

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

RGB color model

#552E4D color RGB value is (85,46,77).

  • red value is 85;
  • green value is 46;
  • blue value is 77.
RGB:
(85,46,77)
(33%,18%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 46 of 255 = 18%
B 77 of 255 = 30%

85
46
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 46 + 77 = 208 (100%)
R 85 of 208 ~ 40.87%
G 46 of 208 ~ 22.12%
B 77 of 208 ~ 37.02%

%40.87
%22.12
%37.02

CMYK color model

#552E4D color CMYK value is (0,46,9,67).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,46,9,67)
C0M46Y9K67 
(0%,46%,9%,67%)
(0.00/0.46/0.09/0.67)	

CMYK percentages

%0
%45.88
%9.41
%66.67

Codes

Color #552E4D in popluar color models

552E4D
RGB854677
HSL312°29.77%25.69%
HSB/HSV312°45.88%33.33%
CMYK0.00%45.88%9.41%
66.67%

Color #552E4D in popluar number systems.

HEX552E4D
Decimal854677
Binary10101011011101001101
Octal12556115

Shades and tints

Shades of #552E4D

#552E4D
(85,46,77)
#4E2A46
(78,42,70)
#47263F
(71,38,63)
#402238
(64,34,56)
#391E31
(57,30,49)
#321A2A
(50,26,42)
#2B1623
(43,22,35)
#24121C
(36,18,28)
#1D0E15
(29,14,21)
#160A0E
(22,10,14)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #552E4D

#552E4D
(85,46,77)
#64415D
(100,65,93)
#73546D
(115,84,109)
#82677D
(130,103,125)
#917A8D
(145,122,141)
#A08D9D
(160,141,157)
#AFA0AD
(175,160,173)
#BEB3BD
(190,179,189)
#CDC6CD
(205,198,205)
#DCD9DD
(220,217,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552E4D; }

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

This text font color is #552E4D.


Background Color

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

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

This div background color is #552E4D.


Border color

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

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

This div border color is #552E4D.


Opacity

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

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

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

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

This text has shadow with #552E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552E4D on black background.


Color preview on white background

This text has color #552E4D on white background.



Black color preview on #552E4D background

This text has black color on #552E4D background.


White color preview on #552E4D background

This text has white color on #552E4D background.