COLOR #834744

HEX: #834744
RGB: (131,71,68)

Color info

#834744 contains mainly red color. Web safe color of #834744 is #993333 (or #933).

RGB color model

#834744 color RGB value is (131,71,68).

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

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 68 of 255 = 27%

131
71
68

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

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 68 = 270 (100%)
R 131 of 270 ~ 48.52%
G 71 of 270 ~ 26.3%
B 68 of 270 ~ 25.19%

%48.52
%26.3
%25.19

CMYK color model

#834744 color CMYK value is (0,46,48,49).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(0,46,48,49)
C0M46Y48K49 
(0%,46%,48%,49%)
(0.00/0.46/0.48/0.49)	

CMYK percentages

%0
%45.8
%48.09
%48.63

Codes

Color #834744 in popluar color models

834744
RGB1317168
HSL31.66%39.02%
HSB/HSV48.09%51.37%
CMYK0.00%45.80%48.09%
48.63%

Color #834744 in popluar number systems.

HEX834744
Decimal1317168
Binary1000001110001111000100
Octal203107104

Shades and tints

Shades of #834744

#834744
(131,71,68)
#78413E
(120,65,62)
#6D3B38
(109,59,56)
#623532
(98,53,50)
#572F2C
(87,47,44)
#4C2926
(76,41,38)
#412320
(65,35,32)
#361D1A
(54,29,26)
#2B1714
(43,23,20)
#20110E
(32,17,14)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #834744

#834744
(131,71,68)
#8E5755
(142,87,85)
#996766
(153,103,102)
#A47777
(164,119,119)
#AF8788
(175,135,136)
#BA9799
(186,151,153)
#C5A7AA
(197,167,170)
#D0B7BB
(208,183,187)
#DBC7CC
(219,199,204)
#E6D7DD
(230,215,221)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834744; }

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

This text font color is #834744.


Background Color

.myBgColor { background-color: #834744; }

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

This div background color is #834744.


Border color

.myBorderColor { border: 1px solid #834744; }

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

This div border color is #834744.


Opacity

.myOpacity80 { color: #834744; opacity: 0.8; }

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

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

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

This text has shadow with #834744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834744 on black background.


Color preview on white background

This text has color #834744 on white background.



Black color preview on #834744 background

This text has black color on #834744 background.


White color preview on #834744 background

This text has white color on #834744 background.