COLOR #834273

HEX: #834273
RGB: (131,66,115)

Color info

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

RGB color model

#834273 color RGB value is (131,66,115).

  • red value is 131;
  • green value is 66;
  • blue value is 115.
RGB:
(131,66,115)
(51%,26%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 66 of 255 = 26%
B 115 of 255 = 45%

131
66
115

R + G + B ~ 41%. #834273 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 66 + 115 = 312 (100%)
R 131 of 312 ~ 41.99%
G 66 of 312 ~ 21.15%
B 115 of 312 ~ 36.86%

%41.99
%21.15
%36.86

CMYK color model

#834273 color CMYK value is (0,50,12,49).

  • cyan value is 0.00%
  • magenta value is 49.62%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK:
(0,50,12,49)
C0M50Y12K49 
(0%,50%,12%,49%)
(0.00/0.50/0.12/0.49)	

CMYK percentages

%0
%49.62
%12.21
%48.63

Codes

Color #834273 in popluar color models

834273
RGB13166115
HSL315°32.99%38.63%
HSB/HSV315°49.62%51.37%
CMYK0.00%49.62%12.21%
48.63%

Color #834273 in popluar number systems.

HEX834273
Decimal13166115
Binary1000001110000101110011
Octal203102163

Shades and tints

Shades of #834273

#834273
(131,66,115)
#783C69
(120,60,105)
#6D365F
(109,54,95)
#623055
(98,48,85)
#572A4B
(87,42,75)
#4C2441
(76,36,65)
#411E37
(65,30,55)
#36182D
(54,24,45)
#2B1223
(43,18,35)
#200C19
(32,12,25)
#15060F
(21,6,15)
#000000
(0,0,0)

Tints of #834273

#834273
(131,66,115)
#8E537F
(142,83,127)
#99648B
(153,100,139)
#A47597
(164,117,151)
#AF86A3
(175,134,163)
#BA97AF
(186,151,175)
#C5A8BB
(197,168,187)
#D0B9C7
(208,185,199)
#DBCAD3
(219,202,211)
#E6DBDF
(230,219,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834273 color. Also use rgb(131,66,115) instead hex code.

Text Font Color

.myTextColor { color: #834273; }

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

This text font color is #834273.


Background Color

.myBgColor { background-color: #834273; }

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

This div background color is #834273.


Border color

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

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

This div border color is #834273.


Opacity

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

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

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

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

This text has shadow with #834273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834273 on black background.


Color preview on white background

This text has color #834273 on white background.



Black color preview on #834273 background

This text has black color on #834273 background.


White color preview on #834273 background

This text has white color on #834273 background.