COLOR #826A0E

HEX: #826A0E
RGB: (130,106,14)

Color info

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

RGB color model

#826A0E color RGB value is (130,106,14).

  • red value is 130;
  • green value is 106;
  • blue value is 14.
RGB:
(130,106,14)
(51%,42%,5%)

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 14 of 255 = 5%

130
106
14

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 14 = 250 (100%)
R 130 of 250 ~ 52%
G 106 of 250 ~ 42.4%
B 14 of 250 ~ 5.6%

%52
%42.4

CMYK color model

#826A0E color CMYK value is (0,18,89,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 89.23%
  • key color value is 49.02%
CMYK:
(0,18,89,49)
C0M18Y89K49 
(0%,18%,89%,49%)
(0.00/0.18/0.89/0.49)	

CMYK percentages

%0
%18.46
%89.23
%49.02

Codes

Color #826A0E in popluar color models

826A0E
RGB13010614
HSL48°80.56%28.24%
HSB/HSV48°89.23%50.98%
CMYK0.00%18.46%89.23%
49.02%

Color #826A0E in popluar number systems.

HEX826A0E
Decimal13010614
Binary1000001011010101110
Octal20215216

Shades and tints

Shades of #826A0E

#826A0E
(130,106,14)
#77610D
(119,97,13)
#6C580C
(108,88,12)
#614F0B
(97,79,11)
#56460A
(86,70,10)
#4B3D09
(75,61,9)
#403408
(64,52,8)
#352B07
(53,43,7)
#2A2206
(42,34,6)
#1F1905
(31,25,5)
#141004
(20,16,4)
#000000
(0,0,0)

Tints of #826A0E

#826A0E
(130,106,14)
#8D7723
(141,119,35)
#988438
(152,132,56)
#A3914D
(163,145,77)
#AE9E62
(174,158,98)
#B9AB77
(185,171,119)
#C4B88C
(196,184,140)
#CFC5A1
(207,197,161)
#DAD2B6
(218,210,182)
#E5DFCB
(229,223,203)
#F0ECE0
(240,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826A0E color. Also use rgb(130,106,14) instead hex code.

Text Font Color

.myTextColor { color: #826A0E; }

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

This text font color is #826A0E.


Background Color

.myBgColor { background-color: #826A0E; }

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

This div background color is #826A0E.


Border color

.myBorderColor { border: 1px solid #826A0E; }

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

This div border color is #826A0E.


Opacity

.myOpacity80 { color: #826A0E; opacity: 0.8; }

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

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

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

This text has shadow with #826A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A0E on black background.


Color preview on white background

This text has color #826A0E on white background.



Black color preview on #826A0E background

This text has black color on #826A0E background.


White color preview on #826A0E background

This text has white color on #826A0E background.