COLOR #834963

HEX: #834963
RGB: (131,73,99)

Color info

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

RGB color model

#834963 color RGB value is (131,73,99).

  • red value is 131;
  • green value is 73;
  • blue value is 99.
RGB:
(131,73,99)
(51%,29%,39%)

RGB channels and saturation

R 131 of 255 = 51%
G 73 of 255 = 29%
B 99 of 255 = 39%

131
73
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 73 + 99 = 303 (100%)
R 131 of 303 ~ 43.23%
G 73 of 303 ~ 24.09%
B 99 of 303 ~ 32.67%

%43.23
%24.09
%32.67

CMYK color model

#834963 color CMYK value is (0,44,24,49).

  • cyan value is 0.00%
  • magenta value is 44.27%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(0,44,24,49)
C0M44Y24K49 
(0%,44%,24%,49%)
(0.00/0.44/0.24/0.49)	

CMYK percentages

%0
%44.27
%24.43
%48.63

Codes

Color #834963 in popluar color models

834963
RGB1317399
HSL333°28.43%40.00%
HSB/HSV333°44.27%51.37%
CMYK0.00%44.27%24.43%
48.63%

Color #834963 in popluar number systems.

HEX834963
Decimal1317399
Binary1000001110010011100011
Octal203111143

Shades and tints

Shades of #834963

#834963
(131,73,99)
#78435A
(120,67,90)
#6D3D51
(109,61,81)
#623748
(98,55,72)
#57313F
(87,49,63)
#4C2B36
(76,43,54)
#41252D
(65,37,45)
#361F24
(54,31,36)
#2B191B
(43,25,27)
#201312
(32,19,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #834963

#834963
(131,73,99)
#8E5971
(142,89,113)
#99697F
(153,105,127)
#A4798D
(164,121,141)
#AF899B
(175,137,155)
#BA99A9
(186,153,169)
#C5A9B7
(197,169,183)
#D0B9C5
(208,185,197)
#DBC9D3
(219,201,211)
#E6D9E1
(230,217,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834963 color. Also use rgb(131,73,99) instead hex code.

Text Font Color

.myTextColor { color: #834963; }

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

This text font color is #834963.


Background Color

.myBgColor { background-color: #834963; }

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

This div background color is #834963.


Border color

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

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

This div border color is #834963.


Opacity

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

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

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

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

This text has shadow with #834963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834963 on black background.


Color preview on white background

This text has color #834963 on white background.



Black color preview on #834963 background

This text has black color on #834963 background.


White color preview on #834963 background

This text has white color on #834963 background.