COLOR #834771

HEX: #834771
RGB: (131,71,113)

Color info

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

RGB color model

#834771 color RGB value is (131,71,113).

  • red value is 131;
  • green value is 71;
  • blue value is 113.
RGB:
(131,71,113)
(51%,28%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 113 of 255 = 44%

131
71
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 113 = 315 (100%)
R 131 of 315 ~ 41.59%
G 71 of 315 ~ 22.54%
B 113 of 315 ~ 35.87%

%41.59
%22.54
%35.87

CMYK color model

#834771 color CMYK value is (0,46,14,49).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(0,46,14,49)
C0M46Y14K49 
(0%,46%,14%,49%)
(0.00/0.46/0.14/0.49)	

CMYK percentages

%0
%45.8
%13.74
%48.63

Codes

Color #834771 in popluar color models

834771
RGB13171113
HSL318°29.70%39.61%
HSB/HSV318°45.80%51.37%
CMYK0.00%45.80%13.74%
48.63%

Color #834771 in popluar number systems.

HEX834771
Decimal13171113
Binary1000001110001111110001
Octal203107161

Shades and tints

Shades of #834771

#834771
(131,71,113)
#784167
(120,65,103)
#6D3B5D
(109,59,93)
#623553
(98,53,83)
#572F49
(87,47,73)
#4C293F
(76,41,63)
#412335
(65,35,53)
#361D2B
(54,29,43)
#2B1721
(43,23,33)
#201117
(32,17,23)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #834771

#834771
(131,71,113)
#8E577D
(142,87,125)
#996789
(153,103,137)
#A47795
(164,119,149)
#AF87A1
(175,135,161)
#BA97AD
(186,151,173)
#C5A7B9
(197,167,185)
#D0B7C5
(208,183,197)
#DBC7D1
(219,199,209)
#E6D7DD
(230,215,221)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834771 color. Also use rgb(131,71,113) instead hex code.

Text Font Color

.myTextColor { color: #834771; }

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

This text font color is #834771.


Background Color

.myBgColor { background-color: #834771; }

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

This div background color is #834771.


Border color

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

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

This div border color is #834771.


Opacity

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

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

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

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

This text has shadow with #834771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834771 on black background.


Color preview on white background

This text has color #834771 on white background.



Black color preview on #834771 background

This text has black color on #834771 background.


White color preview on #834771 background

This text has white color on #834771 background.