COLOR #826E14

HEX: #826E14
RGB: (130,110,20)

Color info

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

RGB color model

#826E14 color RGB value is (130,110,20).

  • red value is 130;
  • green value is 110;
  • blue value is 20.
RGB:
(130,110,20)
(51%,43%,8%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 20 of 255 = 8%

130
110
20

R + G + B ~ 34%. #826E14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 20 = 260 (100%)
R 130 of 260 ~ 50%
G 110 of 260 ~ 42.31%
B 20 of 260 ~ 7.69%

%50
%42.31

CMYK color model

#826E14 color CMYK value is (0,15,85,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 84.62%
  • key color value is 49.02%
CMYK:
(0,15,85,49)
C0M15Y85K49 
(0%,15%,85%,49%)
(0.00/0.15/0.85/0.49)	

CMYK percentages

%0
%15.38
%84.62
%49.02

Codes

Color #826E14 in popluar color models

826E14
RGB13011020
HSL49°73.33%29.41%
HSB/HSV49°84.62%50.98%
CMYK0.00%15.38%84.62%
49.02%

Color #826E14 in popluar number systems.

HEX826E14
Decimal13011020
Binary10000010110111010100
Octal20215624

Shades and tints

Shades of #826E14

#826E14
(130,110,20)
#776413
(119,100,19)
#6C5A12
(108,90,18)
#615011
(97,80,17)
#564610
(86,70,16)
#4B3C0F
(75,60,15)
#40320E
(64,50,14)
#35280D
(53,40,13)
#2A1E0C
(42,30,12)
#1F140B
(31,20,11)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #826E14

#826E14
(130,110,20)
#8D7B29
(141,123,41)
#98883E
(152,136,62)
#A39553
(163,149,83)
#AEA268
(174,162,104)
#B9AF7D
(185,175,125)
#C4BC92
(196,188,146)
#CFC9A7
(207,201,167)
#DAD6BC
(218,214,188)
#E5E3D1
(229,227,209)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826E14 color. Also use rgb(130,110,20) instead hex code.

Text Font Color

.myTextColor { color: #826E14; }

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

This text font color is #826E14.


Background Color

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

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

This div background color is #826E14.


Border color

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

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

This div border color is #826E14.


Opacity

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

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

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

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

This text has shadow with #826E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E14 on black background.


Color preview on white background

This text has color #826E14 on white background.



Black color preview on #826E14 background

This text has black color on #826E14 background.


White color preview on #826E14 background

This text has white color on #826E14 background.