COLOR #834C4A

HEX: #834C4A
RGB: (131,76,74)

Color info

#834C4A contains red, green and blue colors in about the same proportion. Web safe color of #834C4A is #993333 (or #933).

RGB color model

#834C4A color RGB value is (131,76,74).

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

RGB channels and saturation

R 131 of 255 = 51%
G 76 of 255 = 30%
B 74 of 255 = 29%

131
76
74

R + G + B ~ 37%. #834C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 76 + 74 = 281 (100%)
R 131 of 281 ~ 46.62%
G 76 of 281 ~ 27.05%
B 74 of 281 ~ 26.33%

%46.62
%27.05
%26.33

CMYK color model

#834C4A color CMYK value is (0,42,44,49).

  • cyan value is 0.00%
  • magenta value is 41.98%
  • yellow value is 43.51%
  • key color value is 48.63%
CMYK:
(0,42,44,49)
C0M42Y44K49 
(0%,42%,44%,49%)
(0.00/0.42/0.44/0.49)	

CMYK percentages

%0
%41.98
%43.51
%48.63

Codes

Color #834C4A in popluar color models

834C4A
RGB1317674
HSL27.80%40.20%
HSB/HSV43.51%51.37%
CMYK0.00%41.98%43.51%
48.63%

Color #834C4A in popluar number systems.

HEX834C4A
Decimal1317674
Binary1000001110011001001010
Octal203114112

Shades and tints

Shades of #834C4A

#834C4A
(131,76,74)
#784644
(120,70,68)
#6D403E
(109,64,62)
#623A38
(98,58,56)
#573432
(87,52,50)
#4C2E2C
(76,46,44)
#412826
(65,40,38)
#362220
(54,34,32)
#2B1C1A
(43,28,26)
#201614
(32,22,20)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #834C4A

#834C4A
(131,76,74)
#8E5C5A
(142,92,90)
#996C6A
(153,108,106)
#A47C7A
(164,124,122)
#AF8C8A
(175,140,138)
#BA9C9A
(186,156,154)
#C5ACAA
(197,172,170)
#D0BCBA
(208,188,186)
#DBCCCA
(219,204,202)
#E6DCDA
(230,220,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834C4A; }

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

This text font color is #834C4A.


Background Color

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

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

This div background color is #834C4A.


Border color

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

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

This div border color is #834C4A.


Opacity

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

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

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

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

This text has shadow with #834C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834C4A on black background.


Color preview on white background

This text has color #834C4A on white background.



Black color preview on #834C4A background

This text has black color on #834C4A background.


White color preview on #834C4A background

This text has white color on #834C4A background.