COLOR #574652

HEX: #574652
RGB: (87,70,82)

Color info

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

RGB color model

#574652 color RGB value is (87,70,82).

  • red value is 87;
  • green value is 70;
  • blue value is 82.
RGB:
(87,70,82)
(34%,27%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 70 of 255 = 27%
B 82 of 255 = 32%

87
70
82

R + G + B ~ 31%. #574652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 70 + 82 = 239 (100%)
R 87 of 239 ~ 36.4%
G 70 of 239 ~ 29.29%
B 82 of 239 ~ 34.31%

%36.4
%29.29
%34.31

CMYK color model

#574652 color CMYK value is (0,20,6,66).

  • cyan value is 0.00%
  • magenta value is 19.54%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,20,6,66)
C0M20Y6K66 
(0%,20%,6%,66%)
(0.00/0.20/0.06/0.66)	

CMYK percentages

%0
%19.54
%5.75
%65.88

Codes

Color #574652 in popluar color models

574652
RGB877082
HSL318°10.83%30.78%
HSB/HSV318°19.54%34.12%
CMYK0.00%19.54%5.75%
65.88%

Color #574652 in popluar number systems.

HEX574652
Decimal877082
Binary101011110001101010010
Octal127106122

Shades and tints

Shades of #574652

#574652
(87,70,82)
#50404B
(80,64,75)
#493A44
(73,58,68)
#42343D
(66,52,61)
#3B2E36
(59,46,54)
#34282F
(52,40,47)
#2D2228
(45,34,40)
#261C21
(38,28,33)
#1F161A
(31,22,26)
#181013
(24,16,19)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #574652

#574652
(87,70,82)
#665661
(102,86,97)
#756670
(117,102,112)
#84767F
(132,118,127)
#93868E
(147,134,142)
#A2969D
(162,150,157)
#B1A6AC
(177,166,172)
#C0B6BB
(192,182,187)
#CFC6CA
(207,198,202)
#DED6D9
(222,214,217)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574652; }

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

This text font color is #574652.


Background Color

.myBgColor { background-color: #574652; }

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

This div background color is #574652.


Border color

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

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

This div border color is #574652.


Opacity

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

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

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

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

This text has shadow with #574652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574652 on black background.


Color preview on white background

This text has color #574652 on white background.



Black color preview on #574652 background

This text has black color on #574652 background.


White color preview on #574652 background

This text has white color on #574652 background.