COLOR #55323F

HEX: #55323F
RGB: (85,50,63)

Color info

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

RGB color model

#55323F color RGB value is (85,50,63).

  • red value is 85;
  • green value is 50;
  • blue value is 63.
RGB:
(85,50,63)
(33%,20%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 63 of 255 = 25%

85
50
63

R + G + B ~ 26%. #55323F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 63 = 198 (100%)
R 85 of 198 ~ 42.93%
G 50 of 198 ~ 25.25%
B 63 of 198 ~ 31.82%

%42.93
%25.25
%31.82

CMYK color model

#55323F color CMYK value is (0,41,26,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,41,26,67)
C0M41Y26K67 
(0%,41%,26%,67%)
(0.00/0.41/0.26/0.67)	

CMYK percentages

%0
%41.18
%25.88
%66.67

Codes

Color #55323F in popluar color models

55323F
RGB855063
HSL338°25.93%26.47%
HSB/HSV338°41.18%33.33%
CMYK0.00%41.18%25.88%
66.67%

Color #55323F in popluar number systems.

HEX55323F
Decimal855063
Binary1010101110010111111
Octal1256277

Shades and tints

Shades of #55323F

#55323F
(85,50,63)
#4E2E3A
(78,46,58)
#472A35
(71,42,53)
#402630
(64,38,48)
#39222B
(57,34,43)
#321E26
(50,30,38)
#2B1A21
(43,26,33)
#24161C
(36,22,28)
#1D1217
(29,18,23)
#160E12
(22,14,18)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55323F

#55323F
(85,50,63)
#644450
(100,68,80)
#735661
(115,86,97)
#826872
(130,104,114)
#917A83
(145,122,131)
#A08C94
(160,140,148)
#AF9EA5
(175,158,165)
#BEB0B6
(190,176,182)
#CDC2C7
(205,194,199)
#DCD4D8
(220,212,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55323F color. Also use rgb(85,50,63) instead hex code.

Text Font Color

.myTextColor { color: #55323F; }

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

This text font color is #55323F.


Background Color

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

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

This div background color is #55323F.


Border color

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

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

This div border color is #55323F.


Opacity

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

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

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

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

This text has shadow with #55323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55323F on black background.


Color preview on white background

This text has color #55323F on white background.



Black color preview on #55323F background

This text has black color on #55323F background.


White color preview on #55323F background

This text has white color on #55323F background.