COLOR #55332C

HEX: #55332C RGB: (85,51,44)

Color info

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

RGB color model

#55332C color RGB value is (85,51,44).

RGB: (85,51,44) (33%, 20%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 44 of 255 = 17%

85
51
44

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

Portions of RGB colors in percentages

R + G + B = 85 + 51 + 44 = 180 (100%)
R 85 of 180 ~ 47.22%
G 51 of 180 ~ 28.33%
B 44 of 180 ~ 24.44'%

%47.22
%28.33
%24.44

CMYK color model

#55332C color CMYK value is (0,40,48,67).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 48.24%
  • key color value is 66.67%

CMYK: (0,40,48,67)
C0M40Y48K67 (0%, 40%, 48%, 67%)
(0.00 / 0.40 / 0.48 / 0.67)

CMYK percentages

%0
%40
%48.24
%66.67

Codes

Color #55332C in popluar color models

55 33 2C
RGB 85 51 44
HSL 10° 31.78% 25.29%
HSB/HSV 10° 48.24% 33.33%
CMYK 0.00% 40.00% 48.24%
66.67%

Color #55332C in popluar number systems.

HEX 55 33 2C
Decimal 85 51 44
Binary 1010101 110011 101100
Octal 125 63 54

Shades and tints

Shades of #55332C

#55332C
(85,51,44)
#4E2F28
(78,47,40)
#472B24
(71,43,36)
#402720
(64,39,32)
#39231C
(57,35,28)
#321F18
(50,31,24)
#2B1B14
(43,27,20)
#241710
(36,23,16)
#1D130C
(29,19,12)
#160F08
(22,15,8)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #55332C

#55332C
(85,51,44)
#64453F
(100,69,63)
#735752
(115,87,82)
#826965
(130,105,101)
#917B78
(145,123,120)
#A08D8B
(160,141,139)
#AF9F9E
(175,159,158)
#BEB1B1
(190,177,177)
#CDC3C4
(205,195,196)
#DCD5D7
(220,213,215)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55332C color. Also use rgb(85,51,44) instead hex code.

Text Font Color

.myTextColor { color: #55332C; }

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

This text font color is #55332C.

Background Color

.myBgColor { background-color: #55332C; }

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

This div background color is #55332C.

Border color

.myBorderColor { border: 1px solid #55332C; }

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

This div border color is #55332C.

Opacity

.myOpacity80 { color: #55332C; opacity: 0.8; }

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

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

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

This text has shadow with #55332C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55332C.

Preview

Color preview on black background

This text has color #55332C on black background.


Color preview on white background

This text has color #55332C on white background.


Black color preview on #55332C background

This text has black color on #55332C background.


White color preview on #55332C background

This text has white color on #55332C background.


Related colors

Complementary color

Complementary color for #hex is #AACCD3.


I love getcolorcode.com

Triadic colors

1 #2C5533 and #332C55 with #55332C are triadic colors.

2 #2C3355 and #33552C with #55332C are triadic colors.