COLOR #553931

HEX: #553931
RGB: (85,57,49)

Color info

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

RGB color model

#553931 color RGB value is (85,57,49).

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

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 49 of 255 = 19%

85
57
49

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 49 = 191 (100%)
R 85 of 191 ~ 44.5%
G 57 of 191 ~ 29.84%
B 49 of 191 ~ 25.65%

%44.5
%29.84
%25.65

CMYK color model

#553931 color CMYK value is (0,33,42,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(0,33,42,67)
C0M33Y42K67 
(0%,33%,42%,67%)
(0.00/0.33/0.42/0.67)	

CMYK percentages

%0
%32.94
%42.35
%66.67

Codes

Color #553931 in popluar color models

553931
RGB855749
HSL13°26.87%26.27%
HSB/HSV13°42.35%33.33%
CMYK0.00%32.94%42.35%
66.67%

Color #553931 in popluar number systems.

HEX553931
Decimal855749
Binary1010101111001110001
Octal1257161

Shades and tints

Shades of #553931

#553931
(85,57,49)
#4E342D
(78,52,45)
#472F29
(71,47,41)
#402A25
(64,42,37)
#392521
(57,37,33)
#32201D
(50,32,29)
#2B1B19
(43,27,25)
#241615
(36,22,21)
#1D1111
(29,17,17)
#160C0D
(22,12,13)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #553931

#553931
(85,57,49)
#644B43
(100,75,67)
#735D55
(115,93,85)
#826F67
(130,111,103)
#918179
(145,129,121)
#A0938B
(160,147,139)
#AFA59D
(175,165,157)
#BEB7AF
(190,183,175)
#CDC9C1
(205,201,193)
#DCDBD3
(220,219,211)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553931; }

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

This text font color is #553931.


Background Color

.myBgColor { background-color: #553931; }

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

This div background color is #553931.


Border color

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

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

This div border color is #553931.


Opacity

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

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

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

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

This text has shadow with #553931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553931 on black background.


Color preview on white background

This text has color #553931 on white background.



Black color preview on #553931 background

This text has black color on #553931 background.


White color preview on #553931 background

This text has white color on #553931 background.