COLOR #57553A

HEX: #57553A
RGB: (87,85,58)

Color info

#57553A contains red, green and blue colors in about the same proportion. Web safe color of #57553A is #666633 (or #663).

RGB color model

#57553A color RGB value is (87,85,58).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 58 of 255 = 23%

87
85
58

R + G + B ~ 30%. #57553A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 58 = 230 (100%)
R 87 of 230 ~ 37.83%
G 85 of 230 ~ 36.96%
B 58 of 230 ~ 25.22%

%37.83
%36.96
%25.22

CMYK color model

#57553A color CMYK value is (0,2,33,66).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,2,33,66)
C0M2Y33K66 
(0%,2%,33%,66%)
(0.00/0.02/0.33/0.66)	

CMYK percentages

%0
%2.3
%33.33
%65.88

Codes

Color #57553A in popluar color models

57553A
RGB878558
HSL56°20.00%28.43%
HSB/HSV56°33.33%34.12%
CMYK0.00%2.30%33.33%
65.88%

Color #57553A in popluar number systems.

HEX57553A
Decimal878558
Binary10101111010101111010
Octal12712572

Shades and tints

Shades of #57553A

#57553A
(87,85,58)
#504E35
(80,78,53)
#494730
(73,71,48)
#42402B
(66,64,43)
#3B3926
(59,57,38)
#343221
(52,50,33)
#2D2B1C
(45,43,28)
#262417
(38,36,23)
#1F1D12
(31,29,18)
#18160D
(24,22,13)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #57553A

#57553A
(87,85,58)
#66644B
(102,100,75)
#75735C
(117,115,92)
#84826D
(132,130,109)
#93917E
(147,145,126)
#A2A08F
(162,160,143)
#B1AFA0
(177,175,160)
#C0BEB1
(192,190,177)
#CFCDC2
(207,205,194)
#DEDCD3
(222,220,211)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57553A color. Also use rgb(87,85,58) instead hex code.

Text Font Color

.myTextColor { color: #57553A; }

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

This text font color is #57553A.


Background Color

.myBgColor { background-color: #57553A; }

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

This div background color is #57553A.


Border color

.myBorderColor { border: 1px solid #57553A; }

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

This div border color is #57553A.


Opacity

.myOpacity80 { color: #57553A; opacity: 0.8; }

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

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

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

This text has shadow with #57553A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57553A on black background.


Color preview on white background

This text has color #57553A on white background.



Black color preview on #57553A background

This text has black color on #57553A background.


White color preview on #57553A background

This text has white color on #57553A background.