COLOR #834E3E

HEX: #834E3E
RGB: (131,78,62)

Color info

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

RGB color model

#834E3E color RGB value is (131,78,62).

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

RGB channels and saturation

R 131 of 255 = 51%
G 78 of 255 = 31%
B 62 of 255 = 24%

131
78
62

R + G + B ~ 35%. #834E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 78 + 62 = 271 (100%)
R 131 of 271 ~ 48.34%
G 78 of 271 ~ 28.78%
B 62 of 271 ~ 22.88%

%48.34
%28.78
%22.88

CMYK color model

#834E3E color CMYK value is (0,40,53,49).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 52.67%
  • key color value is 48.63%
CMYK:
(0,40,53,49)
C0M40Y53K49 
(0%,40%,53%,49%)
(0.00/0.40/0.53/0.49)	

CMYK percentages

%0
%40.46
%52.67
%48.63

Codes

Color #834E3E in popluar color models

834E3E
RGB1317862
HSL14°35.75%37.84%
HSB/HSV14°52.67%51.37%
CMYK0.00%40.46%52.67%
48.63%

Color #834E3E in popluar number systems.

HEX834E3E
Decimal1317862
Binary100000111001110111110
Octal20311676

Shades and tints

Shades of #834E3E

#834E3E
(131,78,62)
#784739
(120,71,57)
#6D4034
(109,64,52)
#62392F
(98,57,47)
#57322A
(87,50,42)
#4C2B25
(76,43,37)
#412420
(65,36,32)
#361D1B
(54,29,27)
#2B1616
(43,22,22)
#200F11
(32,15,17)
#15080C
(21,8,12)
#000000
(0,0,0)

Tints of #834E3E

#834E3E
(131,78,62)
#8E5E4F
(142,94,79)
#996E60
(153,110,96)
#A47E71
(164,126,113)
#AF8E82
(175,142,130)
#BA9E93
(186,158,147)
#C5AEA4
(197,174,164)
#D0BEB5
(208,190,181)
#DBCEC6
(219,206,198)
#E6DED7
(230,222,215)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834E3E; }

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

This text font color is #834E3E.


Background Color

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

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

This div background color is #834E3E.


Border color

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

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

This div border color is #834E3E.


Opacity

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

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

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

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

This text has shadow with #834E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834E3E on black background.


Color preview on white background

This text has color #834E3E on white background.



Black color preview on #834E3E background

This text has black color on #834E3E background.


White color preview on #834E3E background

This text has white color on #834E3E background.