COLOR #553822

HEX: #553822 RGB: (85,56,34)

Color info

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

RGB color model

#553822 color RGB value is (85,56,34).

RGB: (85,56,34) (33%, 22%, 13%)

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 34 of 255 = 13%

85
56
34

R + G + B ~ 23%. #553822 is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 56 + 34 = 175 (100%)
R 85 of 175 ~ 48.57%
G 56 of 175 ~ 32%
B 34 of 175 ~ 19.43'%

%48.57
%32
%19.43

CMYK color model

#553822 color CMYK value is (0,34,60,67).

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

CMYK: (0,34,60,67)
C0M34Y60K67 (0%, 34%, 60%, 67%)
(0.00 / 0.34 / 0.60 / 0.67)

CMYK percentages

%0
%34.12
%60
%66.67

Codes

Color #553822 in popluar color models

55 38 22
RGB 85 56 34
HSL 26° 42.86% 23.33%
HSB/HSV 26° 60.00% 33.33%
CMYK 0.00% 34.12% 60.00%
66.67%

Color #553822 in popluar number systems.

HEX 55 38 22
Decimal 85 56 34
Binary 1010101 111000 100010
Octal 125 70 42

Shades and tints

Shades of #553822

#553822
(85,56,34)
#4E331F
(78,51,31)
#472E1C
(71,46,28)
#402919
(64,41,25)
#392416
(57,36,22)
#321F13
(50,31,19)
#2B1A10
(43,26,16)
#24150D
(36,21,13)
#1D100A
(29,16,10)
#160B07
(22,11,7)
#0F0604
(15,6,4)
#000000
(0,0,0)

Tints of #553822

#553822
(85,56,34)
#644A36
(100,74,54)
#735C4A
(115,92,74)
#826E5E
(130,110,94)
#918072
(145,128,114)
#A09286
(160,146,134)
#AFA49A
(175,164,154)
#BEB6AE
(190,182,174)
#CDC8C2
(205,200,194)
#DCDAD6
(220,218,214)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553822; }

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

This text font color is #553822.

Background Color

.myBgColor { background-color: #553822; }

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

This div background color is #553822.

Border color

.myBorderColor { border: 1px solid #553822; }

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

This div border color is #553822.

Opacity

.myOpacity80 { color: #553822; opacity: 0.8; }

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

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

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

This text has shadow with #553822 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553822.

Preview

Color preview on black background

This text has color #553822 on black background.


Color preview on white background

This text has color #553822 on white background.


Black color preview on #553822 background

This text has black color on #553822 background.


White color preview on #553822 background

This text has white color on #553822 background.


Related colors

Complementary color

Complementary color for #hex is #AAC7DD.


I love getcolorcode.com

Triadic colors

1 #225538 and #382255 with #553822 are triadic colors.

2 #223855 and #385522 with #553822 are triadic colors.