COLOR #553429

HEX: #553429
RGB: (85,52,41)

Color info

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

RGB color model

#553429 color RGB value is (85,52,41).

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

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 41 of 255 = 16%

85
52
41

R + G + B ~ 23%. #553429 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 41 = 178 (100%)
R 85 of 178 ~ 47.75%
G 52 of 178 ~ 29.21%
B 41 of 178 ~ 23.03%

%47.75
%29.21
%23.03

CMYK color model

#553429 color CMYK value is (0,39,52,67).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(0,39,52,67)
C0M39Y52K67 
(0%,39%,52%,67%)
(0.00/0.39/0.52/0.67)	

CMYK percentages

%0
%38.82
%51.76
%66.67

Codes

Color #553429 in popluar color models

553429
RGB855241
HSL15°34.92%24.71%
HSB/HSV15°51.76%33.33%
CMYK0.00%38.82%51.76%
66.67%

Color #553429 in popluar number systems.

HEX553429
Decimal855241
Binary1010101110100101001
Octal1256451

Shades and tints

Shades of #553429

#553429
(85,52,41)
#4E3026
(78,48,38)
#472C23
(71,44,35)
#402820
(64,40,32)
#39241D
(57,36,29)
#32201A
(50,32,26)
#2B1C17
(43,28,23)
#241814
(36,24,20)
#1D1411
(29,20,17)
#16100E
(22,16,14)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #553429

#553429
(85,52,41)
#64463C
(100,70,60)
#73584F
(115,88,79)
#826A62
(130,106,98)
#917C75
(145,124,117)
#A08E88
(160,142,136)
#AFA09B
(175,160,155)
#BEB2AE
(190,178,174)
#CDC4C1
(205,196,193)
#DCD6D4
(220,214,212)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553429; }

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

This text font color is #553429.


Background Color

.myBgColor { background-color: #553429; }

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

This div background color is #553429.


Border color

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

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

This div border color is #553429.


Opacity

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

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

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

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

This text has shadow with #553429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553429 on black background.


Color preview on white background

This text has color #553429 on white background.



Black color preview on #553429 background

This text has black color on #553429 background.


White color preview on #553429 background

This text has white color on #553429 background.