COLOR #834C6C

HEX: #834C6C
RGB: (131,76,108)

Color info

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

RGB color model

#834C6C color RGB value is (131,76,108).

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

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 108 of 255 = 42%

131
76
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 108 = 315 (100%)
R 131 of 315 ~ 41.59%
G 76 of 315 ~ 24.13%
B 108 of 315 ~ 34.29%

%41.59
%24.13
%34.29

CMYK color model

#834C6C color CMYK value is (0,42,18,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(0,42,18,49)
C0M42Y18K49 
(0%,42%,18%,49%)
(0.00/0.42/0.18/0.49)	

CMYK percentages

%0
%41.98
%17.56
%48.63

Codes

Color #834C6C in popluar color models

834C6C
RGB13176108
HSL325°26.57%40.59%
HSB/HSV325°41.98%51.37%
CMYK0.00%41.98%17.56%
48.63%

Color #834C6C in popluar number systems.

HEX834C6C
Decimal13176108
Binary1000001110011001101100
Octal203114154

Shades and tints

Shades of #834C6C

#834C6C
(131,76,108)
#784663
(120,70,99)
#6D405A
(109,64,90)
#623A51
(98,58,81)
#573448
(87,52,72)
#4C2E3F
(76,46,63)
#412836
(65,40,54)
#36222D
(54,34,45)
#2B1C24
(43,28,36)
#20161B
(32,22,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #834C6C

#834C6C
(131,76,108)
#8E5C79
(142,92,121)
#996C86
(153,108,134)
#A47C93
(164,124,147)
#AF8CA0
(175,140,160)
#BA9CAD
(186,156,173)
#C5ACBA
(197,172,186)
#D0BCC7
(208,188,199)
#DBCCD4
(219,204,212)
#E6DCE1
(230,220,225)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C6C; }

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

This text font color is #834C6C.


Background Color

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

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

This div background color is #834C6C.


Border color

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

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

This div border color is #834C6C.


Opacity

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

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

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

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

This text has shadow with #834C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C6C on black background.


Color preview on white background

This text has color #834C6C on white background.



Black color preview on #834C6C background

This text has black color on #834C6C background.


White color preview on #834C6C background

This text has white color on #834C6C background.