COLOR #852B71

HEX: #852B71
RGB: (133,43,113)

Color info

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

RGB color model

#852B71 color RGB value is (133,43,113).

  • red value is 133;
  • green value is 43;
  • blue value is 113.
RGB:
(133,43,113)
(52%,17%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 43 of 255 = 17%
B 113 of 255 = 44%

133
43
113

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

Portions of RGB colors in percentages

R + G + B =
133 + 43 + 113 = 289 (100%)
R 133 of 289 ~ 46.02%
G 43 of 289 ~ 14.88%
B 113 of 289 ~ 39.1%

%46.02
%14.88
%39.1

CMYK color model

#852B71 color CMYK value is (0,68,15,48).

  • cyan value is 0.00%
  • magenta value is 67.67%
  • yellow value is 15.04%
  • key color value is 47.84%
CMYK:
(0,68,15,48)
C0M68Y15K48 
(0%,68%,15%,48%)
(0.00/0.68/0.15/0.48)	

CMYK percentages

%0
%67.67
%15.04
%47.84

Codes

Color #852B71 in popluar color models

852B71
RGB13343113
HSL313°51.14%34.51%
HSB/HSV313°67.67%52.16%
CMYK0.00%67.67%15.04%
47.84%

Color #852B71 in popluar number systems.

HEX852B71
Decimal13343113
Binary100001011010111110001
Octal20553161

Shades and tints

Shades of #852B71

#852B71
(133,43,113)
#792867
(121,40,103)
#6D255D
(109,37,93)
#612253
(97,34,83)
#551F49
(85,31,73)
#491C3F
(73,28,63)
#3D1935
(61,25,53)
#31162B
(49,22,43)
#251321
(37,19,33)
#191017
(25,16,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #852B71

#852B71
(133,43,113)
#903E7D
(144,62,125)
#9B5189
(155,81,137)
#A66495
(166,100,149)
#B177A1
(177,119,161)
#BC8AAD
(188,138,173)
#C79DB9
(199,157,185)
#D2B0C5
(210,176,197)
#DDC3D1
(221,195,209)
#E8D6DD
(232,214,221)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852B71 color. Also use rgb(133,43,113) instead hex code.

Text Font Color

.myTextColor { color: #852B71; }

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

This text font color is #852B71.


Background Color

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

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

This div background color is #852B71.


Border color

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

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

This div border color is #852B71.


Opacity

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

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

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

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

This text has shadow with #852B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852B71 on black background.


Color preview on white background

This text has color #852B71 on white background.



Black color preview on #852B71 background

This text has black color on #852B71 background.


White color preview on #852B71 background

This text has white color on #852B71 background.