COLOR #826763

HEX: #826763
RGB: (130,103,99)

Color info

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

RGB color model

#826763 color RGB value is (130,103,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 99 of 255 = 39%

130
103
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 99 = 332 (100%)
R 130 of 332 ~ 39.16%
G 103 of 332 ~ 31.02%
B 99 of 332 ~ 29.82%

%39.16
%31.02
%29.82

CMYK color model

#826763 color CMYK value is (0,21,24,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(0,21,24,49)
C0M21Y24K49 
(0%,21%,24%,49%)
(0.00/0.21/0.24/0.49)	

CMYK percentages

%0
%20.77
%23.85
%49.02

Codes

Color #826763 in popluar color models

826763
RGB13010399
HSL13.54%44.90%
HSB/HSV23.85%50.98%
CMYK0.00%20.77%23.85%
49.02%

Color #826763 in popluar number systems.

HEX826763
Decimal13010399
Binary1000001011001111100011
Octal202147143

Shades and tints

Shades of #826763

#826763
(130,103,99)
#775E5A
(119,94,90)
#6C5551
(108,85,81)
#614C48
(97,76,72)
#56433F
(86,67,63)
#4B3A36
(75,58,54)
#40312D
(64,49,45)
#352824
(53,40,36)
#2A1F1B
(42,31,27)
#1F1612
(31,22,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #826763

#826763
(130,103,99)
#8D7471
(141,116,113)
#98817F
(152,129,127)
#A38E8D
(163,142,141)
#AE9B9B
(174,155,155)
#B9A8A9
(185,168,169)
#C4B5B7
(196,181,183)
#CFC2C5
(207,194,197)
#DACFD3
(218,207,211)
#E5DCE1
(229,220,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826763; }

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

This text font color is #826763.


Background Color

.myBgColor { background-color: #826763; }

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

This div background color is #826763.


Border color

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

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

This div border color is #826763.


Opacity

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

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

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

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

This text has shadow with #826763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826763 on black background.


Color preview on white background

This text has color #826763 on white background.



Black color preview on #826763 background

This text has black color on #826763 background.


White color preview on #826763 background

This text has white color on #826763 background.