COLOR #834A75

HEX: #834A75
RGB: (131,74,117)

Color info

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

RGB color model

#834A75 color RGB value is (131,74,117).

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

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 117 of 255 = 46%

131
74
117

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 117 = 322 (100%)
R 131 of 322 ~ 40.68%
G 74 of 322 ~ 22.98%
B 117 of 322 ~ 36.34%

%40.68
%22.98
%36.34

CMYK color model

#834A75 color CMYK value is (0,44,11,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 10.69%
  • key color value is 48.63%
CMYK:
(0,44,11,49)
C0M44Y11K49 
(0%,44%,11%,49%)
(0.00/0.44/0.11/0.49)	

CMYK percentages

%0
%43.51
%10.69
%48.63

Codes

Color #834A75 in popluar color models

834A75
RGB13174117
HSL315°27.80%40.20%
HSB/HSV315°43.51%51.37%
CMYK0.00%43.51%10.69%
48.63%

Color #834A75 in popluar number systems.

HEX834A75
Decimal13174117
Binary1000001110010101110101
Octal203112165

Shades and tints

Shades of #834A75

#834A75
(131,74,117)
#78446B
(120,68,107)
#6D3E61
(109,62,97)
#623857
(98,56,87)
#57324D
(87,50,77)
#4C2C43
(76,44,67)
#412639
(65,38,57)
#36202F
(54,32,47)
#2B1A25
(43,26,37)
#20141B
(32,20,27)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #834A75

#834A75
(131,74,117)
#8E5A81
(142,90,129)
#996A8D
(153,106,141)
#A47A99
(164,122,153)
#AF8AA5
(175,138,165)
#BA9AB1
(186,154,177)
#C5AABD
(197,170,189)
#D0BAC9
(208,186,201)
#DBCAD5
(219,202,213)
#E6DAE1
(230,218,225)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834A75; }

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

This text font color is #834A75.


Background Color

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

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

This div background color is #834A75.


Border color

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

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

This div border color is #834A75.


Opacity

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

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

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

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

This text has shadow with #834A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A75 on black background.


Color preview on white background

This text has color #834A75 on white background.



Black color preview on #834A75 background

This text has black color on #834A75 background.


White color preview on #834A75 background

This text has white color on #834A75 background.