COLOR #553348

HEX: #553348
RGB: (85,51,72)

Color info

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

RGB color model

#553348 color RGB value is (85,51,72).

  • red value is 85;
  • green value is 51;
  • blue value is 72.
RGB:
(85,51,72)
(33%,20%,28%)

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 72 of 255 = 28%

85
51
72

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

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 72 = 208 (100%)
R 85 of 208 ~ 40.87%
G 51 of 208 ~ 24.52%
B 72 of 208 ~ 34.62%

%40.87
%24.52
%34.62

CMYK color model

#553348 color CMYK value is (0,40,15,67).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 15.29%
  • key color value is 66.67%
CMYK:
(0,40,15,67)
C0M40Y15K67 
(0%,40%,15%,67%)
(0.00/0.40/0.15/0.67)	

CMYK percentages

%0
%40
%15.29
%66.67

Codes

Color #553348 in popluar color models

553348
RGB855172
HSL323°25.00%26.67%
HSB/HSV323°40.00%33.33%
CMYK0.00%40.00%15.29%
66.67%

Color #553348 in popluar number systems.

HEX553348
Decimal855172
Binary10101011100111001000
Octal12563110

Shades and tints

Shades of #553348

#553348
(85,51,72)
#4E2F42
(78,47,66)
#472B3C
(71,43,60)
#402736
(64,39,54)
#392330
(57,35,48)
#321F2A
(50,31,42)
#2B1B24
(43,27,36)
#24171E
(36,23,30)
#1D1318
(29,19,24)
#160F12
(22,15,18)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #553348

#553348
(85,51,72)
#644558
(100,69,88)
#735768
(115,87,104)
#826978
(130,105,120)
#917B88
(145,123,136)
#A08D98
(160,141,152)
#AF9FA8
(175,159,168)
#BEB1B8
(190,177,184)
#CDC3C8
(205,195,200)
#DCD5D8
(220,213,216)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553348; }

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

This text font color is #553348.


Background Color

.myBgColor { background-color: #553348; }

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

This div background color is #553348.


Border color

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

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

This div border color is #553348.


Opacity

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

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

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

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

This text has shadow with #553348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553348 on black background.


Color preview on white background

This text has color #553348 on white background.



Black color preview on #553348 background

This text has black color on #553348 background.


White color preview on #553348 background

This text has white color on #553348 background.