COLOR #826863

HEX: #826863
RGB: (130,104,99)

Color info

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

RGB color model

#826863 color RGB value is (130,104,99).

  • red value is 130;
  • green value is 104;
  • blue value is 99.
RGB:
(130,104,99)
(51%,41%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 99 of 255 = 39%

130
104
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 99 = 333 (100%)
R 130 of 333 ~ 39.04%
G 104 of 333 ~ 31.23%
B 99 of 333 ~ 29.73%

%39.04
%31.23
%29.73

CMYK color model

#826863 color CMYK value is (0,20,24,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(0,20,24,49)
C0M20Y24K49 
(0%,20%,24%,49%)
(0.00/0.20/0.24/0.49)	

CMYK percentages

%0
%20
%23.85
%49.02

Codes

Color #826863 in popluar color models

826863
RGB13010499
HSL10°13.54%44.90%
HSB/HSV10°23.85%50.98%
CMYK0.00%20.00%23.85%
49.02%

Color #826863 in popluar number systems.

HEX826863
Decimal13010499
Binary1000001011010001100011
Octal202150143

Shades and tints

Shades of #826863

#826863
(130,104,99)
#775F5A
(119,95,90)
#6C5651
(108,86,81)
#614D48
(97,77,72)
#56443F
(86,68,63)
#4B3B36
(75,59,54)
#40322D
(64,50,45)
#352924
(53,41,36)
#2A201B
(42,32,27)
#1F1712
(31,23,18)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #826863

#826863
(130,104,99)
#8D7571
(141,117,113)
#98827F
(152,130,127)
#A38F8D
(163,143,141)
#AE9C9B
(174,156,155)
#B9A9A9
(185,169,169)
#C4B6B7
(196,182,183)
#CFC3C5
(207,195,197)
#DAD0D3
(218,208,211)
#E5DDE1
(229,221,225)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826863 color. Also use rgb(130,104,99) instead hex code.

Text Font Color

.myTextColor { color: #826863; }

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

This text font color is #826863.


Background Color

.myBgColor { background-color: #826863; }

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

This div background color is #826863.


Border color

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

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

This div border color is #826863.


Opacity

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

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

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

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

This text has shadow with #826863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826863 on black background.


Color preview on white background

This text has color #826863 on white background.



Black color preview on #826863 background

This text has black color on #826863 background.


White color preview on #826863 background

This text has white color on #826863 background.