COLOR #834C69

HEX: #834C69 RGB: (131,76,105)

Color info

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

RGB color model

#834C69 color RGB value is (131,76,105).

RGB: (131,76,105) (51%, 30%, 41%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 105 of 255 = 41%

131
76
105

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

Portions of RGB colors in percentages

R + G + B = 131 + 76 + 105 = 312 (100%)
R 131 of 312 ~ 41.99%
G 76 of 312 ~ 24.36%
B 105 of 312 ~ 33.65'%

%41.99
%24.36
%33.65

CMYK color model

#834C69 color CMYK value is (0,42,20,49).

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

CMYK: (0,42,20,49)
C0M42Y20K49 (0%, 42%, 20%, 49%)
(0.00 / 0.42 / 0.20 / 0.49)

CMYK percentages

%0
%41.98
%19.85
%48.63

Codes

Color #834C69 in popluar color models

83 4C 69
RGB 131 76 105
HSL 328° 26.57% 40.59%
HSB/HSV 328° 41.98% 51.37%
CMYK 0.00% 41.98% 19.85%
48.63%

Color #834C69 in popluar number systems.

HEX 83 4C 69
Decimal 131 76 105
Binary 10000011 1001100 1101001
Octal 203 114 151

Shades and tints

Shades of #834C69

#834C69
(131,76,105)
#784660
(120,70,96)
#6D4057
(109,64,87)
#623A4E
(98,58,78)
#573445
(87,52,69)
#4C2E3C
(76,46,60)
#412833
(65,40,51)
#36222A
(54,34,42)
#2B1C21
(43,28,33)
#201618
(32,22,24)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #834C69

#834C69
(131,76,105)
#8E5C76
(142,92,118)
#996C83
(153,108,131)
#A47C90
(164,124,144)
#AF8C9D
(175,140,157)
#BA9CAA
(186,156,170)
#C5ACB7
(197,172,183)
#D0BCC4
(208,188,196)
#DBCCD1
(219,204,209)
#E6DCDE
(230,220,222)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C69; }

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

This text font color is #834C69.

Background Color

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

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

This div background color is #834C69.

Border color

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

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

This div border color is #834C69.

Opacity

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

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

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

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

This text has shadow with #834C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #834C69.

Preview

Color preview on black background

This text has color #834C69 on black background.


Color preview on white background

This text has color #834C69 on white background.


Black color preview on #834C69 background

This text has black color on #834C69 background.


White color preview on #834C69 background

This text has white color on #834C69 background.


Related colors

Complementary color

Complementary color for #hex is #7CB396.


I love getcolorcode.com

Triadic colors

1 #69834C and #4C6983 with #834C69 are triadic colors.

2 #694C83 and #4C8369 with #834C69 are triadic colors.