COLOR #55394F

HEX: #55394F
RGB: (85,57,79)

Color info

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

RGB color model

#55394F color RGB value is (85,57,79).

  • red value is 85;
  • green value is 57;
  • blue value is 79.
RGB:
(85,57,79)
(33%,22%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 79 of 255 = 31%

85
57
79

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 79 = 221 (100%)
R 85 of 221 ~ 38.46%
G 57 of 221 ~ 25.79%
B 79 of 221 ~ 35.75%

%38.46
%25.79
%35.75

CMYK color model

#55394F color CMYK value is (0,33,7,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(0,33,7,67)
C0M33Y7K67 
(0%,33%,7%,67%)
(0.00/0.33/0.07/0.67)	

CMYK percentages

%0
%32.94
%7.06
%66.67

Codes

Color #55394F in popluar color models

55394F
RGB855779
HSL313°19.72%27.84%
HSB/HSV313°32.94%33.33%
CMYK0.00%32.94%7.06%
66.67%

Color #55394F in popluar number systems.

HEX55394F
Decimal855779
Binary10101011110011001111
Octal12571117

Shades and tints

Shades of #55394F

#55394F
(85,57,79)
#4E3448
(78,52,72)
#472F41
(71,47,65)
#402A3A
(64,42,58)
#392533
(57,37,51)
#32202C
(50,32,44)
#2B1B25
(43,27,37)
#24161E
(36,22,30)
#1D1117
(29,17,23)
#160C10
(22,12,16)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #55394F

#55394F
(85,57,79)
#644B5F
(100,75,95)
#735D6F
(115,93,111)
#826F7F
(130,111,127)
#91818F
(145,129,143)
#A0939F
(160,147,159)
#AFA5AF
(175,165,175)
#BEB7BF
(190,183,191)
#CDC9CF
(205,201,207)
#DCDBDF
(220,219,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55394F color. Also use rgb(85,57,79) instead hex code.

Text Font Color

.myTextColor { color: #55394F; }

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

This text font color is #55394F.


Background Color

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

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

This div background color is #55394F.


Border color

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

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

This div border color is #55394F.


Opacity

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

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

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

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

This text has shadow with #55394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55394F on black background.


Color preview on white background

This text has color #55394F on white background.



Black color preview on #55394F background

This text has black color on #55394F background.


White color preview on #55394F background

This text has white color on #55394F background.