COLOR #553F4C

HEX: #553F4C
RGB: (85,63,76)

Color info

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

RGB color model

#553F4C color RGB value is (85,63,76).

  • red value is 85;
  • green value is 63;
  • blue value is 76.
RGB:
(85,63,76)
(33%,25%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 76 of 255 = 30%

85
63
76

R + G + B ~ 29%. #553F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 76 = 224 (100%)
R 85 of 224 ~ 37.95%
G 63 of 224 ~ 28.13%
B 76 of 224 ~ 33.93%

%37.95
%28.13
%33.93

CMYK color model

#553F4C color CMYK value is (0,26,11,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,26,11,67)
C0M26Y11K67 
(0%,26%,11%,67%)
(0.00/0.26/0.11/0.67)	

CMYK percentages

%0
%25.88
%10.59
%66.67

Codes

Color #553F4C in popluar color models

553F4C
RGB856376
HSL325°14.86%29.02%
HSB/HSV325°25.88%33.33%
CMYK0.00%25.88%10.59%
66.67%

Color #553F4C in popluar number systems.

HEX553F4C
Decimal856376
Binary10101011111111001100
Octal12577114

Shades and tints

Shades of #553F4C

#553F4C
(85,63,76)
#4E3A46
(78,58,70)
#473540
(71,53,64)
#40303A
(64,48,58)
#392B34
(57,43,52)
#32262E
(50,38,46)
#2B2128
(43,33,40)
#241C22
(36,28,34)
#1D171C
(29,23,28)
#161216
(22,18,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #553F4C

#553F4C
(85,63,76)
#64505C
(100,80,92)
#73616C
(115,97,108)
#82727C
(130,114,124)
#91838C
(145,131,140)
#A0949C
(160,148,156)
#AFA5AC
(175,165,172)
#BEB6BC
(190,182,188)
#CDC7CC
(205,199,204)
#DCD8DC
(220,216,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F4C color. Also use rgb(85,63,76) instead hex code.

Text Font Color

.myTextColor { color: #553F4C; }

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

This text font color is #553F4C.


Background Color

.myBgColor { background-color: #553F4C; }

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

This div background color is #553F4C.


Border color

.myBorderColor { border: 1px solid #553F4C; }

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

This div border color is #553F4C.


Opacity

.myOpacity80 { color: #553F4C; opacity: 0.8; }

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

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

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

This text has shadow with #553F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F4C on black background.


Color preview on white background

This text has color #553F4C on white background.



Black color preview on #553F4C background

This text has black color on #553F4C background.


White color preview on #553F4C background

This text has white color on #553F4C background.