COLOR #834A40

HEX: #834A40
RGB: (131,74,64)

Color info

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

RGB color model

#834A40 color RGB value is (131,74,64).

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

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 64 of 255 = 25%

131
74
64

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 64 = 269 (100%)
R 131 of 269 ~ 48.7%
G 74 of 269 ~ 27.51%
B 64 of 269 ~ 23.79%

%48.7
%27.51
%23.79

CMYK color model

#834A40 color CMYK value is (0,44,51,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(0,44,51,49)
C0M44Y51K49 
(0%,44%,51%,49%)
(0.00/0.44/0.51/0.49)	

CMYK percentages

%0
%43.51
%51.15
%48.63

Codes

Color #834A40 in popluar color models

834A40
RGB1317464
HSL34.36%38.24%
HSB/HSV51.15%51.37%
CMYK0.00%43.51%51.15%
48.63%

Color #834A40 in popluar number systems.

HEX834A40
Decimal1317464
Binary1000001110010101000000
Octal203112100

Shades and tints

Shades of #834A40

#834A40
(131,74,64)
#78443B
(120,68,59)
#6D3E36
(109,62,54)
#623831
(98,56,49)
#57322C
(87,50,44)
#4C2C27
(76,44,39)
#412622
(65,38,34)
#36201D
(54,32,29)
#2B1A18
(43,26,24)
#201413
(32,20,19)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #834A40

#834A40
(131,74,64)
#8E5A51
(142,90,81)
#996A62
(153,106,98)
#A47A73
(164,122,115)
#AF8A84
(175,138,132)
#BA9A95
(186,154,149)
#C5AAA6
(197,170,166)
#D0BAB7
(208,186,183)
#DBCAC8
(219,202,200)
#E6DAD9
(230,218,217)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834A40; }

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

This text font color is #834A40.


Background Color

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

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

This div background color is #834A40.


Border color

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

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

This div border color is #834A40.


Opacity

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

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

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

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

This text has shadow with #834A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A40 on black background.


Color preview on white background

This text has color #834A40 on white background.



Black color preview on #834A40 background

This text has black color on #834A40 background.


White color preview on #834A40 background

This text has white color on #834A40 background.