COLOR #851C68

HEX: #851C68
RGB: (133,28,104)

Color info

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

RGB color model

#851C68 color RGB value is (133,28,104).

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

RGB channels and saturation

R 133 of 255 = 52%
G 28 of 255 = 11%
B 104 of 255 = 41%

133
28
104

R + G + B ~ 35%. #851C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 28 + 104 = 265 (100%)
R 133 of 265 ~ 50.19%
G 28 of 265 ~ 10.57%
B 104 of 265 ~ 39.25%

%50.19
%10.57
%39.25

CMYK color model

#851C68 color CMYK value is (0,79,22,48).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(0,79,22,48)
C0M79Y22K48 
(0%,79%,22%,48%)
(0.00/0.79/0.22/0.48)	

CMYK percentages

%0
%78.95
%21.8
%47.84

Codes

Color #851C68 in popluar color models

851C68
RGB13328104
HSL317°65.22%31.57%
HSB/HSV317°78.95%52.16%
CMYK0.00%78.95%21.80%
47.84%

Color #851C68 in popluar number systems.

HEX851C68
Decimal13328104
Binary10000101111001101000
Octal20534150

Shades and tints

Shades of #851C68

#851C68
(133,28,104)
#791A5F
(121,26,95)
#6D1856
(109,24,86)
#61164D
(97,22,77)
#551444
(85,20,68)
#49123B
(73,18,59)
#3D1032
(61,16,50)
#310E29
(49,14,41)
#250C20
(37,12,32)
#190A17
(25,10,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #851C68

#851C68
(133,28,104)
#903075
(144,48,117)
#9B4482
(155,68,130)
#A6588F
(166,88,143)
#B16C9C
(177,108,156)
#BC80A9
(188,128,169)
#C794B6
(199,148,182)
#D2A8C3
(210,168,195)
#DDBCD0
(221,188,208)
#E8D0DD
(232,208,221)
#F3E4EA
(243,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #851C68; }

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

This text font color is #851C68.


Background Color

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

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

This div background color is #851C68.


Border color

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

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

This div border color is #851C68.


Opacity

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

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

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

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

This text has shadow with #851C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851C68 on black background.


Color preview on white background

This text has color #851C68 on white background.



Black color preview on #851C68 background

This text has black color on #851C68 background.


White color preview on #851C68 background

This text has white color on #851C68 background.