COLOR #553636

HEX: #553636 RGB: (85,54,54)

Color info

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

RGB color model

#553636 color RGB value is (85,54,54).

RGB: (85,54,54) (33%, 21%, 21%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 54 of 255 = 21%

85
54
54

R + G + B ~ 25%. #553636 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 54 + 54 = 193 (100%)
R 85 of 193 ~ 44.04%
G 54 of 193 ~ 27.98%
B 54 of 193 ~ 27.98'%

%44.04
%27.98
%27.98

CMYK color model

#553636 color CMYK value is (0,36,36,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 36.47%
  • key color value is 66.67%

CMYK: (0,36,36,67)
C0M36Y36K67 (0%, 36%, 36%, 67%)
(0.00 / 0.36 / 0.36 / 0.67)

CMYK percentages

%0
%36.47
%36.47
%66.67

Codes

Color #553636 in popluar color models

55 36 36
RGB 85 54 54
HSL 22.30% 27.25%
HSB/HSV 36.47% 33.33%
CMYK 0.00% 36.47% 36.47%
66.67%

Color #553636 in popluar number systems.

HEX 55 36 36
Decimal 85 54 54
Binary 1010101 110110 110110
Octal 125 66 66

Shades and tints

Shades of #553636

#553636
(85,54,54)
#4E3232
(78,50,50)
#472E2E
(71,46,46)
#402A2A
(64,42,42)
#392626
(57,38,38)
#322222
(50,34,34)
#2B1E1E
(43,30,30)
#241A1A
(36,26,26)
#1D1616
(29,22,22)
#161212
(22,18,18)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #553636

#553636
(85,54,54)
#644848
(100,72,72)
#735A5A
(115,90,90)
#826C6C
(130,108,108)
#917E7E
(145,126,126)
#A09090
(160,144,144)
#AFA2A2
(175,162,162)
#BEB4B4
(190,180,180)
#CDC6C6
(205,198,198)
#DCD8D8
(220,216,216)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553636; }

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

This text font color is #553636.

Background Color

.myBgColor { background-color: #553636; }

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

This div background color is #553636.

Border color

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

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

This div border color is #553636.

Opacity

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

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

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

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

This text has shadow with #553636 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553636.

Preview

Color preview on black background

This text has color #553636 on black background.


Color preview on white background

This text has color #553636 on white background.


Black color preview on #553636 background

This text has black color on #553636 background.


White color preview on #553636 background

This text has white color on #553636 background.


Related colors

Complementary color

Complementary color for #hex is #AAC9C9.


I love getcolorcode.com