COLOR #834F7A

HEX: #834F7A
RGB: (131,79,122)

Color info

#834F7A contains red, green and blue colors in about the same proportion. Web safe color of #834F7A is #996666 (or #966).

RGB color model

#834F7A color RGB value is (131,79,122).

  • red value is 131;
  • green value is 79;
  • blue value is 122.
RGB:
(131,79,122)
(51%,31%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 122 of 255 = 48%

131
79
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 79 + 122 = 332 (100%)
R 131 of 332 ~ 39.46%
G 79 of 332 ~ 23.8%
B 122 of 332 ~ 36.75%

%39.46
%23.8
%36.75

CMYK color model

#834F7A color CMYK value is (0,40,7,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK:
(0,40,7,49)
C0M40Y7K49 
(0%,40%,7%,49%)
(0.00/0.40/0.07/0.49)	

CMYK percentages

%0
%39.69
%6.87
%48.63

Codes

Color #834F7A in popluar color models

834F7A
RGB13179122
HSL310°24.76%41.18%
HSB/HSV310°39.69%51.37%
CMYK0.00%39.69%6.87%
48.63%

Color #834F7A in popluar number systems.

HEX834F7A
Decimal13179122
Binary1000001110011111111010
Octal203117172

Shades and tints

Shades of #834F7A

#834F7A
(131,79,122)
#78486F
(120,72,111)
#6D4164
(109,65,100)
#623A59
(98,58,89)
#57334E
(87,51,78)
#4C2C43
(76,44,67)
#412538
(65,37,56)
#361E2D
(54,30,45)
#2B1722
(43,23,34)
#201017
(32,16,23)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #834F7A

#834F7A
(131,79,122)
#8E5F86
(142,95,134)
#996F92
(153,111,146)
#A47F9E
(164,127,158)
#AF8FAA
(175,143,170)
#BA9FB6
(186,159,182)
#C5AFC2
(197,175,194)
#D0BFCE
(208,191,206)
#DBCFDA
(219,207,218)
#E6DFE6
(230,223,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834F7A color. Also use rgb(131,79,122) instead hex code.

Text Font Color

.myTextColor { color: #834F7A; }

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

This text font color is #834F7A.


Background Color

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

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

This div background color is #834F7A.


Border color

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

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

This div border color is #834F7A.


Opacity

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

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

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

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

This text has shadow with #834F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834F7A on black background.


Color preview on white background

This text has color #834F7A on white background.



Black color preview on #834F7A background

This text has black color on #834F7A background.


White color preview on #834F7A background

This text has white color on #834F7A background.