COLOR #852D6C

HEX: #852D6C
RGB: (133,45,108)

Color info

#852D6C contains mainly red and blue colors. Web safe color of #852D6C is #993366 (or #936).

RGB color model

#852D6C color RGB value is (133,45,108).

  • red value is 133;
  • green value is 45;
  • blue value is 108.
RGB:
(133,45,108)
(52%,18%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 45 of 255 = 18%
B 108 of 255 = 42%

133
45
108

R + G + B ~ 37%. #852D6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 45 + 108 = 286 (100%)
R 133 of 286 ~ 46.5%
G 45 of 286 ~ 15.73%
B 108 of 286 ~ 37.76%

%46.5
%15.73
%37.76

CMYK color model

#852D6C color CMYK value is (0,66,19,48).

  • cyan value is 0.00%
  • magenta value is 66.17%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,66,19,48)
C0M66Y19K48 
(0%,66%,19%,48%)
(0.00/0.66/0.19/0.48)	

CMYK percentages

%0
%66.17
%18.8
%47.84

Codes

Color #852D6C in popluar color models

852D6C
RGB13345108
HSL317°49.44%34.90%
HSB/HSV317°66.17%52.16%
CMYK0.00%66.17%18.80%
47.84%

Color #852D6C in popluar number systems.

HEX852D6C
Decimal13345108
Binary100001011011011101100
Octal20555154

Shades and tints

Shades of #852D6C

#852D6C
(133,45,108)
#792963
(121,41,99)
#6D255A
(109,37,90)
#612151
(97,33,81)
#551D48
(85,29,72)
#49193F
(73,25,63)
#3D1536
(61,21,54)
#31112D
(49,17,45)
#250D24
(37,13,36)
#19091B
(25,9,27)
#0D0512
(13,5,18)
#000000
(0,0,0)

Tints of #852D6C

#852D6C
(133,45,108)
#904079
(144,64,121)
#9B5386
(155,83,134)
#A66693
(166,102,147)
#B179A0
(177,121,160)
#BC8CAD
(188,140,173)
#C79FBA
(199,159,186)
#D2B2C7
(210,178,199)
#DDC5D4
(221,197,212)
#E8D8E1
(232,216,225)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852D6C color. Also use rgb(133,45,108) instead hex code.

Text Font Color

.myTextColor { color: #852D6C; }

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

This text font color is #852D6C.


Background Color

.myBgColor { background-color: #852D6C; }

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

This div background color is #852D6C.


Border color

.myBorderColor { border: 1px solid #852D6C; }

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

This div border color is #852D6C.


Opacity

.myOpacity80 { color: #852D6C; opacity: 0.8; }

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

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

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

This text has shadow with #852D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852D6C on black background.


Color preview on white background

This text has color #852D6C on white background.



Black color preview on #852D6C background

This text has black color on #852D6C background.


White color preview on #852D6C background

This text has white color on #852D6C background.