COLOR #55523F

HEX: #55523F
RGB: (85,82,63)

Color info

#55523F contains red, green and blue colors in about the same proportion. Web safe color of #55523F is #666633 (or #663).

RGB color model

#55523F color RGB value is (85,82,63).

  • red value is 85;
  • green value is 82;
  • blue value is 63.
RGB:
(85,82,63)
(33%,32%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 63 of 255 = 25%

85
82
63

R + G + B ~ 30%. #55523F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 63 = 230 (100%)
R 85 of 230 ~ 36.96%
G 82 of 230 ~ 35.65%
B 63 of 230 ~ 27.39%

%36.96
%35.65
%27.39

CMYK color model

#55523F color CMYK value is (0,4,26,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,4,26,67)
C0M4Y26K67 
(0%,4%,26%,67%)
(0.00/0.04/0.26/0.67)	

CMYK percentages

%0
%3.53
%25.88
%66.67

Codes

Color #55523F in popluar color models

55523F
RGB858263
HSL52°14.86%29.02%
HSB/HSV52°25.88%33.33%
CMYK0.00%3.53%25.88%
66.67%

Color #55523F in popluar number systems.

HEX55523F
Decimal858263
Binary10101011010010111111
Octal12512277

Shades and tints

Shades of #55523F

#55523F
(85,82,63)
#4E4B3A
(78,75,58)
#474435
(71,68,53)
#403D30
(64,61,48)
#39362B
(57,54,43)
#322F26
(50,47,38)
#2B2821
(43,40,33)
#24211C
(36,33,28)
#1D1A17
(29,26,23)
#161312
(22,19,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #55523F

#55523F
(85,82,63)
#646150
(100,97,80)
#737061
(115,112,97)
#827F72
(130,127,114)
#918E83
(145,142,131)
#A09D94
(160,157,148)
#AFACA5
(175,172,165)
#BEBBB6
(190,187,182)
#CDCAC7
(205,202,199)
#DCD9D8
(220,217,216)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55523F color. Also use rgb(85,82,63) instead hex code.

Text Font Color

.myTextColor { color: #55523F; }

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

This text font color is #55523F.


Background Color

.myBgColor { background-color: #55523F; }

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

This div background color is #55523F.


Border color

.myBorderColor { border: 1px solid #55523F; }

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

This div border color is #55523F.


Opacity

.myOpacity80 { color: #55523F; opacity: 0.8; }

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

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

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

This text has shadow with #55523F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55523F on black background.


Color preview on white background

This text has color #55523F on white background.



Black color preview on #55523F background

This text has black color on #55523F background.


White color preview on #55523F background

This text has white color on #55523F background.