COLOR #834A34

HEX: #834A34
RGB: (131,74,52)

Color info

#834A34 contains mainly red and green colors. Web safe color of #834A34 is #993333 (or #933).

RGB color model

#834A34 color RGB value is (131,74,52).

  • red value is 131;
  • green value is 74;
  • blue value is 52.
RGB:
(131,74,52)
(51%,29%,20%)

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 52 of 255 = 20%

131
74
52

R + G + B ~ 33%. #834A34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 52 = 257 (100%)
R 131 of 257 ~ 50.97%
G 74 of 257 ~ 28.79%
B 52 of 257 ~ 20.23%

%50.97
%28.79
%20.23

CMYK color model

#834A34 color CMYK value is (0,44,60,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 60.31%
  • key color value is 48.63%
CMYK:
(0,44,60,49)
C0M44Y60K49 
(0%,44%,60%,49%)
(0.00/0.44/0.60/0.49)	

CMYK percentages

%0
%43.51
%60.31
%48.63

Codes

Color #834A34 in popluar color models

834A34
RGB1317452
HSL17°43.17%35.88%
HSB/HSV17°60.31%51.37%
CMYK0.00%43.51%60.31%
48.63%

Color #834A34 in popluar number systems.

HEX834A34
Decimal1317452
Binary100000111001010110100
Octal20311264

Shades and tints

Shades of #834A34

#834A34
(131,74,52)
#784430
(120,68,48)
#6D3E2C
(109,62,44)
#623828
(98,56,40)
#573224
(87,50,36)
#4C2C20
(76,44,32)
#41261C
(65,38,28)
#362018
(54,32,24)
#2B1A14
(43,26,20)
#201410
(32,20,16)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #834A34

#834A34
(131,74,52)
#8E5A46
(142,90,70)
#996A58
(153,106,88)
#A47A6A
(164,122,106)
#AF8A7C
(175,138,124)
#BA9A8E
(186,154,142)
#C5AAA0
(197,170,160)
#D0BAB2
(208,186,178)
#DBCAC4
(219,202,196)
#E6DAD6
(230,218,214)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834A34 color. Also use rgb(131,74,52) instead hex code.

Text Font Color

.myTextColor { color: #834A34; }

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

This text font color is #834A34.


Background Color

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

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

This div background color is #834A34.


Border color

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

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

This div border color is #834A34.


Opacity

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

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

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

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

This text has shadow with #834A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A34 on black background.


Color preview on white background

This text has color #834A34 on white background.



Black color preview on #834A34 background

This text has black color on #834A34 background.


White color preview on #834A34 background

This text has white color on #834A34 background.