COLOR #553752

HEX: #553752
RGB: (85,55,82)

Color info

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

RGB color model

#553752 color RGB value is (85,55,82).

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

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 82 of 255 = 32%

85
55
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 82 = 222 (100%)
R 85 of 222 ~ 38.29%
G 55 of 222 ~ 24.77%
B 82 of 222 ~ 36.94%

%38.29
%24.77
%36.94

CMYK color model

#553752 color CMYK value is (0,35,4,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,35,4,67)
C0M35Y4K67 
(0%,35%,4%,67%)
(0.00/0.35/0.04/0.67)	

CMYK percentages

%0
%35.29
%3.53
%66.67

Codes

Color #553752 in popluar color models

553752
RGB855582
HSL306°21.43%27.45%
HSB/HSV306°35.29%33.33%
CMYK0.00%35.29%3.53%
66.67%

Color #553752 in popluar number systems.

HEX553752
Decimal855582
Binary10101011101111010010
Octal12567122

Shades and tints

Shades of #553752

#553752
(85,55,82)
#4E324B
(78,50,75)
#472D44
(71,45,68)
#40283D
(64,40,61)
#392336
(57,35,54)
#321E2F
(50,30,47)
#2B1928
(43,25,40)
#241421
(36,20,33)
#1D0F1A
(29,15,26)
#160A13
(22,10,19)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #553752

#553752
(85,55,82)
#644961
(100,73,97)
#735B70
(115,91,112)
#826D7F
(130,109,127)
#917F8E
(145,127,142)
#A0919D
(160,145,157)
#AFA3AC
(175,163,172)
#BEB5BB
(190,181,187)
#CDC7CA
(205,199,202)
#DCD9D9
(220,217,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553752; }

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

This text font color is #553752.


Background Color

.myBgColor { background-color: #553752; }

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

This div background color is #553752.


Border color

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

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

This div border color is #553752.


Opacity

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

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

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

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

This text has shadow with #553752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553752 on black background.


Color preview on white background

This text has color #553752 on white background.



Black color preview on #553752 background

This text has black color on #553752 background.


White color preview on #553752 background

This text has white color on #553752 background.