COLOR #55424A

HEX: #55424A
RGB: (85,66,74)

Color info

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

RGB color model

#55424A color RGB value is (85,66,74).

  • red value is 85;
  • green value is 66;
  • blue value is 74.
RGB:
(85,66,74)
(33%,26%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 74 of 255 = 29%

85
66
74

R + G + B ~ 29%. #55424A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 74 = 225 (100%)
R 85 of 225 ~ 37.78%
G 66 of 225 ~ 29.33%
B 74 of 225 ~ 32.89%

%37.78
%29.33
%32.89

CMYK color model

#55424A color CMYK value is (0,22,13,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 12.94%
  • key color value is 66.67%
CMYK:
(0,22,13,67)
C0M22Y13K67 
(0%,22%,13%,67%)
(0.00/0.22/0.13/0.67)	

CMYK percentages

%0
%22.35
%12.94
%66.67

Codes

Color #55424A in popluar color models

55424A
RGB856674
HSL335°12.58%29.61%
HSB/HSV335°22.35%33.33%
CMYK0.00%22.35%12.94%
66.67%

Color #55424A in popluar number systems.

HEX55424A
Decimal856674
Binary101010110000101001010
Octal125102112

Shades and tints

Shades of #55424A

#55424A
(85,66,74)
#4E3C44
(78,60,68)
#47363E
(71,54,62)
#403038
(64,48,56)
#392A32
(57,42,50)
#32242C
(50,36,44)
#2B1E26
(43,30,38)
#241820
(36,24,32)
#1D121A
(29,18,26)
#160C14
(22,12,20)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #55424A

#55424A
(85,66,74)
#64535A
(100,83,90)
#73646A
(115,100,106)
#82757A
(130,117,122)
#91868A
(145,134,138)
#A0979A
(160,151,154)
#AFA8AA
(175,168,170)
#BEB9BA
(190,185,186)
#CDCACA
(205,202,202)
#DCDBDA
(220,219,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55424A color. Also use rgb(85,66,74) instead hex code.

Text Font Color

.myTextColor { color: #55424A; }

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

This text font color is #55424A.


Background Color

.myBgColor { background-color: #55424A; }

<div style="background-color:#55424A">Inner text</div>

This div background color is #55424A.


Border color

.myBorderColor { border: 1px solid #55424A; }

<div style="border:3px solid #55424A">Div</div>

This div border color is #55424A.


Opacity

.myOpacity80 { color: #55424A; opacity: 0.8; }

<p style="color:#55424A;opacity:0.8;">80%</p>

Text with #55424A 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 #55424A;}

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

This text has shadow with #55424A color.

.textShadow {text-shadow: 3px 3px 1px #55424A, 3px 3px 1px red;}

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

This text has shadow with #55424A primary color and red secondary color.


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

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

This text has shadow with #55424A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55424A on black background.


Color preview on white background

This text has color #55424A on white background.



Black color preview on #55424A background

This text has black color on #55424A background.


White color preview on #55424A background

This text has white color on #55424A background.