COLOR #573427

HEX: #573427
RGB: (87,52,39)

Color info

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

RGB color model

#573427 color RGB value is (87,52,39).

  • red value is 87;
  • green value is 52;
  • blue value is 39.
RGB:
(87,52,39)
(34%,20%,15%)

RGB channels and saturation

R 87 of 255 = 34%
G 52 of 255 = 20%
B 39 of 255 = 15%

87
52
39

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

Portions of RGB colors in percentages

R + G + B =
87 + 52 + 39 = 178 (100%)
R 87 of 178 ~ 48.88%
G 52 of 178 ~ 29.21%
B 39 of 178 ~ 21.91%

%48.88
%29.21
%21.91

CMYK color model

#573427 color CMYK value is (0,40,55,66).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 55.17%
  • key color value is 65.88%
CMYK:
(0,40,55,66)
C0M40Y55K66 
(0%,40%,55%,66%)
(0.00/0.40/0.55/0.66)	

CMYK percentages

%0
%40.23
%55.17
%65.88

Codes

Color #573427 in popluar color models

573427
RGB875239
HSL16°38.10%24.71%
HSB/HSV16°55.17%34.12%
CMYK0.00%40.23%55.17%
65.88%

Color #573427 in popluar number systems.

HEX573427
Decimal875239
Binary1010111110100100111
Octal1276447

Shades and tints

Shades of #573427

#573427
(87,52,39)
#503024
(80,48,36)
#492C21
(73,44,33)
#42281E
(66,40,30)
#3B241B
(59,36,27)
#342018
(52,32,24)
#2D1C15
(45,28,21)
#261812
(38,24,18)
#1F140F
(31,20,15)
#18100C
(24,16,12)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #573427

#573427
(87,52,39)
#66463A
(102,70,58)
#75584D
(117,88,77)
#846A60
(132,106,96)
#937C73
(147,124,115)
#A28E86
(162,142,134)
#B1A099
(177,160,153)
#C0B2AC
(192,178,172)
#CFC4BF
(207,196,191)
#DED6D2
(222,214,210)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573427 color. Also use rgb(87,52,39) instead hex code.

Text Font Color

.myTextColor { color: #573427; }

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

This text font color is #573427.


Background Color

.myBgColor { background-color: #573427; }

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

This div background color is #573427.


Border color

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

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

This div border color is #573427.


Opacity

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

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

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

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

This text has shadow with #573427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573427 on black background.


Color preview on white background

This text has color #573427 on white background.



Black color preview on #573427 background

This text has black color on #573427 background.


White color preview on #573427 background

This text has white color on #573427 background.