COLOR #826939

HEX: #826939
RGB: (130,105,57)

Color info

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

RGB color model

#826939 color RGB value is (130,105,57).

  • red value is 130;
  • green value is 105;
  • blue value is 57.
RGB:
(130,105,57)
(51%,41%,22%)

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 57 of 255 = 22%

130
105
57

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 57 = 292 (100%)
R 130 of 292 ~ 44.52%
G 105 of 292 ~ 35.96%
B 57 of 292 ~ 19.52%

%44.52
%35.96
%19.52

CMYK color model

#826939 color CMYK value is (0,19,56,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 56.15%
  • key color value is 49.02%
CMYK:
(0,19,56,49)
C0M19Y56K49 
(0%,19%,56%,49%)
(0.00/0.19/0.56/0.49)	

CMYK percentages

%0
%19.23
%56.15
%49.02

Codes

Color #826939 in popluar color models

826939
RGB13010557
HSL39°39.04%36.67%
HSB/HSV39°56.15%50.98%
CMYK0.00%19.23%56.15%
49.02%

Color #826939 in popluar number systems.

HEX826939
Decimal13010557
Binary100000101101001111001
Octal20215171

Shades and tints

Shades of #826939

#826939
(130,105,57)
#776034
(119,96,52)
#6C572F
(108,87,47)
#614E2A
(97,78,42)
#564525
(86,69,37)
#4B3C20
(75,60,32)
#40331B
(64,51,27)
#352A16
(53,42,22)
#2A2111
(42,33,17)
#1F180C
(31,24,12)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #826939

#826939
(130,105,57)
#8D764B
(141,118,75)
#98835D
(152,131,93)
#A3906F
(163,144,111)
#AE9D81
(174,157,129)
#B9AA93
(185,170,147)
#C4B7A5
(196,183,165)
#CFC4B7
(207,196,183)
#DAD1C9
(218,209,201)
#E5DEDB
(229,222,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826939 color. Also use rgb(130,105,57) instead hex code.

Text Font Color

.myTextColor { color: #826939; }

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

This text font color is #826939.


Background Color

.myBgColor { background-color: #826939; }

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

This div background color is #826939.


Border color

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

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

This div border color is #826939.


Opacity

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

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

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

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

This text has shadow with #826939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826939 on black background.


Color preview on white background

This text has color #826939 on white background.



Black color preview on #826939 background

This text has black color on #826939 background.


White color preview on #826939 background

This text has white color on #826939 background.