COLOR #553251

HEX: #553251
RGB: (85,50,81)

Color info

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

RGB color model

#553251 color RGB value is (85,50,81).

  • red value is 85;
  • green value is 50;
  • blue value is 81.
RGB:
(85,50,81)
(33%,20%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 81 of 255 = 32%

85
50
81

R + G + B ~ 28%. #553251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 81 = 216 (100%)
R 85 of 216 ~ 39.35%
G 50 of 216 ~ 23.15%
B 81 of 216 ~ 37.5%

%39.35
%23.15
%37.5

CMYK color model

#553251 color CMYK value is (0,41,5,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(0,41,5,67)
C0M41Y5K67 
(0%,41%,5%,67%)
(0.00/0.41/0.05/0.67)	

CMYK percentages

%0
%41.18
%4.71
%66.67

Codes

Color #553251 in popluar color models

553251
RGB855081
HSL307°25.93%26.47%
HSB/HSV307°41.18%33.33%
CMYK0.00%41.18%4.71%
66.67%

Color #553251 in popluar number systems.

HEX553251
Decimal855081
Binary10101011100101010001
Octal12562121

Shades and tints

Shades of #553251

#553251
(85,50,81)
#4E2E4A
(78,46,74)
#472A43
(71,42,67)
#40263C
(64,38,60)
#392235
(57,34,53)
#321E2E
(50,30,46)
#2B1A27
(43,26,39)
#241620
(36,22,32)
#1D1219
(29,18,25)
#160E12
(22,14,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #553251

#553251
(85,50,81)
#644460
(100,68,96)
#73566F
(115,86,111)
#82687E
(130,104,126)
#917A8D
(145,122,141)
#A08C9C
(160,140,156)
#AF9EAB
(175,158,171)
#BEB0BA
(190,176,186)
#CDC2C9
(205,194,201)
#DCD4D8
(220,212,216)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553251 color. Also use rgb(85,50,81) instead hex code.

Text Font Color

.myTextColor { color: #553251; }

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

This text font color is #553251.


Background Color

.myBgColor { background-color: #553251; }

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

This div background color is #553251.


Border color

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

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

This div border color is #553251.


Opacity

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

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

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

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

This text has shadow with #553251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553251 on black background.


Color preview on white background

This text has color #553251 on white background.



Black color preview on #553251 background

This text has black color on #553251 background.


White color preview on #553251 background

This text has white color on #553251 background.