COLOR #834E31

HEX: #834E31
RGB: (131,78,49)

Color info

#834E31 contains mainly red and green colors. Web safe color of #834E31 is #996633 (or #963).

RGB color model

#834E31 color RGB value is (131,78,49).

  • red value is 131;
  • green value is 78;
  • blue value is 49.
RGB:
(131,78,49)
(51%,31%,19%)

RGB channels and saturation

R 131 of 255 = 51%
G 78 of 255 = 31%
B 49 of 255 = 19%

131
78
49

R + G + B ~ 34%. #834E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 78 + 49 = 258 (100%)
R 131 of 258 ~ 50.78%
G 78 of 258 ~ 30.23%
B 49 of 258 ~ 18.99%

%50.78
%30.23
%18.99

CMYK color model

#834E31 color CMYK value is (0,40,63,49).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 62.60%
  • key color value is 48.63%
CMYK:
(0,40,63,49)
C0M40Y63K49 
(0%,40%,63%,49%)
(0.00/0.40/0.63/0.49)	

CMYK percentages

%0
%40.46
%62.6
%48.63

Codes

Color #834E31 in popluar color models

834E31
RGB1317849
HSL21°45.56%35.29%
HSB/HSV21°62.60%51.37%
CMYK0.00%40.46%62.60%
48.63%

Color #834E31 in popluar number systems.

HEX834E31
Decimal1317849
Binary100000111001110110001
Octal20311661

Shades and tints

Shades of #834E31

#834E31
(131,78,49)
#78472D
(120,71,45)
#6D4029
(109,64,41)
#623925
(98,57,37)
#573221
(87,50,33)
#4C2B1D
(76,43,29)
#412419
(65,36,25)
#361D15
(54,29,21)
#2B1611
(43,22,17)
#200F0D
(32,15,13)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #834E31

#834E31
(131,78,49)
#8E5E43
(142,94,67)
#996E55
(153,110,85)
#A47E67
(164,126,103)
#AF8E79
(175,142,121)
#BA9E8B
(186,158,139)
#C5AE9D
(197,174,157)
#D0BEAF
(208,190,175)
#DBCEC1
(219,206,193)
#E6DED3
(230,222,211)
#F1EEE5
(241,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834E31 color. Also use rgb(131,78,49) instead hex code.

Text Font Color

.myTextColor { color: #834E31; }

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

This text font color is #834E31.


Background Color

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

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

This div background color is #834E31.


Border color

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

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

This div border color is #834E31.


Opacity

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

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

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

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

This text has shadow with #834E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834E31 on black background.


Color preview on white background

This text has color #834E31 on white background.



Black color preview on #834E31 background

This text has black color on #834E31 background.


White color preview on #834E31 background

This text has white color on #834E31 background.