COLOR #553639

HEX: #553639
RGB: (85,54,57)

Color info

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

RGB color model

#553639 color RGB value is (85,54,57).

  • red value is 85;
  • green value is 54;
  • blue value is 57.
RGB:
(85,54,57)
(33%,21%,22%)

RGB channels and saturation

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

85
54
57

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

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 57 = 196 (100%)
R 85 of 196 ~ 43.37%
G 54 of 196 ~ 27.55%
B 57 of 196 ~ 29.08%

%43.37
%27.55
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK:
(0,36,33,67)
C0M36Y33K67 
(0%,36%,33%,67%)
(0.00/0.36/0.33/0.67)	

CMYK percentages

%0
%36.47
%32.94
%66.67

Codes

Color #553639 in popluar color models

553639
RGB855457
HSL354°22.30%27.25%
HSB/HSV354°36.47%33.33%
CMYK0.00%36.47%32.94%
66.67%

Color #553639 in popluar number systems.

HEX553639
Decimal855457
Binary1010101110110111001
Octal1256671

Shades and tints

Shades of #553639

#553639
(85,54,57)
#4E3234
(78,50,52)
#472E2F
(71,46,47)
#402A2A
(64,42,42)
#392625
(57,38,37)
#322220
(50,34,32)
#2B1E1B
(43,30,27)
#241A16
(36,26,22)
#1D1611
(29,22,17)
#16120C
(22,18,12)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #553639

#553639
(85,54,57)
#64484B
(100,72,75)
#735A5D
(115,90,93)
#826C6F
(130,108,111)
#917E81
(145,126,129)
#A09093
(160,144,147)
#AFA2A5
(175,162,165)
#BEB4B7
(190,180,183)
#CDC6C9
(205,198,201)
#DCD8DB
(220,216,219)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553639; }

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

This text font color is #553639.


Background Color

.myBgColor { background-color: #553639; }

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

This div background color is #553639.


Border color

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

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

This div border color is #553639.


Opacity

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

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

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

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

This text has shadow with #553639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553639 on black background.


Color preview on white background

This text has color #553639 on white background.



Black color preview on #553639 background

This text has black color on #553639 background.


White color preview on #553639 background

This text has white color on #553639 background.