COLOR #834F47

HEX: #834F47
RGB: (131,79,71)

Color info

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

RGB color model

#834F47 color RGB value is (131,79,71).

  • red value is 131;
  • green value is 79;
  • blue value is 71.
RGB:
(131,79,71)
(51%,31%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 71 of 255 = 28%

131
79
71

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

Portions of RGB colors in percentages

R + G + B =
131 + 79 + 71 = 281 (100%)
R 131 of 281 ~ 46.62%
G 79 of 281 ~ 28.11%
B 71 of 281 ~ 25.27%

%46.62
%28.11
%25.27

CMYK color model

#834F47 color CMYK value is (0,40,46,49).

  • cyan value is 0.00%
  • magenta value is 39.69%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,40,46,49)
C0M40Y46K49 
(0%,40%,46%,49%)
(0.00/0.40/0.46/0.49)	

CMYK percentages

%0
%39.69
%45.8
%48.63

Codes

Color #834F47 in popluar color models

834F47
RGB1317971
HSL29.70%39.61%
HSB/HSV45.80%51.37%
CMYK0.00%39.69%45.80%
48.63%

Color #834F47 in popluar number systems.

HEX834F47
Decimal1317971
Binary1000001110011111000111
Octal203117107

Shades and tints

Shades of #834F47

#834F47
(131,79,71)
#784841
(120,72,65)
#6D413B
(109,65,59)
#623A35
(98,58,53)
#57332F
(87,51,47)
#4C2C29
(76,44,41)
#412523
(65,37,35)
#361E1D
(54,30,29)
#2B1717
(43,23,23)
#201011
(32,16,17)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #834F47

#834F47
(131,79,71)
#8E5F57
(142,95,87)
#996F67
(153,111,103)
#A47F77
(164,127,119)
#AF8F87
(175,143,135)
#BA9F97
(186,159,151)
#C5AFA7
(197,175,167)
#D0BFB7
(208,191,183)
#DBCFC7
(219,207,199)
#E6DFD7
(230,223,215)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834F47 color. Also use rgb(131,79,71) instead hex code.

Text Font Color

.myTextColor { color: #834F47; }

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

This text font color is #834F47.


Background Color

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

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

This div background color is #834F47.


Border color

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

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

This div border color is #834F47.


Opacity

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

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

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

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

This text has shadow with #834F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834F47 on black background.


Color preview on white background

This text has color #834F47 on white background.



Black color preview on #834F47 background

This text has black color on #834F47 background.


White color preview on #834F47 background

This text has white color on #834F47 background.