COLOR #553841

HEX: #553841
RGB: (85,56,65)

Color info

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

RGB color model

#553841 color RGB value is (85,56,65).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 65 of 255 = 25%

85
56
65

R + G + B ~ 27%. #553841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 65 = 206 (100%)
R 85 of 206 ~ 41.26%
G 56 of 206 ~ 27.18%
B 65 of 206 ~ 31.55%

%41.26
%27.18
%31.55

CMYK color model

#553841 color CMYK value is (0,34,24,67).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,34,24,67)
C0M34Y24K67 
(0%,34%,24%,67%)
(0.00/0.34/0.24/0.67)	

CMYK percentages

%0
%34.12
%23.53
%66.67

Codes

Color #553841 in popluar color models

553841
RGB855665
HSL341°20.57%27.65%
HSB/HSV341°34.12%33.33%
CMYK0.00%34.12%23.53%
66.67%

Color #553841 in popluar number systems.

HEX553841
Decimal855665
Binary10101011110001000001
Octal12570101

Shades and tints

Shades of #553841

#553841
(85,56,65)
#4E333C
(78,51,60)
#472E37
(71,46,55)
#402932
(64,41,50)
#39242D
(57,36,45)
#321F28
(50,31,40)
#2B1A23
(43,26,35)
#24151E
(36,21,30)
#1D1019
(29,16,25)
#160B14
(22,11,20)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #553841

#553841
(85,56,65)
#644A52
(100,74,82)
#735C63
(115,92,99)
#826E74
(130,110,116)
#918085
(145,128,133)
#A09296
(160,146,150)
#AFA4A7
(175,164,167)
#BEB6B8
(190,182,184)
#CDC8C9
(205,200,201)
#DCDADA
(220,218,218)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553841; }

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

This text font color is #553841.


Background Color

.myBgColor { background-color: #553841; }

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

This div background color is #553841.


Border color

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

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

This div border color is #553841.


Opacity

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

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

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

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

This text has shadow with #553841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553841 on black background.


Color preview on white background

This text has color #553841 on white background.



Black color preview on #553841 background

This text has black color on #553841 background.


White color preview on #553841 background

This text has white color on #553841 background.