COLOR #55414F

HEX: #55414F
RGB: (85,65,79)

Color info

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

RGB color model

#55414F color RGB value is (85,65,79).

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

RGB channels and saturation

R 85 of 255 = 33%
G 65 of 255 = 25%
B 79 of 255 = 31%

85
65
79

R + G + B ~ 30%. #55414F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 65 + 79 = 229 (100%)
R 85 of 229 ~ 37.12%
G 65 of 229 ~ 28.38%
B 79 of 229 ~ 34.5%

%37.12
%28.38
%34.5

CMYK color model

#55414F color CMYK value is (0,24,7,67).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(0,24,7,67)
C0M24Y7K67 
(0%,24%,7%,67%)
(0.00/0.24/0.07/0.67)	

CMYK percentages

%0
%23.53
%7.06
%66.67

Codes

Color #55414F in popluar color models

55414F
RGB856579
HSL318°13.33%29.41%
HSB/HSV318°23.53%33.33%
CMYK0.00%23.53%7.06%
66.67%

Color #55414F in popluar number systems.

HEX55414F
Decimal856579
Binary101010110000011001111
Octal125101117

Shades and tints

Shades of #55414F

#55414F
(85,65,79)
#4E3C48
(78,60,72)
#473741
(71,55,65)
#40323A
(64,50,58)
#392D33
(57,45,51)
#32282C
(50,40,44)
#2B2325
(43,35,37)
#241E1E
(36,30,30)
#1D1917
(29,25,23)
#161410
(22,20,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #55414F

#55414F
(85,65,79)
#64525F
(100,82,95)
#73636F
(115,99,111)
#82747F
(130,116,127)
#91858F
(145,133,143)
#A0969F
(160,150,159)
#AFA7AF
(175,167,175)
#BEB8BF
(190,184,191)
#CDC9CF
(205,201,207)
#DCDADF
(220,218,223)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55414F; }

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

This text font color is #55414F.


Background Color

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

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

This div background color is #55414F.


Border color

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

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

This div border color is #55414F.


Opacity

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

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

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

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

This text has shadow with #55414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55414F on black background.


Color preview on white background

This text has color #55414F on white background.



Black color preview on #55414F background

This text has black color on #55414F background.


White color preview on #55414F background

This text has white color on #55414F background.