COLOR #834C72

HEX: #834C72 RGB: (131,76,114)

Color info

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

RGB color model

#834C72 color RGB value is (131,76,114).

RGB: (131,76,114) (51%, 30%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 114 of 255 = 45%

131
76
114

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

Portions of RGB colors in percentages

R + G + B = 131 + 76 + 114 = 321 (100%)
R 131 of 321 ~ 40.81%
G 76 of 321 ~ 23.68%
B 114 of 321 ~ 35.51'%

%40.81
%23.68
%35.51

CMYK color model

#834C72 color CMYK value is (0,42,13,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 12.98%
  • key color value is 48.63%

CMYK: (0,42,13,49)
C0M42Y13K49 (0%, 42%, 13%, 49%)
(0.00 / 0.42 / 0.13 / 0.49)

CMYK percentages

%0
%41.98
%12.98
%48.63

Codes

Color #834C72 in popluar color models

83 4C 72
RGB 131 76 114
HSL 319° 26.57% 40.59%
HSB/HSV 319° 41.98% 51.37%
CMYK 0.00% 41.98% 12.98%
48.63%

Color #834C72 in popluar number systems.

HEX 83 4C 72
Decimal 131 76 114
Binary 10000011 1001100 1110010
Octal 203 114 162

Shades and tints

Shades of #834C72

#834C72
(131,76,114)
#784668
(120,70,104)
#6D405E
(109,64,94)
#623A54
(98,58,84)
#57344A
(87,52,74)
#4C2E40
(76,46,64)
#412836
(65,40,54)
#36222C
(54,34,44)
#2B1C22
(43,28,34)
#201618
(32,22,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #834C72

#834C72
(131,76,114)
#8E5C7E
(142,92,126)
#996C8A
(153,108,138)
#A47C96
(164,124,150)
#AF8CA2
(175,140,162)
#BA9CAE
(186,156,174)
#C5ACBA
(197,172,186)
#D0BCC6
(208,188,198)
#DBCCD2
(219,204,210)
#E6DCDE
(230,220,222)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C72; }

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

This text font color is #834C72.

Background Color

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

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

This div background color is #834C72.

Border color

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

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

This div border color is #834C72.

Opacity

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

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

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

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

This text has shadow with #834C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #834C72.

Preview

Color preview on black background

This text has color #834C72 on black background.


Color preview on white background

This text has color #834C72 on white background.


Black color preview on #834C72 background

This text has black color on #834C72 background.


White color preview on #834C72 background

This text has white color on #834C72 background.


Related colors

Complementary color

Complementary color for #hex is #7CB38D.


I love getcolorcode.com

Triadic colors

1 #72834C and #4C7283 with #834C72 are triadic colors.

2 #724C83 and #4C8372 with #834C72 are triadic colors.