COLOR #55220B

HEX: #55220B RGB: (85,34,11)

Color info

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

RGB color model

#55220B color RGB value is (85,34,11).

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

RGB channels and saturation

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

85
34
11

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

Portions of RGB colors in percentages

R + G + B = 85 + 34 + 11 = 130 (100%)
R 85 of 130 ~ 65.38%
G 34 of 130 ~ 26.15%
B 11 of 130 ~ 8.46'%

%65.38
%26.15

CMYK color model

#55220B color CMYK value is (0,60,87,67).

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

CMYK: (0,60,87,67)
C0M60Y87K67 (0%, 60%, 87%, 67%)
(0.00 / 0.60 / 0.87 / 0.67)

CMYK percentages

%0
%60
%87.06
%66.67

Codes

Color #55220B in popluar color models

55 22 0B
RGB 85 34 11
HSL 19° 77.08% 18.82%
HSB/HSV 19° 87.06% 33.33%
CMYK 0.00% 60.00% 87.06%
66.67%

Color #55220B in popluar number systems.

HEX 55 22 0B
Decimal 85 34 11
Binary 1010101 100010 1011
Octal 125 42 13

Shades and tints

Shades of #55220B

#55220B
(85,34,11)
#4E1F0A
(78,31,10)
#471C09
(71,28,9)
#401908
(64,25,8)
#391607
(57,22,7)
#321306
(50,19,6)
#2B1005
(43,16,5)
#240D04
(36,13,4)
#1D0A03
(29,10,3)
#160702
(22,7,2)
#0F0401
(15,4,1)
#000000
(0,0,0)

Tints of #55220B

#55220B
(85,34,11)
#643621
(100,54,33)
#734A37
(115,74,55)
#825E4D
(130,94,77)
#917263
(145,114,99)
#A08679
(160,134,121)
#AF9A8F
(175,154,143)
#BEAEA5
(190,174,165)
#CDC2BB
(205,194,187)
#DCD6D1
(220,214,209)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55220B; }

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

This text font color is #55220B.

Background Color

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

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

This div background color is #55220B.

Border color

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

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

This div border color is #55220B.

Opacity

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

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

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

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

This text has shadow with #55220B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55220B.

Preview

Color preview on black background

This text has color #55220B on black background.


Color preview on white background

This text has color #55220B on white background.


Black color preview on #55220B background

This text has black color on #55220B background.


White color preview on #55220B background

This text has white color on #55220B background.


Related colors

Complementary color

Complementary color for #hex is #AADDF4.


I love getcolorcode.com

Triadic colors

1 #0B5522 and #220B55 with #55220B are triadic colors.

2 #0B2255 and #22550B with #55220B are triadic colors.