COLOR #850848

HEX: #850848
RGB: (133,8,72)

Color info

#850848 contains mainly red color. Web safe color of #850848 is #990033 (or #903).

RGB color model

#850848 color RGB value is (133,8,72).

  • red value is 133;
  • green value is 8;
  • blue value is 72.
RGB:
(133,8,72)
(52%,3%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 8 of 255 = 3%
B 72 of 255 = 28%

133
8
72

R + G + B ~ 28%. #850848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 8 + 72 = 213 (100%)
R 133 of 213 ~ 62.44%
G 8 of 213 ~ 3.76%
B 72 of 213 ~ 33.8%

%62.44
%33.8

CMYK color model

#850848 color CMYK value is (0,94,46,48).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 45.86%
  • key color value is 47.84%
CMYK:
(0,94,46,48)
C0M94Y46K48 
(0%,94%,46%,48%)
(0.00/0.94/0.46/0.48)	

CMYK percentages

%0
%93.98
%45.86
%47.84

Codes

Color #850848 in popluar color models

850848
RGB133872
HSL329°88.65%27.65%
HSB/HSV329°93.98%52.16%
CMYK0.00%93.98%45.86%
47.84%

Color #850848 in popluar number systems.

HEX850848
Decimal133872
Binary1000010110001001000
Octal20510110

Shades and tints

Shades of #850848

#850848
(133,8,72)
#790842
(121,8,66)
#6D083C
(109,8,60)
#610836
(97,8,54)
#550830
(85,8,48)
#49082A
(73,8,42)
#3D0824
(61,8,36)
#31081E
(49,8,30)
#250818
(37,8,24)
#190812
(25,8,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #850848

#850848
(133,8,72)
#901E58
(144,30,88)
#9B3468
(155,52,104)
#A64A78
(166,74,120)
#B16088
(177,96,136)
#BC7698
(188,118,152)
#C78CA8
(199,140,168)
#D2A2B8
(210,162,184)
#DDB8C8
(221,184,200)
#E8CED8
(232,206,216)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850848 color. Also use rgb(133,8,72) instead hex code.

Text Font Color

.myTextColor { color: #850848; }

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

This text font color is #850848.


Background Color

.myBgColor { background-color: #850848; }

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

This div background color is #850848.


Border color

.myBorderColor { border: 1px solid #850848; }

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

This div border color is #850848.


Opacity

.myOpacity80 { color: #850848; opacity: 0.8; }

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

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

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

This text has shadow with #850848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850848 on black background.


Color preview on white background

This text has color #850848 on white background.



Black color preview on #850848 background

This text has black color on #850848 background.


White color preview on #850848 background

This text has white color on #850848 background.