COLOR #834A6A

HEX: #834A6A
RGB: (131,74,106)

Color info

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

RGB color model

#834A6A color RGB value is (131,74,106).

  • red value is 131;
  • green value is 74;
  • blue value is 106.
RGB:
(131,74,106)
(51%,29%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 106 of 255 = 42%

131
74
106

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 106 = 311 (100%)
R 131 of 311 ~ 42.12%
G 74 of 311 ~ 23.79%
B 106 of 311 ~ 34.08%

%42.12
%23.79
%34.08

CMYK color model

#834A6A color CMYK value is (0,44,19,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 19.08%
  • key color value is 48.63%
CMYK:
(0,44,19,49)
C0M44Y19K49 
(0%,44%,19%,49%)
(0.00/0.44/0.19/0.49)	

CMYK percentages

%0
%43.51
%19.08
%48.63

Codes

Color #834A6A in popluar color models

834A6A
RGB13174106
HSL326°27.80%40.20%
HSB/HSV326°43.51%51.37%
CMYK0.00%43.51%19.08%
48.63%

Color #834A6A in popluar number systems.

HEX834A6A
Decimal13174106
Binary1000001110010101101010
Octal203112152

Shades and tints

Shades of #834A6A

#834A6A
(131,74,106)
#784461
(120,68,97)
#6D3E58
(109,62,88)
#62384F
(98,56,79)
#573246
(87,50,70)
#4C2C3D
(76,44,61)
#412634
(65,38,52)
#36202B
(54,32,43)
#2B1A22
(43,26,34)
#201419
(32,20,25)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #834A6A

#834A6A
(131,74,106)
#8E5A77
(142,90,119)
#996A84
(153,106,132)
#A47A91
(164,122,145)
#AF8A9E
(175,138,158)
#BA9AAB
(186,154,171)
#C5AAB8
(197,170,184)
#D0BAC5
(208,186,197)
#DBCAD2
(219,202,210)
#E6DADF
(230,218,223)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834A6A color. Also use rgb(131,74,106) instead hex code.

Text Font Color

.myTextColor { color: #834A6A; }

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

This text font color is #834A6A.


Background Color

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

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

This div background color is #834A6A.


Border color

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

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

This div border color is #834A6A.


Opacity

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

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

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

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

This text has shadow with #834A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A6A on black background.


Color preview on white background

This text has color #834A6A on white background.



Black color preview on #834A6A background

This text has black color on #834A6A background.


White color preview on #834A6A background

This text has white color on #834A6A background.