COLOR #553126

HEX: #553126
RGB: (85,49,38)

Color info

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

RGB color model

#553126 color RGB value is (85,49,38).

  • red value is 85;
  • green value is 49;
  • blue value is 38.
RGB:
(85,49,38)
(33%,19%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 49 of 255 = 19%
B 38 of 255 = 15%

85
49
38

R + G + B ~ 22%. #553126 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 49 + 38 = 172 (100%)
R 85 of 172 ~ 49.42%
G 49 of 172 ~ 28.49%
B 38 of 172 ~ 22.09%

%49.42
%28.49
%22.09

CMYK color model

#553126 color CMYK value is (0,42,55,67).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 55.29%
  • key color value is 66.67%
CMYK:
(0,42,55,67)
C0M42Y55K67 
(0%,42%,55%,67%)
(0.00/0.42/0.55/0.67)	

CMYK percentages

%0
%42.35
%55.29
%66.67

Codes

Color #553126 in popluar color models

553126
RGB854938
HSL14°38.21%24.12%
HSB/HSV14°55.29%33.33%
CMYK0.00%42.35%55.29%
66.67%

Color #553126 in popluar number systems.

HEX553126
Decimal854938
Binary1010101110001100110
Octal1256146

Shades and tints

Shades of #553126

#553126
(85,49,38)
#4E2D23
(78,45,35)
#472920
(71,41,32)
#40251D
(64,37,29)
#39211A
(57,33,26)
#321D17
(50,29,23)
#2B1914
(43,25,20)
#241511
(36,21,17)
#1D110E
(29,17,14)
#160D0B
(22,13,11)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #553126

#553126
(85,49,38)
#644339
(100,67,57)
#73554C
(115,85,76)
#82675F
(130,103,95)
#917972
(145,121,114)
#A08B85
(160,139,133)
#AF9D98
(175,157,152)
#BEAFAB
(190,175,171)
#CDC1BE
(205,193,190)
#DCD3D1
(220,211,209)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553126; }

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

This text font color is #553126.


Background Color

.myBgColor { background-color: #553126; }

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

This div background color is #553126.


Border color

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

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

This div border color is #553126.


Opacity

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

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

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

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

This text has shadow with #553126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553126 on black background.


Color preview on white background

This text has color #553126 on white background.



Black color preview on #553126 background

This text has black color on #553126 background.


White color preview on #553126 background

This text has white color on #553126 background.