COLOR #834F56

HEX: #834F56 RGB: (131,79,86)

Color info

#834F56 contains red, green and blue colors in about the same proportion. Web safe color of #834F56 is #996666 (or #966).

RGB color model

#834F56 color RGB value is (131,79,86).

RGB: (131,79,86) (51%, 31%, 34%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 86 of 255 = 34%

131
79
86

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

Portions of RGB colors in percentages

R + G + B = 131 + 79 + 86 = 296 (100%)
R 131 of 296 ~ 44.26%
G 79 of 296 ~ 26.69%
B 86 of 296 ~ 29.05'%

%44.26
%26.69
%29.05

CMYK color model

#834F56 color CMYK value is (0,40,34,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 34.35%
  • key color value is 48.63%

CMYK: (0,40,34,49)
C0M40Y34K49 (0%, 40%, 34%, 49%)
(0.00 / 0.40 / 0.34 / 0.49)

CMYK percentages

%0
%39.69
%34.35
%48.63

Codes

Color #834F56 in popluar color models

83 4F 56
RGB 131 79 86
HSL 352° 24.76% 41.18%
HSB/HSV 352° 39.69% 51.37%
CMYK 0.00% 39.69% 34.35%
48.63%

Color #834F56 in popluar number systems.

HEX 83 4F 56
Decimal 131 79 86
Binary 10000011 1001111 1010110
Octal 203 117 126

Shades and tints

Shades of #834F56

#834F56
(131,79,86)
#78484F
(120,72,79)
#6D4148
(109,65,72)
#623A41
(98,58,65)
#57333A
(87,51,58)
#4C2C33
(76,44,51)
#41252C
(65,37,44)
#361E25
(54,30,37)
#2B171E
(43,23,30)
#201017
(32,16,23)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #834F56

#834F56
(131,79,86)
#8E5F65
(142,95,101)
#996F74
(153,111,116)
#A47F83
(164,127,131)
#AF8F92
(175,143,146)
#BA9FA1
(186,159,161)
#C5AFB0
(197,175,176)
#D0BFBF
(208,191,191)
#DBCFCE
(219,207,206)
#E6DFDD
(230,223,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834F56; }

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

This text font color is #834F56.

Background Color

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

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

This div background color is #834F56.

Border color

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

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

This div border color is #834F56.

Opacity

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

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

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

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

This text has shadow with #834F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #834F56.

Preview

Color preview on black background

This text has color #834F56 on black background.


Color preview on white background

This text has color #834F56 on white background.


Black color preview on #834F56 background

This text has black color on #834F56 background.


White color preview on #834F56 background

This text has white color on #834F56 background.


Related colors

Complementary color

Complementary color for #hex is #7CB0A9.


I love getcolorcode.com

Triadic colors

1 #56834F and #4F5683 with #834F56 are triadic colors.

2 #564F83 and #4F8356 with #834F56 are triadic colors.