COLOR #55274C

HEX: #55274C
RGB: (85,39,76)

Color info

#55274C contains red, green and blue colors in about the same proportion. Web safe color of #55274C is #663333 (or #633).

RGB color model

#55274C color RGB value is (85,39,76).

  • red value is 85;
  • green value is 39;
  • blue value is 76.
RGB:
(85,39,76)
(33%,15%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 39 of 255 = 15%
B 76 of 255 = 30%

85
39
76

R + G + B ~ 26%. #55274C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 39 + 76 = 200 (100%)
R 85 of 200 ~ 42.5%
G 39 of 200 ~ 19.5%
B 76 of 200 ~ 38%

%42.5
%19.5
%38

CMYK color model

#55274C color CMYK value is (0,54,11,67).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,54,11,67)
C0M54Y11K67 
(0%,54%,11%,67%)
(0.00/0.54/0.11/0.67)	

CMYK percentages

%0
%54.12
%10.59
%66.67

Codes

Color #55274C in popluar color models

55274C
RGB853976
HSL312°37.10%24.31%
HSB/HSV312°54.12%33.33%
CMYK0.00%54.12%10.59%
66.67%

Color #55274C in popluar number systems.

HEX55274C
Decimal853976
Binary10101011001111001100
Octal12547114

Shades and tints

Shades of #55274C

#55274C
(85,39,76)
#4E2446
(78,36,70)
#472140
(71,33,64)
#401E3A
(64,30,58)
#391B34
(57,27,52)
#32182E
(50,24,46)
#2B1528
(43,21,40)
#241222
(36,18,34)
#1D0F1C
(29,15,28)
#160C16
(22,12,22)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #55274C

#55274C
(85,39,76)
#643A5C
(100,58,92)
#734D6C
(115,77,108)
#82607C
(130,96,124)
#91738C
(145,115,140)
#A0869C
(160,134,156)
#AF99AC
(175,153,172)
#BEACBC
(190,172,188)
#CDBFCC
(205,191,204)
#DCD2DC
(220,210,220)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55274C color. Also use rgb(85,39,76) instead hex code.

Text Font Color

.myTextColor { color: #55274C; }

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

This text font color is #55274C.


Background Color

.myBgColor { background-color: #55274C; }

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

This div background color is #55274C.


Border color

.myBorderColor { border: 1px solid #55274C; }

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

This div border color is #55274C.


Opacity

.myOpacity80 { color: #55274C; opacity: 0.8; }

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

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

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

This text has shadow with #55274C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55274C on black background.


Color preview on white background

This text has color #55274C on white background.



Black color preview on #55274C background

This text has black color on #55274C background.


White color preview on #55274C background

This text has white color on #55274C background.