COLOR #834665

HEX: #834665
RGB: (131,70,101)

Color info

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

RGB color model

#834665 color RGB value is (131,70,101).

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

RGB channels and saturation

R 131 of 255 = 51%
G 70 of 255 = 27%
B 101 of 255 = 40%

131
70
101

R + G + B ~ 39%. #834665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 70 + 101 = 302 (100%)
R 131 of 302 ~ 43.38%
G 70 of 302 ~ 23.18%
B 101 of 302 ~ 33.44%

%43.38
%23.18
%33.44

CMYK color model

#834665 color CMYK value is (0,47,23,49).

  • cyan value is 0.00%
  • magenta value is 46.56%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(0,47,23,49)
C0M47Y23K49 
(0%,47%,23%,49%)
(0.00/0.47/0.23/0.49)	

CMYK percentages

%0
%46.56
%22.9
%48.63

Codes

Color #834665 in popluar color models

834665
RGB13170101
HSL330°30.35%39.41%
HSB/HSV330°46.56%51.37%
CMYK0.00%46.56%22.90%
48.63%

Color #834665 in popluar number systems.

HEX834665
Decimal13170101
Binary1000001110001101100101
Octal203106145

Shades and tints

Shades of #834665

#834665
(131,70,101)
#78405C
(120,64,92)
#6D3A53
(109,58,83)
#62344A
(98,52,74)
#572E41
(87,46,65)
#4C2838
(76,40,56)
#41222F
(65,34,47)
#361C26
(54,28,38)
#2B161D
(43,22,29)
#201014
(32,16,20)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #834665

#834665
(131,70,101)
#8E5673
(142,86,115)
#996681
(153,102,129)
#A4768F
(164,118,143)
#AF869D
(175,134,157)
#BA96AB
(186,150,171)
#C5A6B9
(197,166,185)
#D0B6C7
(208,182,199)
#DBC6D5
(219,198,213)
#E6D6E3
(230,214,227)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834665; }

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

This text font color is #834665.


Background Color

.myBgColor { background-color: #834665; }

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

This div background color is #834665.


Border color

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

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

This div border color is #834665.


Opacity

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

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

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

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

This text has shadow with #834665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834665 on black background.


Color preview on white background

This text has color #834665 on white background.



Black color preview on #834665 background

This text has black color on #834665 background.


White color preview on #834665 background

This text has white color on #834665 background.