COLOR #826028

HEX: #826028
RGB: (130,96,40)

Color info

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

RGB color model

#826028 color RGB value is (130,96,40).

  • red value is 130;
  • green value is 96;
  • blue value is 40.
RGB:
(130,96,40)
(51%,38%,16%)

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 40 of 255 = 16%

130
96
40

R + G + B ~ 35%. #826028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 40 = 266 (100%)
R 130 of 266 ~ 48.87%
G 96 of 266 ~ 36.09%
B 40 of 266 ~ 15.04%

%48.87
%36.09
%15.04

CMYK color model

#826028 color CMYK value is (0,26,69,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 69.23%
  • key color value is 49.02%
CMYK:
(0,26,69,49)
C0M26Y69K49 
(0%,26%,69%,49%)
(0.00/0.26/0.69/0.49)	

CMYK percentages

%0
%26.15
%69.23
%49.02

Codes

Color #826028 in popluar color models

826028
RGB1309640
HSL37°52.94%33.33%
HSB/HSV37°69.23%50.98%
CMYK0.00%26.15%69.23%
49.02%

Color #826028 in popluar number systems.

HEX826028
Decimal1309640
Binary100000101100000101000
Octal20214050

Shades and tints

Shades of #826028

#826028
(130,96,40)
#775825
(119,88,37)
#6C5022
(108,80,34)
#61481F
(97,72,31)
#56401C
(86,64,28)
#4B3819
(75,56,25)
#403016
(64,48,22)
#352813
(53,40,19)
#2A2010
(42,32,16)
#1F180D
(31,24,13)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #826028

#826028
(130,96,40)
#8D6E3B
(141,110,59)
#987C4E
(152,124,78)
#A38A61
(163,138,97)
#AE9874
(174,152,116)
#B9A687
(185,166,135)
#C4B49A
(196,180,154)
#CFC2AD
(207,194,173)
#DAD0C0
(218,208,192)
#E5DED3
(229,222,211)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826028 color. Also use rgb(130,96,40) instead hex code.

Text Font Color

.myTextColor { color: #826028; }

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

This text font color is #826028.


Background Color

.myBgColor { background-color: #826028; }

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

This div background color is #826028.


Border color

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

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

This div border color is #826028.


Opacity

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

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

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

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

This text has shadow with #826028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826028 on black background.


Color preview on white background

This text has color #826028 on white background.



Black color preview on #826028 background

This text has black color on #826028 background.


White color preview on #826028 background

This text has white color on #826028 background.