COLOR #834A68

HEX: #834A68
RGB: (131,74,104)

Color info

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

RGB color model

#834A68 color RGB value is (131,74,104).

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

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 104 of 255 = 41%

131
74
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 104 = 309 (100%)
R 131 of 309 ~ 42.39%
G 74 of 309 ~ 23.95%
B 104 of 309 ~ 33.66%

%42.39
%23.95
%33.66

CMYK color model

#834A68 color CMYK value is (0,44,21,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 20.61%
  • key color value is 48.63%
CMYK:
(0,44,21,49)
C0M44Y21K49 
(0%,44%,21%,49%)
(0.00/0.44/0.21/0.49)	

CMYK percentages

%0
%43.51
%20.61
%48.63

Codes

Color #834A68 in popluar color models

834A68
RGB13174104
HSL328°27.80%40.20%
HSB/HSV328°43.51%51.37%
CMYK0.00%43.51%20.61%
48.63%

Color #834A68 in popluar number systems.

HEX834A68
Decimal13174104
Binary1000001110010101101000
Octal203112150

Shades and tints

Shades of #834A68

#834A68
(131,74,104)
#78445F
(120,68,95)
#6D3E56
(109,62,86)
#62384D
(98,56,77)
#573244
(87,50,68)
#4C2C3B
(76,44,59)
#412632
(65,38,50)
#362029
(54,32,41)
#2B1A20
(43,26,32)
#201417
(32,20,23)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #834A68

#834A68
(131,74,104)
#8E5A75
(142,90,117)
#996A82
(153,106,130)
#A47A8F
(164,122,143)
#AF8A9C
(175,138,156)
#BA9AA9
(186,154,169)
#C5AAB6
(197,170,182)
#D0BAC3
(208,186,195)
#DBCAD0
(219,202,208)
#E6DADD
(230,218,221)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834A68; }

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

This text font color is #834A68.


Background Color

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

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

This div background color is #834A68.


Border color

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

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

This div border color is #834A68.


Opacity

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

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

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

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

This text has shadow with #834A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A68 on black background.


Color preview on white background

This text has color #834A68 on white background.



Black color preview on #834A68 background

This text has black color on #834A68 background.


White color preview on #834A68 background

This text has white color on #834A68 background.