COLOR #850D54

HEX: #850D54
RGB: (133,13,84)

Color info

#850D54 contains mainly red and blue colors. Web safe color of #850D54 is #990066 (or #906).

RGB color model

#850D54 color RGB value is (133,13,84).

  • red value is 133;
  • green value is 13;
  • blue value is 84.
RGB:
(133,13,84)
(52%,5%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 13 of 255 = 5%
B 84 of 255 = 33%

133
13
84

R + G + B ~ 30%. #850D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 13 + 84 = 230 (100%)
R 133 of 230 ~ 57.83%
G 13 of 230 ~ 5.65%
B 84 of 230 ~ 36.52%

%57.83
%36.52

CMYK color model

#850D54 color CMYK value is (0,90,37,48).

  • cyan value is 0.00%
  • magenta value is 90.23%
  • yellow value is 36.84%
  • key color value is 47.84%
CMYK:
(0,90,37,48)
C0M90Y37K48 
(0%,90%,37%,48%)
(0.00/0.90/0.37/0.48)	

CMYK percentages

%0
%90.23
%36.84
%47.84

Codes

Color #850D54 in popluar color models

850D54
RGB1331384
HSL325°82.19%28.63%
HSB/HSV325°90.23%52.16%
CMYK0.00%90.23%36.84%
47.84%

Color #850D54 in popluar number systems.

HEX850D54
Decimal1331384
Binary1000010111011010100
Octal20515124

Shades and tints

Shades of #850D54

#850D54
(133,13,84)
#790C4D
(121,12,77)
#6D0B46
(109,11,70)
#610A3F
(97,10,63)
#550938
(85,9,56)
#490831
(73,8,49)
#3D072A
(61,7,42)
#310623
(49,6,35)
#25051C
(37,5,28)
#190415
(25,4,21)
#0D030E
(13,3,14)
#000000
(0,0,0)

Tints of #850D54

#850D54
(133,13,84)
#902363
(144,35,99)
#9B3972
(155,57,114)
#A64F81
(166,79,129)
#B16590
(177,101,144)
#BC7B9F
(188,123,159)
#C791AE
(199,145,174)
#D2A7BD
(210,167,189)
#DDBDCC
(221,189,204)
#E8D3DB
(232,211,219)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850D54 color. Also use rgb(133,13,84) instead hex code.

Text Font Color

.myTextColor { color: #850D54; }

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

This text font color is #850D54.


Background Color

.myBgColor { background-color: #850D54; }

<div style="background-color:#850D54">Inner text</div>

This div background color is #850D54.


Border color

.myBorderColor { border: 1px solid #850D54; }

<div style="border:3px solid #850D54">Div</div>

This div border color is #850D54.


Opacity

.myOpacity80 { color: #850D54; opacity: 0.8; }

<p style="color:#850D54;opacity:0.8;">80%</p>

Text with #850D54 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 #850D54;}

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

This text has shadow with #850D54 color.

.textShadow {text-shadow: 3px 3px 1px #850D54, 3px 3px 1px red;}

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

This text has shadow with #850D54 primary color and red secondary color.


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

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

This text has shadow with #850D54 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850D54 on black background.


Color preview on white background

This text has color #850D54 on white background.



Black color preview on #850D54 background

This text has black color on #850D54 background.


White color preview on #850D54 background

This text has white color on #850D54 background.