COLOR #553A29

HEX: #553A29
RGB: (85,58,41)

Color info

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

RGB color model

#553A29 color RGB value is (85,58,41).

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

RGB channels and saturation

R 85 of 255 = 33%
G 58 of 255 = 23%
B 41 of 255 = 16%

85
58
41

R + G + B ~ 24%. #553A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 41 = 184 (100%)
R 85 of 184 ~ 46.2%
G 58 of 184 ~ 31.52%
B 41 of 184 ~ 22.28%

%46.2
%31.52
%22.28

CMYK color model

#553A29 color CMYK value is (0,32,52,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(0,32,52,67)
C0M32Y52K67 
(0%,32%,52%,67%)
(0.00/0.32/0.52/0.67)	

CMYK percentages

%0
%31.76
%51.76
%66.67

Codes

Color #553A29 in popluar color models

553A29
RGB855841
HSL23°34.92%24.71%
HSB/HSV23°51.76%33.33%
CMYK0.00%31.76%51.76%
66.67%

Color #553A29 in popluar number systems.

HEX553A29
Decimal855841
Binary1010101111010101001
Octal1257251

Shades and tints

Shades of #553A29

#553A29
(85,58,41)
#4E3526
(78,53,38)
#473023
(71,48,35)
#402B20
(64,43,32)
#39261D
(57,38,29)
#32211A
(50,33,26)
#2B1C17
(43,28,23)
#241714
(36,23,20)
#1D1211
(29,18,17)
#160D0E
(22,13,14)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #553A29

#553A29
(85,58,41)
#644B3C
(100,75,60)
#735C4F
(115,92,79)
#826D62
(130,109,98)
#917E75
(145,126,117)
#A08F88
(160,143,136)
#AFA09B
(175,160,155)
#BEB1AE
(190,177,174)
#CDC2C1
(205,194,193)
#DCD3D4
(220,211,212)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A29; }

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

This text font color is #553A29.


Background Color

.myBgColor { background-color: #553A29; }

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

This div background color is #553A29.


Border color

.myBorderColor { border: 1px solid #553A29; }

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

This div border color is #553A29.


Opacity

.myOpacity80 { color: #553A29; opacity: 0.8; }

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

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

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

This text has shadow with #553A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A29 on black background.


Color preview on white background

This text has color #553A29 on white background.



Black color preview on #553A29 background

This text has black color on #553A29 background.


White color preview on #553A29 background

This text has white color on #553A29 background.