COLOR #826069

HEX: #826069
RGB: (130,96,105)

Color info

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

RGB color model

#826069 color RGB value is (130,96,105).

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

RGB channels and saturation

R 130 of 255 = 51%
G 96 of 255 = 38%
B 105 of 255 = 41%

130
96
105

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

Portions of RGB colors in percentages

R + G + B =
130 + 96 + 105 = 331 (100%)
R 130 of 331 ~ 39.27%
G 96 of 331 ~ 29%
B 105 of 331 ~ 31.72%

%39.27
%29
%31.72

CMYK color model

#826069 color CMYK value is (0,26,19,49).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 19.23%
  • key color value is 49.02%
CMYK:
(0,26,19,49)
C0M26Y19K49 
(0%,26%,19%,49%)
(0.00/0.26/0.19/0.49)	

CMYK percentages

%0
%26.15
%19.23
%49.02

Codes

Color #826069 in popluar color models

826069
RGB13096105
HSL344°15.04%44.31%
HSB/HSV344°26.15%50.98%
CMYK0.00%26.15%19.23%
49.02%

Color #826069 in popluar number systems.

HEX826069
Decimal13096105
Binary1000001011000001101001
Octal202140151

Shades and tints

Shades of #826069

#826069
(130,96,105)
#775860
(119,88,96)
#6C5057
(108,80,87)
#61484E
(97,72,78)
#564045
(86,64,69)
#4B383C
(75,56,60)
#403033
(64,48,51)
#35282A
(53,40,42)
#2A2021
(42,32,33)
#1F1818
(31,24,24)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #826069

#826069
(130,96,105)
#8D6E76
(141,110,118)
#987C83
(152,124,131)
#A38A90
(163,138,144)
#AE989D
(174,152,157)
#B9A6AA
(185,166,170)
#C4B4B7
(196,180,183)
#CFC2C4
(207,194,196)
#DAD0D1
(218,208,209)
#E5DEDE
(229,222,222)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826069; }

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

This text font color is #826069.


Background Color

.myBgColor { background-color: #826069; }

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

This div background color is #826069.


Border color

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

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

This div border color is #826069.


Opacity

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

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

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

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

This text has shadow with #826069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826069 on black background.


Color preview on white background

This text has color #826069 on white background.



Black color preview on #826069 background

This text has black color on #826069 background.


White color preview on #826069 background

This text has white color on #826069 background.