COLOR #553C33

HEX: #553C33 RGB: (85,60,51)

Color info

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

RGB color model

#553C33 color RGB value is (85,60,51).

RGB: (85,60,51) (33%, 24%, 20%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 51 of 255 = 20%

85
60
51

R + G + B ~ 26%. #553C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 51 = 196 (100%)
R 85 of 196 ~ 43.37%
G 60 of 196 ~ 30.61%
B 51 of 196 ~ 26.02'%

%43.37
%30.61
%26.02

CMYK color model

#553C33 color CMYK value is (0,29,40,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK: (0,29,40,67) C0M29Y40K67 (0%,29%,40%,67%) (0.00/0.29/0.40/0.67) 

CMYK percentages

%0
%29.41
%40
%66.67

Codes

Color #553C33 in popluar color models

55 3C 33
RGB 85 60 51
HSL 16° 25.00% 26.67%
HSB/HSV 16° 40.00% 33.33%
CMYK 0.00% 29.41% 40.00%
66.67%

Color #553C33 in popluar number systems.

HEX 55 3C 33
Decimal 85 60 51
Binary 1010101 111100 110011
Octal 125 74 63

Shades and tints

Shades of #553C33

#553C33
(85,60,51)
#4E372F
(78,55,47)
#47322B
(71,50,43)
#402D27
(64,45,39)
#392823
(57,40,35)
#32231F
(50,35,31)
#2B1E1B
(43,30,27)
#241917
(36,25,23)
#1D1413
(29,20,19)
#160F0F
(22,15,15)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #553C33

#553C33
(85,60,51)
#644D45
(100,77,69)
#735E57
(115,94,87)
#826F69
(130,111,105)
#91807B
(145,128,123)
#A0918D
(160,145,141)
#AFA29F
(175,162,159)
#BEB3B1
(190,179,177)
#CDC4C3
(205,196,195)
#DCD5D5
(220,213,213)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553C33 color. Also use rgb(85,60,51) instead hex code.

Text Font Color

.myTextColor { color: #553C33; }

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

This text font color is #553C33.

Background Color

.myBgColor { background-color: #553C33; }

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

This div background color is #553C33.

Border color

.myBorderColor { border: 1px solid #553C33; }

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

This div border color is #553C33.

Opacity

.myOpacity80 { color: #553C33; opacity: 0.8; }

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

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

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

This text has shadow with #553C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553C33.

Preview

Color preview on black background

This text has color #553C33 on black background.


Color preview on white background

This text has color #553C33 on white background.


Black color preview on #553C33 background

This text has black color on #553C33 background.


White color preview on #553C33 background

This text has white color on #553C33 background.


Related colors

Complementary color

Complementary color for #hex is #AAC3CC.


I love getcolorcode.com

Triadic colors

1 #33553C and #3C3355 with #553C33 are triadic colors.

2 #333C55 and #3C5533 with #553C33 are triadic colors.