COLOR #553437

HEX: #553437
RGB: (85,52,55)

Color info

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

RGB color model

#553437 color RGB value is (85,52,55).

  • red value is 85;
  • green value is 52;
  • blue value is 55.
RGB:
(85,52,55)
(33%,20%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 55 of 255 = 22%

85
52
55

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

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 55 = 192 (100%)
R 85 of 192 ~ 44.27%
G 52 of 192 ~ 27.08%
B 55 of 192 ~ 28.65%

%44.27
%27.08
%28.65

CMYK color model

#553437 color CMYK value is (0,39,35,67).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,39,35,67)
C0M39Y35K67 
(0%,39%,35%,67%)
(0.00/0.39/0.35/0.67)	

CMYK percentages

%0
%38.82
%35.29
%66.67

Codes

Color #553437 in popluar color models

553437
RGB855255
HSL355°24.09%26.86%
HSB/HSV355°38.82%33.33%
CMYK0.00%38.82%35.29%
66.67%

Color #553437 in popluar number systems.

HEX553437
Decimal855255
Binary1010101110100110111
Octal1256467

Shades and tints

Shades of #553437

#553437
(85,52,55)
#4E3032
(78,48,50)
#472C2D
(71,44,45)
#402828
(64,40,40)
#392423
(57,36,35)
#32201E
(50,32,30)
#2B1C19
(43,28,25)
#241814
(36,24,20)
#1D140F
(29,20,15)
#16100A
(22,16,10)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #553437

#553437
(85,52,55)
#644649
(100,70,73)
#73585B
(115,88,91)
#826A6D
(130,106,109)
#917C7F
(145,124,127)
#A08E91
(160,142,145)
#AFA0A3
(175,160,163)
#BEB2B5
(190,178,181)
#CDC4C7
(205,196,199)
#DCD6D9
(220,214,217)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553437; }

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

This text font color is #553437.


Background Color

.myBgColor { background-color: #553437; }

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

This div background color is #553437.


Border color

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

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

This div border color is #553437.


Opacity

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

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

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

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

This text has shadow with #553437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553437 on black background.


Color preview on white background

This text has color #553437 on white background.



Black color preview on #553437 background

This text has black color on #553437 background.


White color preview on #553437 background

This text has white color on #553437 background.