COLOR #834060

HEX: #834060
RGB: (131,64,96)

Color info

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

RGB color model

#834060 color RGB value is (131,64,96).

  • red value is 131;
  • green value is 64;
  • blue value is 96.
RGB:
(131,64,96)
(51%,25%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 64 of 255 = 25%
B 96 of 255 = 38%

131
64
96

R + G + B ~ 38%. #834060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 64 + 96 = 291 (100%)
R 131 of 291 ~ 45.02%
G 64 of 291 ~ 21.99%
B 96 of 291 ~ 32.99%

%45.02
%21.99
%32.99

CMYK color model

#834060 color CMYK value is (0,51,27,49).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 26.72%
  • key color value is 48.63%
CMYK:
(0,51,27,49)
C0M51Y27K49 
(0%,51%,27%,49%)
(0.00/0.51/0.27/0.49)	

CMYK percentages

%0
%51.15
%26.72
%48.63

Codes

Color #834060 in popluar color models

834060
RGB1316496
HSL331°34.36%38.24%
HSB/HSV331°51.15%51.37%
CMYK0.00%51.15%26.72%
48.63%

Color #834060 in popluar number systems.

HEX834060
Decimal1316496
Binary1000001110000001100000
Octal203100140

Shades and tints

Shades of #834060

#834060
(131,64,96)
#783B58
(120,59,88)
#6D3650
(109,54,80)
#623148
(98,49,72)
#572C40
(87,44,64)
#4C2738
(76,39,56)
#412230
(65,34,48)
#361D28
(54,29,40)
#2B1820
(43,24,32)
#201318
(32,19,24)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #834060

#834060
(131,64,96)
#8E516E
(142,81,110)
#99627C
(153,98,124)
#A4738A
(164,115,138)
#AF8498
(175,132,152)
#BA95A6
(186,149,166)
#C5A6B4
(197,166,180)
#D0B7C2
(208,183,194)
#DBC8D0
(219,200,208)
#E6D9DE
(230,217,222)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834060 color. Also use rgb(131,64,96) instead hex code.

Text Font Color

.myTextColor { color: #834060; }

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

This text font color is #834060.


Background Color

.myBgColor { background-color: #834060; }

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

This div background color is #834060.


Border color

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

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

This div border color is #834060.


Opacity

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

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

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

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

This text has shadow with #834060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834060 on black background.


Color preview on white background

This text has color #834060 on white background.



Black color preview on #834060 background

This text has black color on #834060 background.


White color preview on #834060 background

This text has white color on #834060 background.