COLOR #55133F

HEX: #55133F
RGB: (85,19,63)

Color info

#55133F contains mainly red and blue colors. Web safe color of #55133F is #660033 (or #603).

RGB color model

#55133F color RGB value is (85,19,63).

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

RGB channels and saturation

R 85 of 255 = 33%
G 19 of 255 = 7%
B 63 of 255 = 25%

85
19
63

R + G + B ~ 22%. #55133F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 19 + 63 = 167 (100%)
R 85 of 167 ~ 50.9%
G 19 of 167 ~ 11.38%
B 63 of 167 ~ 37.72%

%50.9
%11.38
%37.72

CMYK color model

#55133F color CMYK value is (0,78,26,67).

  • cyan value is 0.00%
  • magenta value is 77.65%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,78,26,67)
C0M78Y26K67 
(0%,78%,26%,67%)
(0.00/0.78/0.26/0.67)	

CMYK percentages

%0
%77.65
%25.88
%66.67

Codes

Color #55133F in popluar color models

55133F
RGB851963
HSL320°63.46%20.39%
HSB/HSV320°77.65%33.33%
CMYK0.00%77.65%25.88%
66.67%

Color #55133F in popluar number systems.

HEX55133F
Decimal851963
Binary101010110011111111
Octal1252377

Shades and tints

Shades of #55133F

#55133F
(85,19,63)
#4E123A
(78,18,58)
#471135
(71,17,53)
#401030
(64,16,48)
#390F2B
(57,15,43)
#320E26
(50,14,38)
#2B0D21
(43,13,33)
#240C1C
(36,12,28)
#1D0B17
(29,11,23)
#160A12
(22,10,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #55133F

#55133F
(85,19,63)
#642850
(100,40,80)
#733D61
(115,61,97)
#825272
(130,82,114)
#916783
(145,103,131)
#A07C94
(160,124,148)
#AF91A5
(175,145,165)
#BEA6B6
(190,166,182)
#CDBBC7
(205,187,199)
#DCD0D8
(220,208,216)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55133F color. Also use rgb(85,19,63) instead hex code.

Text Font Color

.myTextColor { color: #55133F; }

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

This text font color is #55133F.


Background Color

.myBgColor { background-color: #55133F; }

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

This div background color is #55133F.


Border color

.myBorderColor { border: 1px solid #55133F; }

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

This div border color is #55133F.


Opacity

.myOpacity80 { color: #55133F; opacity: 0.8; }

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

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

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

This text has shadow with #55133F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55133F on black background.


Color preview on white background

This text has color #55133F on white background.



Black color preview on #55133F background

This text has black color on #55133F background.


White color preview on #55133F background

This text has white color on #55133F background.