COLOR #834D80

HEX: #834D80
RGB: (131,77,128)

Color info

#834D80 contains red, green and blue colors in about the same proportion. Web safe color of #834D80 is #993366 (or #936).

RGB color model

#834D80 color RGB value is (131,77,128).

  • red value is 131;
  • green value is 77;
  • blue value is 128.
RGB:
(131,77,128)
(51%,30%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 77 of 255 = 30%
B 128 of 255 = 50%

131
77
128

R + G + B ~ 44%. #834D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 77 + 128 = 336 (100%)
R 131 of 336 ~ 38.99%
G 77 of 336 ~ 22.92%
B 128 of 336 ~ 38.1%

%38.99
%22.92
%38.1

CMYK color model

#834D80 color CMYK value is (0,41,2,49).

  • cyan value is 0.00%
  • magenta value is 41.22%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(0,41,2,49)
C0M41Y2K49 
(0%,41%,2%,49%)
(0.00/0.41/0.02/0.49)	

CMYK percentages

%0
%41.22
%2.29
%48.63

Codes

Color #834D80 in popluar color models

834D80
RGB13177128
HSL303°25.96%40.78%
HSB/HSV303°41.22%51.37%
CMYK0.00%41.22%2.29%
48.63%

Color #834D80 in popluar number systems.

HEX834D80
Decimal13177128
Binary10000011100110110000000
Octal203115200

Shades and tints

Shades of #834D80

#834D80
(131,77,128)
#784675
(120,70,117)
#6D3F6A
(109,63,106)
#62385F
(98,56,95)
#573154
(87,49,84)
#4C2A49
(76,42,73)
#41233E
(65,35,62)
#361C33
(54,28,51)
#2B1528
(43,21,40)
#200E1D
(32,14,29)
#150712
(21,7,18)
#000000
(0,0,0)

Tints of #834D80

#834D80
(131,77,128)
#8E5D8B
(142,93,139)
#996D96
(153,109,150)
#A47DA1
(164,125,161)
#AF8DAC
(175,141,172)
#BA9DB7
(186,157,183)
#C5ADC2
(197,173,194)
#D0BDCD
(208,189,205)
#DBCDD8
(219,205,216)
#E6DDE3
(230,221,227)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834D80 color. Also use rgb(131,77,128) instead hex code.

Text Font Color

.myTextColor { color: #834D80; }

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

This text font color is #834D80.


Background Color

.myBgColor { background-color: #834D80; }

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

This div background color is #834D80.


Border color

.myBorderColor { border: 1px solid #834D80; }

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

This div border color is #834D80.


Opacity

.myOpacity80 { color: #834D80; opacity: 0.8; }

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

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

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

This text has shadow with #834D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834D80 on black background.


Color preview on white background

This text has color #834D80 on white background.



Black color preview on #834D80 background

This text has black color on #834D80 background.


White color preview on #834D80 background

This text has white color on #834D80 background.