COLOR #553754

HEX: #553754
RGB: (85,55,84)

Color info

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

RGB color model

#553754 color RGB value is (85,55,84).

  • red value is 85;
  • green value is 55;
  • blue value is 84.
RGB:
(85,55,84)
(33%,22%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 84 of 255 = 33%

85
55
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 84 = 224 (100%)
R 85 of 224 ~ 37.95%
G 55 of 224 ~ 24.55%
B 84 of 224 ~ 37.5%

%37.95
%24.55
%37.5

CMYK color model

#553754 color CMYK value is (0,35,1,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,35,1,67)
C0M35Y1K67 
(0%,35%,1%,67%)
(0.00/0.35/0.01/0.67)	

CMYK percentages

%0
%35.29
%1.18
%66.67

Codes

Color #553754 in popluar color models

553754
RGB855584
HSL302°21.43%27.45%
HSB/HSV302°35.29%33.33%
CMYK0.00%35.29%1.18%
66.67%

Color #553754 in popluar number systems.

HEX553754
Decimal855584
Binary10101011101111010100
Octal12567124

Shades and tints

Shades of #553754

#553754
(85,55,84)
#4E324D
(78,50,77)
#472D46
(71,45,70)
#40283F
(64,40,63)
#392338
(57,35,56)
#321E31
(50,30,49)
#2B192A
(43,25,42)
#241423
(36,20,35)
#1D0F1C
(29,15,28)
#160A15
(22,10,21)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #553754

#553754
(85,55,84)
#644963
(100,73,99)
#735B72
(115,91,114)
#826D81
(130,109,129)
#917F90
(145,127,144)
#A0919F
(160,145,159)
#AFA3AE
(175,163,174)
#BEB5BD
(190,181,189)
#CDC7CC
(205,199,204)
#DCD9DB
(220,217,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553754 color. Also use rgb(85,55,84) instead hex code.

Text Font Color

.myTextColor { color: #553754; }

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

This text font color is #553754.


Background Color

.myBgColor { background-color: #553754; }

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

This div background color is #553754.


Border color

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

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

This div border color is #553754.


Opacity

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

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

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

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

This text has shadow with #553754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553754 on black background.


Color preview on white background

This text has color #553754 on white background.



Black color preview on #553754 background

This text has black color on #553754 background.


White color preview on #553754 background

This text has white color on #553754 background.