COLOR #572952

HEX: #572952
RGB: (87,41,82)

Color info

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

RGB color model

#572952 color RGB value is (87,41,82).

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

RGB channels and saturation

R 87 of 255 = 34%
G 41 of 255 = 16%
B 82 of 255 = 32%

87
41
82

R + G + B ~ 27%. #572952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 41 + 82 = 210 (100%)
R 87 of 210 ~ 41.43%
G 41 of 210 ~ 19.52%
B 82 of 210 ~ 39.05%

%41.43
%19.52
%39.05

CMYK color model

#572952 color CMYK value is (0,53,6,66).

  • cyan value is 0.00%
  • magenta value is 52.87%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(0,53,6,66)
C0M53Y6K66 
(0%,53%,6%,66%)
(0.00/0.53/0.06/0.66)	

CMYK percentages

%0
%52.87
%5.75
%65.88

Codes

Color #572952 in popluar color models

572952
RGB874182
HSL307°35.94%25.10%
HSB/HSV307°52.87%34.12%
CMYK0.00%52.87%5.75%
65.88%

Color #572952 in popluar number systems.

HEX572952
Decimal874182
Binary10101111010011010010
Octal12751122

Shades and tints

Shades of #572952

#572952
(87,41,82)
#50264B
(80,38,75)
#492344
(73,35,68)
#42203D
(66,32,61)
#3B1D36
(59,29,54)
#341A2F
(52,26,47)
#2D1728
(45,23,40)
#261421
(38,20,33)
#1F111A
(31,17,26)
#180E13
(24,14,19)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #572952

#572952
(87,41,82)
#663C61
(102,60,97)
#754F70
(117,79,112)
#84627F
(132,98,127)
#93758E
(147,117,142)
#A2889D
(162,136,157)
#B19BAC
(177,155,172)
#C0AEBB
(192,174,187)
#CFC1CA
(207,193,202)
#DED4D9
(222,212,217)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572952; }

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

This text font color is #572952.


Background Color

.myBgColor { background-color: #572952; }

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

This div background color is #572952.


Border color

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

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

This div border color is #572952.


Opacity

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

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

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

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

This text has shadow with #572952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572952 on black background.


Color preview on white background

This text has color #572952 on white background.



Black color preview on #572952 background

This text has black color on #572952 background.


White color preview on #572952 background

This text has white color on #572952 background.