COLOR #834651

HEX: #834651
RGB: (131,70,81)

Color info

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

RGB color model

#834651 color RGB value is (131,70,81).

  • red value is 131;
  • green value is 70;
  • blue value is 81.
RGB:
(131,70,81)
(51%,27%,32%)

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 81 of 255 = 32%

131
70
81

R + G + B ~ 37%. #834651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 81 = 282 (100%)
R 131 of 282 ~ 46.45%
G 70 of 282 ~ 24.82%
B 81 of 282 ~ 28.72%

%46.45
%24.82
%28.72

CMYK color model

#834651 color CMYK value is (0,47,38,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 38.17%
  • key color value is 48.63%
CMYK:
(0,47,38,49)
C0M47Y38K49 
(0%,47%,38%,49%)
(0.00/0.47/0.38/0.49)	

CMYK percentages

%0
%46.56
%38.17
%48.63

Codes

Color #834651 in popluar color models

834651
RGB1317081
HSL349°30.35%39.41%
HSB/HSV349°46.56%51.37%
CMYK0.00%46.56%38.17%
48.63%

Color #834651 in popluar number systems.

HEX834651
Decimal1317081
Binary1000001110001101010001
Octal203106121

Shades and tints

Shades of #834651

#834651
(131,70,81)
#78404A
(120,64,74)
#6D3A43
(109,58,67)
#62343C
(98,52,60)
#572E35
(87,46,53)
#4C282E
(76,40,46)
#412227
(65,34,39)
#361C20
(54,28,32)
#2B1619
(43,22,25)
#201012
(32,16,18)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #834651

#834651
(131,70,81)
#8E5660
(142,86,96)
#99666F
(153,102,111)
#A4767E
(164,118,126)
#AF868D
(175,134,141)
#BA969C
(186,150,156)
#C5A6AB
(197,166,171)
#D0B6BA
(208,182,186)
#DBC6C9
(219,198,201)
#E6D6D8
(230,214,216)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834651 color. Also use rgb(131,70,81) instead hex code.

Text Font Color

.myTextColor { color: #834651; }

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

This text font color is #834651.


Background Color

.myBgColor { background-color: #834651; }

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

This div background color is #834651.


Border color

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

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

This div border color is #834651.


Opacity

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

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

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

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

This text has shadow with #834651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834651 on black background.


Color preview on white background

This text has color #834651 on white background.



Black color preview on #834651 background

This text has black color on #834651 background.


White color preview on #834651 background

This text has white color on #834651 background.