COLOR #834D61

HEX: #834D61 RGB: (131,77,97)

Color info

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

RGB color model

#834D61 color RGB value is (131,77,97).

RGB: (131,77,97) (51%, 30%, 38%)

RGB channels and saturation

R 131 of 255 = 51%
G 77 of 255 = 30%
B 97 of 255 = 38%

131
77
97

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

Portions of RGB colors in percentages

R + G + B = 131 + 77 + 97 = 305 (100%)
R 131 of 305 ~ 42.95%
G 77 of 305 ~ 25.25%
B 97 of 305 ~ 31.8'%

%42.95
%25.25
%31.8

CMYK color model

#834D61 color CMYK value is (0,41,26,49).

  • cyan value is 0.00%
  • magenta value is 41.22%
  • yellow value is 25.95%
  • key color value is 48.63%

CMYK: (0,41,26,49)
C0M41Y26K49 (0%, 41%, 26%, 49%)
(0.00 / 0.41 / 0.26 / 0.49)

CMYK percentages

%0
%41.22
%25.95
%48.63

Codes

Color #834D61 in popluar color models

83 4D 61
RGB 131 77 97
HSL 338° 25.96% 40.78%
HSB/HSV 338° 41.22% 51.37%
CMYK 0.00% 41.22% 25.95%
48.63%

Color #834D61 in popluar number systems.

HEX 83 4D 61
Decimal 131 77 97
Binary 10000011 1001101 1100001
Octal 203 115 141

Shades and tints

Shades of #834D61

#834D61
(131,77,97)
#784659
(120,70,89)
#6D3F51
(109,63,81)
#623849
(98,56,73)
#573141
(87,49,65)
#4C2A39
(76,42,57)
#412331
(65,35,49)
#361C29
(54,28,41)
#2B1521
(43,21,33)
#200E19
(32,14,25)
#150711
(21,7,17)
#000000
(0,0,0)

Tints of #834D61

#834D61
(131,77,97)
#8E5D6F
(142,93,111)
#996D7D
(153,109,125)
#A47D8B
(164,125,139)
#AF8D99
(175,141,153)
#BA9DA7
(186,157,167)
#C5ADB5
(197,173,181)
#D0BDC3
(208,189,195)
#DBCDD1
(219,205,209)
#E6DDDF
(230,221,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834D61 color. Also use rgb(131,77,97) instead hex code.

Text Font Color

.myTextColor { color: #834D61; }

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

This text font color is #834D61.

Background Color

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

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

This div background color is #834D61.

Border color

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

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

This div border color is #834D61.

Opacity

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

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

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

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

This text has shadow with #834D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #834D61.

Preview

Color preview on black background

This text has color #834D61 on black background.


Color preview on white background

This text has color #834D61 on white background.


Black color preview on #834D61 background

This text has black color on #834D61 background.


White color preview on #834D61 background

This text has white color on #834D61 background.


Related colors

Complementary color

Complementary color for #hex is #7CB29E.


I love getcolorcode.com

Triadic colors

1 #61834D and #4D6183 with #834D61 are triadic colors.

2 #614D83 and #4D8361 with #834D61 are triadic colors.