COLOR #851E62

HEX: #851E62
RGB: (133,30,98)

Color info

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

RGB color model

#851E62 color RGB value is (133,30,98).

  • red value is 133;
  • green value is 30;
  • blue value is 98.
RGB:
(133,30,98)
(52%,12%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 30 of 255 = 12%
B 98 of 255 = 38%

133
30
98

R + G + B ~ 34%. #851E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 30 + 98 = 261 (100%)
R 133 of 261 ~ 50.96%
G 30 of 261 ~ 11.49%
B 98 of 261 ~ 37.55%

%50.96
%11.49
%37.55

CMYK color model

#851E62 color CMYK value is (0,77,26,48).

  • cyan value is 0.00%
  • magenta value is 77.44%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,77,26,48)
C0M77Y26K48 
(0%,77%,26%,48%)
(0.00/0.77/0.26/0.48)	

CMYK percentages

%0
%77.44
%26.32
%47.84

Codes

Color #851E62 in popluar color models

851E62
RGB1333098
HSL320°63.19%31.96%
HSB/HSV320°77.44%52.16%
CMYK0.00%77.44%26.32%
47.84%

Color #851E62 in popluar number systems.

HEX851E62
Decimal1333098
Binary10000101111101100010
Octal20536142

Shades and tints

Shades of #851E62

#851E62
(133,30,98)
#791C5A
(121,28,90)
#6D1A52
(109,26,82)
#61184A
(97,24,74)
#551642
(85,22,66)
#49143A
(73,20,58)
#3D1232
(61,18,50)
#31102A
(49,16,42)
#250E22
(37,14,34)
#190C1A
(25,12,26)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #851E62

#851E62
(133,30,98)
#903270
(144,50,112)
#9B467E
(155,70,126)
#A65A8C
(166,90,140)
#B16E9A
(177,110,154)
#BC82A8
(188,130,168)
#C796B6
(199,150,182)
#D2AAC4
(210,170,196)
#DDBED2
(221,190,210)
#E8D2E0
(232,210,224)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851E62 color. Also use rgb(133,30,98) instead hex code.

Text Font Color

.myTextColor { color: #851E62; }

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

This text font color is #851E62.


Background Color

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

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

This div background color is #851E62.


Border color

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

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

This div border color is #851E62.


Opacity

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

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

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

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

This text has shadow with #851E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851E62 on black background.


Color preview on white background

This text has color #851E62 on white background.



Black color preview on #851E62 background

This text has black color on #851E62 background.


White color preview on #851E62 background

This text has white color on #851E62 background.