COLOR #834336

HEX: #834336
RGB: (131,67,54)

Color info

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

RGB color model

#834336 color RGB value is (131,67,54).

  • red value is 131;
  • green value is 67;
  • blue value is 54.
RGB:
(131,67,54)
(51%,26%,21%)

RGB channels and saturation

R 131 of 255 = 51%
G 67 of 255 = 26%
B 54 of 255 = 21%

131
67
54

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

Portions of RGB colors in percentages

R + G + B =
131 + 67 + 54 = 252 (100%)
R 131 of 252 ~ 51.98%
G 67 of 252 ~ 26.59%
B 54 of 252 ~ 21.43%

%51.98
%26.59
%21.43

CMYK color model

#834336 color CMYK value is (0,49,59,49).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 58.78%
  • key color value is 48.63%
CMYK:
(0,49,59,49)
C0M49Y59K49 
(0%,49%,59%,49%)
(0.00/0.49/0.59/0.49)	

CMYK percentages

%0
%48.85
%58.78
%48.63

Codes

Color #834336 in popluar color models

834336
RGB1316754
HSL10°41.62%36.27%
HSB/HSV10°58.78%51.37%
CMYK0.00%48.85%58.78%
48.63%

Color #834336 in popluar number systems.

HEX834336
Decimal1316754
Binary100000111000011110110
Octal20310366

Shades and tints

Shades of #834336

#834336
(131,67,54)
#783D32
(120,61,50)
#6D372E
(109,55,46)
#62312A
(98,49,42)
#572B26
(87,43,38)
#4C2522
(76,37,34)
#411F1E
(65,31,30)
#36191A
(54,25,26)
#2B1316
(43,19,22)
#200D12
(32,13,18)
#15070E
(21,7,14)
#000000
(0,0,0)

Tints of #834336

#834336
(131,67,54)
#8E5448
(142,84,72)
#99655A
(153,101,90)
#A4766C
(164,118,108)
#AF877E
(175,135,126)
#BA9890
(186,152,144)
#C5A9A2
(197,169,162)
#D0BAB4
(208,186,180)
#DBCBC6
(219,203,198)
#E6DCD8
(230,220,216)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834336 color. Also use rgb(131,67,54) instead hex code.

Text Font Color

.myTextColor { color: #834336; }

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

This text font color is #834336.


Background Color

.myBgColor { background-color: #834336; }

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

This div background color is #834336.


Border color

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

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

This div border color is #834336.


Opacity

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

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

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

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

This text has shadow with #834336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834336 on black background.


Color preview on white background

This text has color #834336 on white background.



Black color preview on #834336 background

This text has black color on #834336 background.


White color preview on #834336 background

This text has white color on #834336 background.