COLOR #553929

HEX: #553929
RGB: (85,57,41)

Color info

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

RGB color model

#553929 color RGB value is (85,57,41).

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

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 41 of 255 = 16%

85
57
41

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 41 = 183 (100%)
R 85 of 183 ~ 46.45%
G 57 of 183 ~ 31.15%
B 41 of 183 ~ 22.4%

%46.45
%31.15
%22.4

CMYK color model

#553929 color CMYK value is (0,33,52,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(0,33,52,67)
C0M33Y52K67 
(0%,33%,52%,67%)
(0.00/0.33/0.52/0.67)	

CMYK percentages

%0
%32.94
%51.76
%66.67

Codes

Color #553929 in popluar color models

553929
RGB855741
HSL22°34.92%24.71%
HSB/HSV22°51.76%33.33%
CMYK0.00%32.94%51.76%
66.67%

Color #553929 in popluar number systems.

HEX553929
Decimal855741
Binary1010101111001101001
Octal1257151

Shades and tints

Shades of #553929

#553929
(85,57,41)
#4E3426
(78,52,38)
#472F23
(71,47,35)
#402A20
(64,42,32)
#39251D
(57,37,29)
#32201A
(50,32,26)
#2B1B17
(43,27,23)
#241614
(36,22,20)
#1D1111
(29,17,17)
#160C0E
(22,12,14)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #553929

#553929
(85,57,41)
#644B3C
(100,75,60)
#735D4F
(115,93,79)
#826F62
(130,111,98)
#918175
(145,129,117)
#A09388
(160,147,136)
#AFA59B
(175,165,155)
#BEB7AE
(190,183,174)
#CDC9C1
(205,201,193)
#DCDBD4
(220,219,212)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553929; }

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

This text font color is #553929.


Background Color

.myBgColor { background-color: #553929; }

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

This div background color is #553929.


Border color

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

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

This div border color is #553929.


Opacity

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

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

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

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

This text has shadow with #553929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553929 on black background.


Color preview on white background

This text has color #553929 on white background.



Black color preview on #553929 background

This text has black color on #553929 background.


White color preview on #553929 background

This text has white color on #553929 background.