COLOR #574757

HEX: #574757
RGB: (87,71,87)

Color info

#574757 contains red, green and blue colors in about the same proportion. Web safe color of #574757 is #663366 (or #636).

RGB color model

#574757 color RGB value is (87,71,87).

  • red value is 87;
  • green value is 71;
  • blue value is 87.
RGB:
(87,71,87)
(34%,28%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 71 of 255 = 28%
B 87 of 255 = 34%

87
71
87

R + G + B ~ 32%. #574757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 71 + 87 = 245 (100%)
R 87 of 245 ~ 35.51%
G 71 of 245 ~ 28.98%
B 87 of 245 ~ 35.51%

%35.51
%28.98
%35.51

CMYK color model

#574757 color CMYK value is (0,18,0,66).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,18,0,66)
C0M18Y0K66 
(0%,18%,0%,66%)
(0.00/0.18/0.00/0.66)	

CMYK percentages

%0
%18.39
%0
%65.88

Codes

Color #574757 in popluar color models

574757
RGB877187
HSL300°10.13%30.98%
HSB/HSV300°18.39%34.12%
CMYK0.00%18.39%0.00%
65.88%

Color #574757 in popluar number systems.

HEX574757
Decimal877187
Binary101011110001111010111
Octal127107127

Shades and tints

Shades of #574757

#574757
(87,71,87)
#504150
(80,65,80)
#493B49
(73,59,73)
#423542
(66,53,66)
#3B2F3B
(59,47,59)
#342934
(52,41,52)
#2D232D
(45,35,45)
#261D26
(38,29,38)
#1F171F
(31,23,31)
#181118
(24,17,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #574757

#574757
(87,71,87)
#665766
(102,87,102)
#756775
(117,103,117)
#847784
(132,119,132)
#938793
(147,135,147)
#A297A2
(162,151,162)
#B1A7B1
(177,167,177)
#C0B7C0
(192,183,192)
#CFC7CF
(207,199,207)
#DED7DE
(222,215,222)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574757; }

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

This text font color is #574757.


Background Color

.myBgColor { background-color: #574757; }

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

This div background color is #574757.


Border color

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

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

This div border color is #574757.


Opacity

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

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

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

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

This text has shadow with #574757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574757 on black background.


Color preview on white background

This text has color #574757 on white background.



Black color preview on #574757 background

This text has black color on #574757 background.


White color preview on #574757 background

This text has white color on #574757 background.