COLOR #852D6D

HEX: #852D6D
RGB: (133,45,109)

Color info

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

RGB color model

#852D6D color RGB value is (133,45,109).

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

RGB channels and saturation

R 133 of 255 = 52%
G 45 of 255 = 18%
B 109 of 255 = 43%

133
45
109

R + G + B ~ 38%. #852D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 45 + 109 = 287 (100%)
R 133 of 287 ~ 46.34%
G 45 of 287 ~ 15.68%
B 109 of 287 ~ 37.98%

%46.34
%15.68
%37.98

CMYK color model

#852D6D color CMYK value is (0,66,18,48).

  • cyan value is 0.00%
  • magenta value is 66.17%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(0,66,18,48)
C0M66Y18K48 
(0%,66%,18%,48%)
(0.00/0.66/0.18/0.48)	

CMYK percentages

%0
%66.17
%18.05
%47.84

Codes

Color #852D6D in popluar color models

852D6D
RGB13345109
HSL316°49.44%34.90%
HSB/HSV316°66.17%52.16%
CMYK0.00%66.17%18.05%
47.84%

Color #852D6D in popluar number systems.

HEX852D6D
Decimal13345109
Binary100001011011011101101
Octal20555155

Shades and tints

Shades of #852D6D

#852D6D
(133,45,109)
#792964
(121,41,100)
#6D255B
(109,37,91)
#612152
(97,33,82)
#551D49
(85,29,73)
#491940
(73,25,64)
#3D1537
(61,21,55)
#31112E
(49,17,46)
#250D25
(37,13,37)
#19091C
(25,9,28)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #852D6D

#852D6D
(133,45,109)
#90407A
(144,64,122)
#9B5387
(155,83,135)
#A66694
(166,102,148)
#B179A1
(177,121,161)
#BC8CAE
(188,140,174)
#C79FBB
(199,159,187)
#D2B2C8
(210,178,200)
#DDC5D5
(221,197,213)
#E8D8E2
(232,216,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #852D6D; }

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

This text font color is #852D6D.


Background Color

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

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

This div background color is #852D6D.


Border color

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

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

This div border color is #852D6D.


Opacity

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

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

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

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

This text has shadow with #852D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852D6D on black background.


Color preview on white background

This text has color #852D6D on white background.



Black color preview on #852D6D background

This text has black color on #852D6D background.


White color preview on #852D6D background

This text has white color on #852D6D background.