COLOR #826142

HEX: #826142
RGB: (130,97,66)

Color info

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

RGB color model

#826142 color RGB value is (130,97,66).

  • red value is 130;
  • green value is 97;
  • blue value is 66.
RGB:
(130,97,66)
(51%,38%,26%)

RGB channels and saturation

R 130 of 255 = 51%
G 97 of 255 = 38%
B 66 of 255 = 26%

130
97
66

R + G + B ~ 38%. #826142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 97 + 66 = 293 (100%)
R 130 of 293 ~ 44.37%
G 97 of 293 ~ 33.11%
B 66 of 293 ~ 22.53%

%44.37
%33.11
%22.53

CMYK color model

#826142 color CMYK value is (0,25,49,49).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 49.23%
  • key color value is 49.02%
CMYK:
(0,25,49,49)
C0M25Y49K49 
(0%,25%,49%,49%)
(0.00/0.25/0.49/0.49)	

CMYK percentages

%0
%25.38
%49.23
%49.02

Codes

Color #826142 in popluar color models

826142
RGB1309766
HSL29°32.65%38.43%
HSB/HSV29°49.23%50.98%
CMYK0.00%25.38%49.23%
49.02%

Color #826142 in popluar number systems.

HEX826142
Decimal1309766
Binary1000001011000011000010
Octal202141102

Shades and tints

Shades of #826142

#826142
(130,97,66)
#77593C
(119,89,60)
#6C5136
(108,81,54)
#614930
(97,73,48)
#56412A
(86,65,42)
#4B3924
(75,57,36)
#40311E
(64,49,30)
#352918
(53,41,24)
#2A2112
(42,33,18)
#1F190C
(31,25,12)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #826142

#826142
(130,97,66)
#8D6F53
(141,111,83)
#987D64
(152,125,100)
#A38B75
(163,139,117)
#AE9986
(174,153,134)
#B9A797
(185,167,151)
#C4B5A8
(196,181,168)
#CFC3B9
(207,195,185)
#DAD1CA
(218,209,202)
#E5DFDB
(229,223,219)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826142 color. Also use rgb(130,97,66) instead hex code.

Text Font Color

.myTextColor { color: #826142; }

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

This text font color is #826142.


Background Color

.myBgColor { background-color: #826142; }

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

This div background color is #826142.


Border color

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

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

This div border color is #826142.


Opacity

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

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

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

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

This text has shadow with #826142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826142 on black background.


Color preview on white background

This text has color #826142 on white background.



Black color preview on #826142 background

This text has black color on #826142 background.


White color preview on #826142 background

This text has white color on #826142 background.