COLOR #553641

HEX: #553641
RGB: (85,54,65)

Color info

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

RGB color model

#553641 color RGB value is (85,54,65).

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

RGB channels and saturation

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

85
54
65

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

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 65 = 204 (100%)
R 85 of 204 ~ 41.67%
G 54 of 204 ~ 26.47%
B 65 of 204 ~ 31.86%

%41.67
%26.47
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,36,24,67)
C0M36Y24K67 
(0%,36%,24%,67%)
(0.00/0.36/0.24/0.67)	

CMYK percentages

%0
%36.47
%23.53
%66.67

Codes

Color #553641 in popluar color models

553641
RGB855465
HSL339°22.30%27.25%
HSB/HSV339°36.47%33.33%
CMYK0.00%36.47%23.53%
66.67%

Color #553641 in popluar number systems.

HEX553641
Decimal855465
Binary10101011101101000001
Octal12566101

Shades and tints

Shades of #553641

#553641
(85,54,65)
#4E323C
(78,50,60)
#472E37
(71,46,55)
#402A32
(64,42,50)
#39262D
(57,38,45)
#322228
(50,34,40)
#2B1E23
(43,30,35)
#241A1E
(36,26,30)
#1D1619
(29,22,25)
#161214
(22,18,20)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #553641

#553641
(85,54,65)
#644852
(100,72,82)
#735A63
(115,90,99)
#826C74
(130,108,116)
#917E85
(145,126,133)
#A09096
(160,144,150)
#AFA2A7
(175,162,167)
#BEB4B8
(190,180,184)
#CDC6C9
(205,198,201)
#DCD8DA
(220,216,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553641; }

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

This text font color is #553641.


Background Color

.myBgColor { background-color: #553641; }

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

This div background color is #553641.


Border color

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

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

This div border color is #553641.


Opacity

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

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

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

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

This text has shadow with #553641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553641 on black background.


Color preview on white background

This text has color #553641 on white background.



Black color preview on #553641 background

This text has black color on #553641 background.


White color preview on #553641 background

This text has white color on #553641 background.