COLOR #55394B

HEX: #55394B
RGB: (85,57,75)

Color info

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

RGB color model

#55394B color RGB value is (85,57,75).

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

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 75 of 255 = 29%

85
57
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 75 = 217 (100%)
R 85 of 217 ~ 39.17%
G 57 of 217 ~ 26.27%
B 75 of 217 ~ 34.56%

%39.17
%26.27
%34.56

CMYK color model

#55394B color CMYK value is (0,33,12,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,33,12,67)
C0M33Y12K67 
(0%,33%,12%,67%)
(0.00/0.33/0.12/0.67)	

CMYK percentages

%0
%32.94
%11.76
%66.67

Codes

Color #55394B in popluar color models

55394B
RGB855775
HSL321°19.72%27.84%
HSB/HSV321°32.94%33.33%
CMYK0.00%32.94%11.76%
66.67%

Color #55394B in popluar number systems.

HEX55394B
Decimal855775
Binary10101011110011001011
Octal12571113

Shades and tints

Shades of #55394B

#55394B
(85,57,75)
#4E3445
(78,52,69)
#472F3F
(71,47,63)
#402A39
(64,42,57)
#392533
(57,37,51)
#32202D
(50,32,45)
#2B1B27
(43,27,39)
#241621
(36,22,33)
#1D111B
(29,17,27)
#160C15
(22,12,21)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #55394B

#55394B
(85,57,75)
#644B5B
(100,75,91)
#735D6B
(115,93,107)
#826F7B
(130,111,123)
#91818B
(145,129,139)
#A0939B
(160,147,155)
#AFA5AB
(175,165,171)
#BEB7BB
(190,183,187)
#CDC9CB
(205,201,203)
#DCDBDB
(220,219,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55394B; }

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

This text font color is #55394B.


Background Color

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

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

This div background color is #55394B.


Border color

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

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

This div border color is #55394B.


Opacity

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

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

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

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

This text has shadow with #55394B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55394B on black background.


Color preview on white background

This text has color #55394B on white background.



Black color preview on #55394B background

This text has black color on #55394B background.


White color preview on #55394B background

This text has white color on #55394B background.