COLOR #851C52

HEX: #851C52
RGB: (133,28,82)

Color info

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

RGB color model

#851C52 color RGB value is (133,28,82).

  • red value is 133;
  • green value is 28;
  • blue value is 82.
RGB:
(133,28,82)
(52%,11%,32%)

RGB channels and saturation

R 133 of 255 = 52%
G 28 of 255 = 11%
B 82 of 255 = 32%

133
28
82

R + G + B ~ 32%. #851C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 28 + 82 = 243 (100%)
R 133 of 243 ~ 54.73%
G 28 of 243 ~ 11.52%
B 82 of 243 ~ 33.74%

%54.73
%11.52
%33.74

CMYK color model

#851C52 color CMYK value is (0,79,38,48).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(0,79,38,48)
C0M79Y38K48 
(0%,79%,38%,48%)
(0.00/0.79/0.38/0.48)	

CMYK percentages

%0
%78.95
%38.35
%47.84

Codes

Color #851C52 in popluar color models

851C52
RGB1332882
HSL329°65.22%31.57%
HSB/HSV329°78.95%52.16%
CMYK0.00%78.95%38.35%
47.84%

Color #851C52 in popluar number systems.

HEX851C52
Decimal1332882
Binary10000101111001010010
Octal20534122

Shades and tints

Shades of #851C52

#851C52
(133,28,82)
#791A4B
(121,26,75)
#6D1844
(109,24,68)
#61163D
(97,22,61)
#551436
(85,20,54)
#49122F
(73,18,47)
#3D1028
(61,16,40)
#310E21
(49,14,33)
#250C1A
(37,12,26)
#190A13
(25,10,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #851C52

#851C52
(133,28,82)
#903061
(144,48,97)
#9B4470
(155,68,112)
#A6587F
(166,88,127)
#B16C8E
(177,108,142)
#BC809D
(188,128,157)
#C794AC
(199,148,172)
#D2A8BB
(210,168,187)
#DDBCCA
(221,188,202)
#E8D0D9
(232,208,217)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851C52 color. Also use rgb(133,28,82) instead hex code.

Text Font Color

.myTextColor { color: #851C52; }

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

This text font color is #851C52.


Background Color

.myBgColor { background-color: #851C52; }

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

This div background color is #851C52.


Border color

.myBorderColor { border: 1px solid #851C52; }

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

This div border color is #851C52.


Opacity

.myOpacity80 { color: #851C52; opacity: 0.8; }

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

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

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

This text has shadow with #851C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851C52 on black background.


Color preview on white background

This text has color #851C52 on white background.



Black color preview on #851C52 background

This text has black color on #851C52 background.


White color preview on #851C52 background

This text has white color on #851C52 background.