COLOR #834F73

HEX: #834F73
RGB: (131,79,115)

Color info

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

RGB color model

#834F73 color RGB value is (131,79,115).

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

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 115 of 255 = 45%

131
79
115

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

Portions of RGB colors in percentages

R + G + B =
131 + 79 + 115 = 325 (100%)
R 131 of 325 ~ 40.31%
G 79 of 325 ~ 24.31%
B 115 of 325 ~ 35.38%

%40.31
%24.31
%35.38

CMYK color model

#834F73 color CMYK value is (0,40,12,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 12.21%
  • key color value is 48.63%
CMYK:
(0,40,12,49)
C0M40Y12K49 
(0%,40%,12%,49%)
(0.00/0.40/0.12/0.49)	

CMYK percentages

%0
%39.69
%12.21
%48.63

Codes

Color #834F73 in popluar color models

834F73
RGB13179115
HSL318°24.76%41.18%
HSB/HSV318°39.69%51.37%
CMYK0.00%39.69%12.21%
48.63%

Color #834F73 in popluar number systems.

HEX834F73
Decimal13179115
Binary1000001110011111110011
Octal203117163

Shades and tints

Shades of #834F73

#834F73
(131,79,115)
#784869
(120,72,105)
#6D415F
(109,65,95)
#623A55
(98,58,85)
#57334B
(87,51,75)
#4C2C41
(76,44,65)
#412537
(65,37,55)
#361E2D
(54,30,45)
#2B1723
(43,23,35)
#201019
(32,16,25)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #834F73

#834F73
(131,79,115)
#8E5F7F
(142,95,127)
#996F8B
(153,111,139)
#A47F97
(164,127,151)
#AF8FA3
(175,143,163)
#BA9FAF
(186,159,175)
#C5AFBB
(197,175,187)
#D0BFC7
(208,191,199)
#DBCFD3
(219,207,211)
#E6DFDF
(230,223,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834F73; }

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

This text font color is #834F73.


Background Color

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

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

This div background color is #834F73.


Border color

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

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

This div border color is #834F73.


Opacity

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

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

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

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

This text has shadow with #834F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834F73 on black background.


Color preview on white background

This text has color #834F73 on white background.



Black color preview on #834F73 background

This text has black color on #834F73 background.


White color preview on #834F73 background

This text has white color on #834F73 background.