COLOR #553F4F

HEX: #553F4F
RGB: (85,63,79)

Color info

#553F4F contains red, green and blue colors in about the same proportion. Web safe color of #553F4F is #663366 (or #636).

RGB color model

#553F4F color RGB value is (85,63,79).

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

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 79 of 255 = 31%

85
63
79

R + G + B ~ 30%. #553F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 79 = 227 (100%)
R 85 of 227 ~ 37.44%
G 63 of 227 ~ 27.75%
B 79 of 227 ~ 34.8%

%37.44
%27.75
%34.8

CMYK color model

#553F4F color CMYK value is (0,26,7,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(0,26,7,67)
C0M26Y7K67 
(0%,26%,7%,67%)
(0.00/0.26/0.07/0.67)	

CMYK percentages

%0
%25.88
%7.06
%66.67

Codes

Color #553F4F in popluar color models

553F4F
RGB856379
HSL316°14.86%29.02%
HSB/HSV316°25.88%33.33%
CMYK0.00%25.88%7.06%
66.67%

Color #553F4F in popluar number systems.

HEX553F4F
Decimal856379
Binary10101011111111001111
Octal12577117

Shades and tints

Shades of #553F4F

#553F4F
(85,63,79)
#4E3A48
(78,58,72)
#473541
(71,53,65)
#40303A
(64,48,58)
#392B33
(57,43,51)
#32262C
(50,38,44)
#2B2125
(43,33,37)
#241C1E
(36,28,30)
#1D1717
(29,23,23)
#161210
(22,18,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #553F4F

#553F4F
(85,63,79)
#64505F
(100,80,95)
#73616F
(115,97,111)
#82727F
(130,114,127)
#91838F
(145,131,143)
#A0949F
(160,148,159)
#AFA5AF
(175,165,175)
#BEB6BF
(190,182,191)
#CDC7CF
(205,199,207)
#DCD8DF
(220,216,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F4F; }

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

This text font color is #553F4F.


Background Color

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

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

This div background color is #553F4F.


Border color

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

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

This div border color is #553F4F.


Opacity

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

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

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

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

This text has shadow with #553F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F4F on black background.


Color preview on white background

This text has color #553F4F on white background.



Black color preview on #553F4F background

This text has black color on #553F4F background.


White color preview on #553F4F background

This text has white color on #553F4F background.