COLOR #834C56

HEX: #834C56
RGB: (131,76,86)

Color info

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

RGB color model

#834C56 color RGB value is (131,76,86).

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

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 86 of 255 = 34%

131
76
86

R + G + B ~ 38%. #834C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 86 = 293 (100%)
R 131 of 293 ~ 44.71%
G 76 of 293 ~ 25.94%
B 86 of 293 ~ 29.35%

%44.71
%25.94
%29.35

CMYK color model

#834C56 color CMYK value is (0,42,34,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,42,34,49)
C0M42Y34K49 
(0%,42%,34%,49%)
(0.00/0.42/0.34/0.49)	

CMYK percentages

%0
%41.98
%34.35
%48.63

Codes

Color #834C56 in popluar color models

834C56
RGB1317686
HSL349°26.57%40.59%
HSB/HSV349°41.98%51.37%
CMYK0.00%41.98%34.35%
48.63%

Color #834C56 in popluar number systems.

HEX834C56
Decimal1317686
Binary1000001110011001010110
Octal203114126

Shades and tints

Shades of #834C56

#834C56
(131,76,86)
#78464F
(120,70,79)
#6D4048
(109,64,72)
#623A41
(98,58,65)
#57343A
(87,52,58)
#4C2E33
(76,46,51)
#41282C
(65,40,44)
#362225
(54,34,37)
#2B1C1E
(43,28,30)
#201617
(32,22,23)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #834C56

#834C56
(131,76,86)
#8E5C65
(142,92,101)
#996C74
(153,108,116)
#A47C83
(164,124,131)
#AF8C92
(175,140,146)
#BA9CA1
(186,156,161)
#C5ACB0
(197,172,176)
#D0BCBF
(208,188,191)
#DBCCCE
(219,204,206)
#E6DCDD
(230,220,221)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C56; }

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

This text font color is #834C56.


Background Color

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

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

This div background color is #834C56.


Border color

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

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

This div border color is #834C56.


Opacity

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

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

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

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

This text has shadow with #834C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C56 on black background.


Color preview on white background

This text has color #834C56 on white background.



Black color preview on #834C56 background

This text has black color on #834C56 background.


White color preview on #834C56 background

This text has white color on #834C56 background.