COLOR #55435F

HEX: #55435F
RGB: (85,67,95)

Color info

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

RGB color model

#55435F color RGB value is (85,67,95).

  • red value is 85;
  • green value is 67;
  • blue value is 95.
RGB:
(85,67,95)
(33%,26%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 67 of 255 = 26%
B 95 of 255 = 37%

85
67
95

R + G + B ~ 32%. #55435F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 67 + 95 = 247 (100%)
R 85 of 247 ~ 34.41%
G 67 of 247 ~ 27.13%
B 95 of 247 ~ 38.46%

%34.41
%27.13
%38.46

CMYK color model

#55435F color CMYK value is (11,29,0,63).

  • cyan value is 10.53%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(11,29,0,63)
C11M29Y0K63 
(11%,29%,0%,63%)
(0.11/0.29/0.00/0.63)	

CMYK percentages

%10.53
%29.47
%0
%62.75

Codes

Color #55435F in popluar color models

55435F
RGB856795
HSL279°17.28%31.76%
HSB/HSV279°29.47%37.25%
CMYK10.53%29.47%0.00%
62.75%

Color #55435F in popluar number systems.

HEX55435F
Decimal856795
Binary101010110000111011111
Octal125103137

Shades and tints

Shades of #55435F

#55435F
(85,67,95)
#4E3D57
(78,61,87)
#47374F
(71,55,79)
#403147
(64,49,71)
#392B3F
(57,43,63)
#322537
(50,37,55)
#2B1F2F
(43,31,47)
#241927
(36,25,39)
#1D131F
(29,19,31)
#160D17
(22,13,23)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #55435F

#55435F
(85,67,95)
#64546D
(100,84,109)
#73657B
(115,101,123)
#827689
(130,118,137)
#918797
(145,135,151)
#A098A5
(160,152,165)
#AFA9B3
(175,169,179)
#BEBAC1
(190,186,193)
#CDCBCF
(205,203,207)
#DCDCDD
(220,220,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55435F color. Also use rgb(85,67,95) instead hex code.

Text Font Color

.myTextColor { color: #55435F; }

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

This text font color is #55435F.


Background Color

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

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

This div background color is #55435F.


Border color

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

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

This div border color is #55435F.


Opacity

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

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

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

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

This text has shadow with #55435F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55435F on black background.


Color preview on white background

This text has color #55435F on white background.



Black color preview on #55435F background

This text has black color on #55435F background.


White color preview on #55435F background

This text has white color on #55435F background.