COLOR #826334

HEX: #826334
RGB: (130,99,52)

Color info

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

RGB color model

#826334 color RGB value is (130,99,52).

  • red value is 130;
  • green value is 99;
  • blue value is 52.
RGB:
(130,99,52)
(51%,39%,20%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 52 of 255 = 20%

130
99
52

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 52 = 281 (100%)
R 130 of 281 ~ 46.26%
G 99 of 281 ~ 35.23%
B 52 of 281 ~ 18.51%

%46.26
%35.23
%18.51

CMYK color model

#826334 color CMYK value is (0,24,60,49).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 60.00%
  • key color value is 49.02%
CMYK:
(0,24,60,49)
C0M24Y60K49 
(0%,24%,60%,49%)
(0.00/0.24/0.60/0.49)	

CMYK percentages

%0
%23.85
%60
%49.02

Codes

Color #826334 in popluar color models

826334
RGB1309952
HSL36°42.86%35.69%
HSB/HSV36°60.00%50.98%
CMYK0.00%23.85%60.00%
49.02%

Color #826334 in popluar number systems.

HEX826334
Decimal1309952
Binary100000101100011110100
Octal20214364

Shades and tints

Shades of #826334

#826334
(130,99,52)
#775A30
(119,90,48)
#6C512C
(108,81,44)
#614828
(97,72,40)
#563F24
(86,63,36)
#4B3620
(75,54,32)
#402D1C
(64,45,28)
#352418
(53,36,24)
#2A1B14
(42,27,20)
#1F1210
(31,18,16)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #826334

#826334
(130,99,52)
#8D7146
(141,113,70)
#987F58
(152,127,88)
#A38D6A
(163,141,106)
#AE9B7C
(174,155,124)
#B9A98E
(185,169,142)
#C4B7A0
(196,183,160)
#CFC5B2
(207,197,178)
#DAD3C4
(218,211,196)
#E5E1D6
(229,225,214)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826334 color. Also use rgb(130,99,52) instead hex code.

Text Font Color

.myTextColor { color: #826334; }

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

This text font color is #826334.


Background Color

.myBgColor { background-color: #826334; }

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

This div background color is #826334.


Border color

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

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

This div border color is #826334.


Opacity

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

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

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

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

This text has shadow with #826334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826334 on black background.


Color preview on white background

This text has color #826334 on white background.



Black color preview on #826334 background

This text has black color on #826334 background.


White color preview on #826334 background

This text has white color on #826334 background.