COLOR #55220A

HEX: #55220A RGB: (85,34,10)

Color info

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

RGB color model

#55220A color RGB value is (85,34,10).

RGB: (85,34,10) (33%, 13%, 4%)

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 10 of 255 = 4%

85
34
10

R + G + B ~ 17%. #55220A is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 34 + 10 = 129 (100%)
R 85 of 129 ~ 65.89%
G 34 of 129 ~ 26.36%
B 10 of 129 ~ 7.75'%

%65.89
%26.36

CMYK color model

#55220A color CMYK value is (0,60,88,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 88.24%
  • key color value is 66.67%

CMYK: (0,60,88,67)
C0M60Y88K67 (0%, 60%, 88%, 67%)
(0.00 / 0.60 / 0.88 / 0.67)

CMYK percentages

%0
%60
%88.24
%66.67

Codes

Color #55220A in popluar color models

55 22 0A
RGB 85 34 10
HSL 19° 78.95% 18.63%
HSB/HSV 19° 88.24% 33.33%
CMYK 0.00% 60.00% 88.24%
66.67%

Color #55220A in popluar number systems.

HEX 55 22 0A
Decimal 85 34 10
Binary 1010101 100010 1010
Octal 125 42 12

Shades and tints

Shades of #55220A

#55220A
(85,34,10)
#4E1F0A
(78,31,10)
#471C0A
(71,28,10)
#40190A
(64,25,10)
#39160A
(57,22,10)
#32130A
(50,19,10)
#2B100A
(43,16,10)
#240D0A
(36,13,10)
#1D0A0A
(29,10,10)
#16070A
(22,7,10)
#0F040A
(15,4,10)
#000000
(0,0,0)

Tints of #55220A

#55220A
(85,34,10)
#643620
(100,54,32)
#734A36
(115,74,54)
#825E4C
(130,94,76)
#917262
(145,114,98)
#A08678
(160,134,120)
#AF9A8E
(175,154,142)
#BEAEA4
(190,174,164)
#CDC2BA
(205,194,186)
#DCD6D0
(220,214,208)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55220A; }

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

This text font color is #55220A.

Background Color

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

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

This div background color is #55220A.

Border color

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

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

This div border color is #55220A.

Opacity

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

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

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

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

This text has shadow with #55220A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55220A.

Preview

Color preview on black background

This text has color #55220A on black background.


Color preview on white background

This text has color #55220A on white background.


Black color preview on #55220A background

This text has black color on #55220A background.


White color preview on #55220A background

This text has white color on #55220A background.


Related colors

Complementary color

Complementary color for #hex is #AADDF5.


I love getcolorcode.com

Triadic colors

1 #0A5522 and #220A55 with #55220A are triadic colors.

2 #0A2255 and #22550A with #55220A are triadic colors.