COLOR #834C66

HEX: #834C66
RGB: (131,76,102)

Color info

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

RGB color model

#834C66 color RGB value is (131,76,102).

  • red value is 131;
  • green value is 76;
  • blue value is 102.
RGB:
(131,76,102)
(51%,30%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 102 of 255 = 40%

131
76
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 102 = 309 (100%)
R 131 of 309 ~ 42.39%
G 76 of 309 ~ 24.6%
B 102 of 309 ~ 33.01%

%42.39
%24.6
%33.01

CMYK color model

#834C66 color CMYK value is (0,42,22,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,42,22,49)
C0M42Y22K49 
(0%,42%,22%,49%)
(0.00/0.42/0.22/0.49)	

CMYK percentages

%0
%41.98
%22.14
%48.63

Codes

Color #834C66 in popluar color models

834C66
RGB13176102
HSL332°26.57%40.59%
HSB/HSV332°41.98%51.37%
CMYK0.00%41.98%22.14%
48.63%

Color #834C66 in popluar number systems.

HEX834C66
Decimal13176102
Binary1000001110011001100110
Octal203114146

Shades and tints

Shades of #834C66

#834C66
(131,76,102)
#78465D
(120,70,93)
#6D4054
(109,64,84)
#623A4B
(98,58,75)
#573442
(87,52,66)
#4C2E39
(76,46,57)
#412830
(65,40,48)
#362227
(54,34,39)
#2B1C1E
(43,28,30)
#201615
(32,22,21)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #834C66

#834C66
(131,76,102)
#8E5C73
(142,92,115)
#996C80
(153,108,128)
#A47C8D
(164,124,141)
#AF8C9A
(175,140,154)
#BA9CA7
(186,156,167)
#C5ACB4
(197,172,180)
#D0BCC1
(208,188,193)
#DBCCCE
(219,204,206)
#E6DCDB
(230,220,219)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834C66 color. Also use rgb(131,76,102) instead hex code.

Text Font Color

.myTextColor { color: #834C66; }

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

This text font color is #834C66.


Background Color

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

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

This div background color is #834C66.


Border color

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

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

This div border color is #834C66.


Opacity

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

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

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

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

This text has shadow with #834C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C66 on black background.


Color preview on white background

This text has color #834C66 on white background.



Black color preview on #834C66 background

This text has black color on #834C66 background.


White color preview on #834C66 background

This text has white color on #834C66 background.