COLOR #55332B

HEX: #55332B RGB: (85,51,43)

Color info

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

RGB color model

#55332B color RGB value is (85,51,43).

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

RGB channels and saturation

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

85
51
43

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

Portions of RGB colors in percentages

R + G + B = 85 + 51 + 43 = 179 (100%)
R 85 of 179 ~ 47.49%
G 51 of 179 ~ 28.49%
B 43 of 179 ~ 24.02'%

%47.49
%28.49
%24.02

CMYK color model

#55332B color CMYK value is (0,40,49,67).

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

CMYK: (0,40,49,67)
C0M40Y49K67 (0%, 40%, 49%, 67%)
(0.00 / 0.40 / 0.49 / 0.67)

CMYK percentages

%0
%40
%49.41
%66.67

Codes

Color #55332B in popluar color models

55 33 2B
RGB 85 51 43
HSL 11° 32.81% 25.10%
HSB/HSV 11° 49.41% 33.33%
CMYK 0.00% 40.00% 49.41%
66.67%

Color #55332B in popluar number systems.

HEX 55 33 2B
Decimal 85 51 43
Binary 1010101 110011 101011
Octal 125 63 53

Shades and tints

Shades of #55332B

#55332B
(85,51,43)
#4E2F28
(78,47,40)
#472B25
(71,43,37)
#402722
(64,39,34)
#39231F
(57,35,31)
#321F1C
(50,31,28)
#2B1B19
(43,27,25)
#241716
(36,23,22)
#1D1313
(29,19,19)
#160F10
(22,15,16)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #55332B

#55332B
(85,51,43)
#64453E
(100,69,62)
#735751
(115,87,81)
#826964
(130,105,100)
#917B77
(145,123,119)
#A08D8A
(160,141,138)
#AF9F9D
(175,159,157)
#BEB1B0
(190,177,176)
#CDC3C3
(205,195,195)
#DCD5D6
(220,213,214)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55332B; }

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

This text font color is #55332B.

Background Color

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

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

This div background color is #55332B.

Border color

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

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

This div border color is #55332B.

Opacity

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

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

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

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

This text has shadow with #55332B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55332B.

Preview

Color preview on black background

This text has color #55332B on black background.


Color preview on white background

This text has color #55332B on white background.


Black color preview on #55332B background

This text has black color on #55332B background.


White color preview on #55332B background

This text has white color on #55332B background.


Related colors

Complementary color

Complementary color for #hex is #AACCD4.


I love getcolorcode.com

Triadic colors

1 #2B5533 and #332B55 with #55332B are triadic colors.

2 #2B3355 and #33552B with #55332B are triadic colors.