COLOR #553922

HEX: #553922
RGB: (85,57,34)

Color info

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

RGB color model

#553922 color RGB value is (85,57,34).

  • red value is 85;
  • green value is 57;
  • blue value is 34.
RGB:
(85,57,34)
(33%,22%,13%)

RGB channels and saturation

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

85
57
34

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 34 = 176 (100%)
R 85 of 176 ~ 48.3%
G 57 of 176 ~ 32.39%
B 34 of 176 ~ 19.32%

%48.3
%32.39
%19.32

CMYK color model

#553922 color CMYK value is (0,33,60,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(0,33,60,67)
C0M33Y60K67 
(0%,33%,60%,67%)
(0.00/0.33/0.60/0.67)	

CMYK percentages

%0
%32.94
%60
%66.67

Codes

Color #553922 in popluar color models

553922
RGB855734
HSL27°42.86%23.33%
HSB/HSV27°60.00%33.33%
CMYK0.00%32.94%60.00%
66.67%

Color #553922 in popluar number systems.

HEX553922
Decimal855734
Binary1010101111001100010
Octal1257142

Shades and tints

Shades of #553922

#553922
(85,57,34)
#4E341F
(78,52,31)
#472F1C
(71,47,28)
#402A19
(64,42,25)
#392516
(57,37,22)
#322013
(50,32,19)
#2B1B10
(43,27,16)
#24160D
(36,22,13)
#1D110A
(29,17,10)
#160C07
(22,12,7)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #553922

#553922
(85,57,34)
#644B36
(100,75,54)
#735D4A
(115,93,74)
#826F5E
(130,111,94)
#918172
(145,129,114)
#A09386
(160,147,134)
#AFA59A
(175,165,154)
#BEB7AE
(190,183,174)
#CDC9C2
(205,201,194)
#DCDBD6
(220,219,214)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553922; }

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

This text font color is #553922.


Background Color

.myBgColor { background-color: #553922; }

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

This div background color is #553922.


Border color

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

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

This div border color is #553922.


Opacity

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

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

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

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

This text has shadow with #553922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553922 on black background.


Color preview on white background

This text has color #553922 on white background.



Black color preview on #553922 background

This text has black color on #553922 background.


White color preview on #553922 background

This text has white color on #553922 background.