COLOR #826516

HEX: #826516
RGB: (130,101,22)

Color info

#826516 contains mainly red and green colors. Web safe color of #826516 is #996600 (or #960).

RGB color model

#826516 color RGB value is (130,101,22).

  • red value is 130;
  • green value is 101;
  • blue value is 22.
RGB:
(130,101,22)
(51%,40%,9%)

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 22 of 255 = 9%

130
101
22

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 22 = 253 (100%)
R 130 of 253 ~ 51.38%
G 101 of 253 ~ 39.92%
B 22 of 253 ~ 8.7%

%51.38
%39.92

CMYK color model

#826516 color CMYK value is (0,22,83,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 83.08%
  • key color value is 49.02%
CMYK:
(0,22,83,49)
C0M22Y83K49 
(0%,22%,83%,49%)
(0.00/0.22/0.83/0.49)	

CMYK percentages

%0
%22.31
%83.08
%49.02

Codes

Color #826516 in popluar color models

826516
RGB13010122
HSL44°71.05%29.80%
HSB/HSV44°83.08%50.98%
CMYK0.00%22.31%83.08%
49.02%

Color #826516 in popluar number systems.

HEX826516
Decimal13010122
Binary10000010110010110110
Octal20214526

Shades and tints

Shades of #826516

#826516
(130,101,22)
#775C14
(119,92,20)
#6C5312
(108,83,18)
#614A10
(97,74,16)
#56410E
(86,65,14)
#4B380C
(75,56,12)
#402F0A
(64,47,10)
#352608
(53,38,8)
#2A1D06
(42,29,6)
#1F1404
(31,20,4)
#140B02
(20,11,2)
#000000
(0,0,0)

Tints of #826516

#826516
(130,101,22)
#8D732B
(141,115,43)
#988140
(152,129,64)
#A38F55
(163,143,85)
#AE9D6A
(174,157,106)
#B9AB7F
(185,171,127)
#C4B994
(196,185,148)
#CFC7A9
(207,199,169)
#DAD5BE
(218,213,190)
#E5E3D3
(229,227,211)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826516 color. Also use rgb(130,101,22) instead hex code.

Text Font Color

.myTextColor { color: #826516; }

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

This text font color is #826516.


Background Color

.myBgColor { background-color: #826516; }

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

This div background color is #826516.


Border color

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

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

This div border color is #826516.


Opacity

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

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

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

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

This text has shadow with #826516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826516 on black background.


Color preview on white background

This text has color #826516 on white background.



Black color preview on #826516 background

This text has black color on #826516 background.


White color preview on #826516 background

This text has white color on #826516 background.