COLOR #554222

HEX: #554222
RGB: (85,66,34)

Color info

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

RGB color model

#554222 color RGB value is (85,66,34).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 34 of 255 = 13%

85
66
34

R + G + B ~ 24%. #554222 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 34 = 185 (100%)
R 85 of 185 ~ 45.95%
G 66 of 185 ~ 35.68%
B 34 of 185 ~ 18.38%

%45.95
%35.68
%18.38

CMYK color model

#554222 color CMYK value is (0,22,60,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(0,22,60,67)
C0M22Y60K67 
(0%,22%,60%,67%)
(0.00/0.22/0.60/0.67)	

CMYK percentages

%0
%22.35
%60
%66.67

Codes

Color #554222 in popluar color models

554222
RGB856634
HSL38°42.86%23.33%
HSB/HSV38°60.00%33.33%
CMYK0.00%22.35%60.00%
66.67%

Color #554222 in popluar number systems.

HEX554222
Decimal856634
Binary10101011000010100010
Octal12510242

Shades and tints

Shades of #554222

#554222
(85,66,34)
#4E3C1F
(78,60,31)
#47361C
(71,54,28)
#403019
(64,48,25)
#392A16
(57,42,22)
#322413
(50,36,19)
#2B1E10
(43,30,16)
#24180D
(36,24,13)
#1D120A
(29,18,10)
#160C07
(22,12,7)
#0F0604
(15,6,4)
#000000
(0,0,0)

Tints of #554222

#554222
(85,66,34)
#645336
(100,83,54)
#73644A
(115,100,74)
#82755E
(130,117,94)
#918672
(145,134,114)
#A09786
(160,151,134)
#AFA89A
(175,168,154)
#BEB9AE
(190,185,174)
#CDCAC2
(205,202,194)
#DCDBD6
(220,219,214)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554222; }

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

This text font color is #554222.


Background Color

.myBgColor { background-color: #554222; }

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

This div background color is #554222.


Border color

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

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

This div border color is #554222.


Opacity

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

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

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

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

This text has shadow with #554222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554222 on black background.


Color preview on white background

This text has color #554222 on white background.



Black color preview on #554222 background

This text has black color on #554222 background.


White color preview on #554222 background

This text has white color on #554222 background.