COLOR #552B46

HEX: #552B46
RGB: (85,43,70)

Color info

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

RGB color model

#552B46 color RGB value is (85,43,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 70 of 255 = 27%

85
43
70

R + G + B ~ 26%. #552B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 70 = 198 (100%)
R 85 of 198 ~ 42.93%
G 43 of 198 ~ 21.72%
B 70 of 198 ~ 35.35%

%42.93
%21.72
%35.35

CMYK color model

#552B46 color CMYK value is (0,49,18,67).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,49,18,67)
C0M49Y18K67 
(0%,49%,18%,67%)
(0.00/0.49/0.18/0.67)	

CMYK percentages

%0
%49.41
%17.65
%66.67

Codes

Color #552B46 in popluar color models

552B46
RGB854370
HSL321°32.81%25.10%
HSB/HSV321°49.41%33.33%
CMYK0.00%49.41%17.65%
66.67%

Color #552B46 in popluar number systems.

HEX552B46
Decimal854370
Binary10101011010111000110
Octal12553106

Shades and tints

Shades of #552B46

#552B46
(85,43,70)
#4E2840
(78,40,64)
#47253A
(71,37,58)
#402234
(64,34,52)
#391F2E
(57,31,46)
#321C28
(50,28,40)
#2B1922
(43,25,34)
#24161C
(36,22,28)
#1D1316
(29,19,22)
#161010
(22,16,16)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #552B46

#552B46
(85,43,70)
#643E56
(100,62,86)
#735166
(115,81,102)
#826476
(130,100,118)
#917786
(145,119,134)
#A08A96
(160,138,150)
#AF9DA6
(175,157,166)
#BEB0B6
(190,176,182)
#CDC3C6
(205,195,198)
#DCD6D6
(220,214,214)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552B46; }

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

This text font color is #552B46.


Background Color

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

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

This div background color is #552B46.


Border color

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

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

This div border color is #552B46.


Opacity

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

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

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

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

This text has shadow with #552B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B46 on black background.


Color preview on white background

This text has color #552B46 on white background.



Black color preview on #552B46 background

This text has black color on #552B46 background.


White color preview on #552B46 background

This text has white color on #552B46 background.