COLOR #55425D

HEX: #55425D
RGB: (85,66,93)

Color info

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

RGB color model

#55425D color RGB value is (85,66,93).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 93 of 255 = 36%

85
66
93

R + G + B ~ 32%. #55425D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 93 = 244 (100%)
R 85 of 244 ~ 34.84%
G 66 of 244 ~ 27.05%
B 93 of 244 ~ 38.11%

%34.84
%27.05
%38.11

CMYK color model

#55425D color CMYK value is (9,29,0,64).

  • cyan value is 8.60%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(9,29,0,64)
C9M29Y0K64 
(9%,29%,0%,64%)
(0.09/0.29/0.00/0.64)	

CMYK percentages

%8.6
%29.03
%0
%63.53

Codes

Color #55425D in popluar color models

55425D
RGB856693
HSL282°16.98%31.18%
HSB/HSV282°29.03%36.47%
CMYK8.60%29.03%0.00%
63.53%

Color #55425D in popluar number systems.

HEX55425D
Decimal856693
Binary101010110000101011101
Octal125102135

Shades and tints

Shades of #55425D

#55425D
(85,66,93)
#4E3C55
(78,60,85)
#47364D
(71,54,77)
#403045
(64,48,69)
#392A3D
(57,42,61)
#322435
(50,36,53)
#2B1E2D
(43,30,45)
#241825
(36,24,37)
#1D121D
(29,18,29)
#160C15
(22,12,21)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #55425D

#55425D
(85,66,93)
#64536B
(100,83,107)
#736479
(115,100,121)
#827587
(130,117,135)
#918695
(145,134,149)
#A097A3
(160,151,163)
#AFA8B1
(175,168,177)
#BEB9BF
(190,185,191)
#CDCACD
(205,202,205)
#DCDBDB
(220,219,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55425D color. Also use rgb(85,66,93) instead hex code.

Text Font Color

.myTextColor { color: #55425D; }

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

This text font color is #55425D.


Background Color

.myBgColor { background-color: #55425D; }

<div style="background-color:#55425D">Inner text</div>

This div background color is #55425D.


Border color

.myBorderColor { border: 1px solid #55425D; }

<div style="border:3px solid #55425D">Div</div>

This div border color is #55425D.


Opacity

.myOpacity80 { color: #55425D; opacity: 0.8; }

<p style="color:#55425D;opacity:0.8;">80%</p>

Text with #55425D 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 #55425D;}

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

This text has shadow with #55425D color.

.textShadow {text-shadow: 3px 3px 1px #55425D, 3px 3px 1px red;}

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

This text has shadow with #55425D primary color and red secondary color.


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

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

This text has shadow with #55425D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55425D on black background.


Color preview on white background

This text has color #55425D on white background.



Black color preview on #55425D background

This text has black color on #55425D background.


White color preview on #55425D background

This text has white color on #55425D background.