COLOR #55320A

HEX: #55320A
RGB: (85,50,10)

Color info

#55320A contains mainly red and green colors. Web safe color of #55320A is #663300 (or #630).

RGB color model

#55320A color RGB value is (85,50,10).

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

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 10 of 255 = 4%

85
50
10

R + G + B ~ 19%. #55320A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 10 = 145 (100%)
R 85 of 145 ~ 58.62%
G 50 of 145 ~ 34.48%
B 10 of 145 ~ 6.9%

%58.62
%34.48

CMYK color model

#55320A color CMYK value is (0,41,88,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 88.24%
  • key color value is 66.67%
CMYK: (0,41,88,67) C0M41Y88K67 (0%,41%,88%,67%) (0.00/0.41/0.88/0.67)

CMYK percentages

%0
%41.18
%88.24
%66.67

Codes

Color #55320A in popluar color models

55320A
RGB855010
HSL32°78.95%18.63%
HSB/HSV32°88.24%33.33%
CMYK0.00%41.18%88.24%
66.67%

Color #55320A in popluar number systems.

HEX55320A
Decimal855010
Binary10101011100101010
Octal1256212

Shades and tints

Shades of #55320A

#55320A
(85,50,10)
#4E2E0A
(78,46,10)
#472A0A
(71,42,10)
#40260A
(64,38,10)
#39220A
(57,34,10)
#321E0A
(50,30,10)
#2B1A0A
(43,26,10)
#24160A
(36,22,10)
#1D120A
(29,18,10)
#160E0A
(22,14,10)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #55320A

#55320A
(85,50,10)
#644420
(100,68,32)
#735636
(115,86,54)
#82684C
(130,104,76)
#917A62
(145,122,98)
#A08C78
(160,140,120)
#AF9E8E
(175,158,142)
#BEB0A4
(190,176,164)
#CDC2BA
(205,194,186)
#DCD4D0
(220,212,208)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55320A color. Also use rgb(85,50,10) instead hex code.

Text Font Color

.myTextColor { color: #55320A; }

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

This text font color is #55320A.


Background Color

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

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

This div background color is #55320A.


Border color

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

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

This div border color is #55320A.


Opacity

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

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

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

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

This text has shadow with #55320A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #55320A on black background.


Color preview on white background

This text has color #55320A on white background.



Black color preview on #55320A background

This text has black color on #55320A background.


White color preview on #55320A background

This text has white color on #55320A background.