COLOR #826648

HEX: #826648
RGB: (130,102,72)

Color info

#826648 contains red, green and blue colors in about the same proportion. Web safe color of #826648 is #996633 (or #963).

RGB color model

#826648 color RGB value is (130,102,72).

  • red value is 130;
  • green value is 102;
  • blue value is 72.
RGB:
(130,102,72)
(51%,40%,28%)

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 72 of 255 = 28%

130
102
72

R + G + B ~ 40%. #826648 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 72 = 304 (100%)
R 130 of 304 ~ 42.76%
G 102 of 304 ~ 33.55%
B 72 of 304 ~ 23.68%

%42.76
%33.55
%23.68

CMYK color model

#826648 color CMYK value is (0,22,45,49).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 44.62%
  • key color value is 49.02%
CMYK:
(0,22,45,49)
C0M22Y45K49 
(0%,22%,45%,49%)
(0.00/0.22/0.45/0.49)	

CMYK percentages

%0
%21.54
%44.62
%49.02

Codes

Color #826648 in popluar color models

826648
RGB13010272
HSL31°28.71%39.61%
HSB/HSV31°44.62%50.98%
CMYK0.00%21.54%44.62%
49.02%

Color #826648 in popluar number systems.

HEX826648
Decimal13010272
Binary1000001011001101001000
Octal202146110

Shades and tints

Shades of #826648

#826648
(130,102,72)
#775D42
(119,93,66)
#6C543C
(108,84,60)
#614B36
(97,75,54)
#564230
(86,66,48)
#4B392A
(75,57,42)
#403024
(64,48,36)
#35271E
(53,39,30)
#2A1E18
(42,30,24)
#1F1512
(31,21,18)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #826648

#826648
(130,102,72)
#8D7358
(141,115,88)
#988068
(152,128,104)
#A38D78
(163,141,120)
#AE9A88
(174,154,136)
#B9A798
(185,167,152)
#C4B4A8
(196,180,168)
#CFC1B8
(207,193,184)
#DACEC8
(218,206,200)
#E5DBD8
(229,219,216)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826648 color. Also use rgb(130,102,72) instead hex code.

Text Font Color

.myTextColor { color: #826648; }

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

This text font color is #826648.


Background Color

.myBgColor { background-color: #826648; }

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

This div background color is #826648.


Border color

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

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

This div border color is #826648.


Opacity

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

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

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

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

This text has shadow with #826648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826648 on black background.


Color preview on white background

This text has color #826648 on white background.



Black color preview on #826648 background

This text has black color on #826648 background.


White color preview on #826648 background

This text has white color on #826648 background.