COLOR #826E52

HEX: #826E52
RGB: (130,110,82)

Color info

#826E52 contains red, green and blue colors in about the same proportion. Web safe color of #826E52 is #996666 (or #966).

RGB color model

#826E52 color RGB value is (130,110,82).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 82 of 255 = 32%

130
110
82

R + G + B ~ 42%. #826E52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 82 = 322 (100%)
R 130 of 322 ~ 40.37%
G 110 of 322 ~ 34.16%
B 82 of 322 ~ 25.47%

%40.37
%34.16
%25.47

CMYK color model

#826E52 color CMYK value is (0,15,37,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK:
(0,15,37,49)
C0M15Y37K49 
(0%,15%,37%,49%)
(0.00/0.15/0.37/0.49)	

CMYK percentages

%0
%15.38
%36.92
%49.02

Codes

Color #826E52 in popluar color models

826E52
RGB13011082
HSL35°22.64%41.57%
HSB/HSV35°36.92%50.98%
CMYK0.00%15.38%36.92%
49.02%

Color #826E52 in popluar number systems.

HEX826E52
Decimal13011082
Binary1000001011011101010010
Octal202156122

Shades and tints

Shades of #826E52

#826E52
(130,110,82)
#77644B
(119,100,75)
#6C5A44
(108,90,68)
#61503D
(97,80,61)
#564636
(86,70,54)
#4B3C2F
(75,60,47)
#403228
(64,50,40)
#352821
(53,40,33)
#2A1E1A
(42,30,26)
#1F1413
(31,20,19)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #826E52

#826E52
(130,110,82)
#8D7B61
(141,123,97)
#988870
(152,136,112)
#A3957F
(163,149,127)
#AEA28E
(174,162,142)
#B9AF9D
(185,175,157)
#C4BCAC
(196,188,172)
#CFC9BB
(207,201,187)
#DAD6CA
(218,214,202)
#E5E3D9
(229,227,217)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E52; }

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

This text font color is #826E52.


Background Color

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

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

This div background color is #826E52.


Border color

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

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

This div border color is #826E52.


Opacity

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

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

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

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

This text has shadow with #826E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E52 on black background.


Color preview on white background

This text has color #826E52 on white background.



Black color preview on #826E52 background

This text has black color on #826E52 background.


White color preview on #826E52 background

This text has white color on #826E52 background.