COLOR #834C5F

HEX: #834C5F RGB: (131,76,95)

Color info

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

RGB color model

#834C5F color RGB value is (131,76,95).

RGB: (131,76,95) (51%, 30%, 37%)

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 95 of 255 = 37%

131
76
95

R + G + B ~ 39%. #834C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 76 + 95 = 302 (100%)
R 131 of 302 ~ 43.38%
G 76 of 302 ~ 25.17%
B 95 of 302 ~ 31.46'%

%43.38
%25.17
%31.46

CMYK color model

#834C5F color CMYK value is (0,42,27,49).

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

CMYK: (0,42,27,49)
C0M42Y27K49 (0%, 42%, 27%, 49%)
(0.00 / 0.42 / 0.27 / 0.49)

CMYK percentages

%0
%41.98
%27.48
%48.63

Codes

Color #834C5F in popluar color models

83 4C 5F
RGB 131 76 95
HSL 339° 26.57% 40.59%
HSB/HSV 339° 41.98% 51.37%
CMYK 0.00% 41.98% 27.48%
48.63%

Color #834C5F in popluar number systems.

HEX 83 4C 5F
Decimal 131 76 95
Binary 10000011 1001100 1011111
Octal 203 114 137

Shades and tints

Shades of #834C5F

#834C5F
(131,76,95)
#784657
(120,70,87)
#6D404F
(109,64,79)
#623A47
(98,58,71)
#57343F
(87,52,63)
#4C2E37
(76,46,55)
#41282F
(65,40,47)
#362227
(54,34,39)
#2B1C1F
(43,28,31)
#201617
(32,22,23)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #834C5F

#834C5F
(131,76,95)
#8E5C6D
(142,92,109)
#996C7B
(153,108,123)
#A47C89
(164,124,137)
#AF8C97
(175,140,151)
#BA9CA5
(186,156,165)
#C5ACB3
(197,172,179)
#D0BCC1
(208,188,193)
#DBCCCF
(219,204,207)
#E6DCDD
(230,220,221)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C5F; }

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

This text font color is #834C5F.

Background Color

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

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

This div background color is #834C5F.

Border color

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

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

This div border color is #834C5F.

Opacity

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

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

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

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

This text has shadow with #834C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #834C5F.

Preview

Color preview on black background

This text has color #834C5F on black background.


Color preview on white background

This text has color #834C5F on white background.


Black color preview on #834C5F background

This text has black color on #834C5F background.


White color preview on #834C5F background

This text has white color on #834C5F background.


Related colors

Complementary color

Complementary color for #hex is #7CB3A0.


I love getcolorcode.com

Triadic colors

1 #5F834C and #4C5F83 with #834C5F are triadic colors.

2 #5F4C83 and #4C835F with #834C5F are triadic colors.