COLOR #834532

HEX: #834532
RGB: (131,69,50)

Color info

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

RGB color model

#834532 color RGB value is (131,69,50).

  • red value is 131;
  • green value is 69;
  • blue value is 50.
RGB:
(131,69,50)
(51%,27%,20%)

RGB channels and saturation

R 131 of 255 = 51%
G 69 of 255 = 27%
B 50 of 255 = 20%

131
69
50

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

Portions of RGB colors in percentages

R + G + B =
131 + 69 + 50 = 250 (100%)
R 131 of 250 ~ 52.4%
G 69 of 250 ~ 27.6%
B 50 of 250 ~ 20%

%52.4
%27.6
%20

CMYK color model

#834532 color CMYK value is (0,47,62,49).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 61.83%
  • key color value is 48.63%
CMYK:
(0,47,62,49)
C0M47Y62K49 
(0%,47%,62%,49%)
(0.00/0.47/0.62/0.49)	

CMYK percentages

%0
%47.33
%61.83
%48.63

Codes

Color #834532 in popluar color models

834532
RGB1316950
HSL14°44.75%35.49%
HSB/HSV14°61.83%51.37%
CMYK0.00%47.33%61.83%
48.63%

Color #834532 in popluar number systems.

HEX834532
Decimal1316950
Binary100000111000101110010
Octal20310562

Shades and tints

Shades of #834532

#834532
(131,69,50)
#783F2E
(120,63,46)
#6D392A
(109,57,42)
#623326
(98,51,38)
#572D22
(87,45,34)
#4C271E
(76,39,30)
#41211A
(65,33,26)
#361B16
(54,27,22)
#2B1512
(43,21,18)
#200F0E
(32,15,14)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #834532

#834532
(131,69,50)
#8E5544
(142,85,68)
#996556
(153,101,86)
#A47568
(164,117,104)
#AF857A
(175,133,122)
#BA958C
(186,149,140)
#C5A59E
(197,165,158)
#D0B5B0
(208,181,176)
#DBC5C2
(219,197,194)
#E6D5D4
(230,213,212)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834532 color. Also use rgb(131,69,50) instead hex code.

Text Font Color

.myTextColor { color: #834532; }

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

This text font color is #834532.


Background Color

.myBgColor { background-color: #834532; }

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

This div background color is #834532.


Border color

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

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

This div border color is #834532.


Opacity

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

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

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

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

This text has shadow with #834532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834532 on black background.


Color preview on white background

This text has color #834532 on white background.



Black color preview on #834532 background

This text has black color on #834532 background.


White color preview on #834532 background

This text has white color on #834532 background.