COLOR #826969

HEX: #826969
RGB: (130,105,105)

Color info

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

RGB color model

#826969 color RGB value is (130,105,105).

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

RGB channels and saturation

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

130
105
105

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 105 = 340 (100%)
R 130 of 340 ~ 38.24%
G 105 of 340 ~ 30.88%
B 105 of 340 ~ 30.88%

%38.24
%30.88
%30.88

CMYK color model

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

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

CMYK percentages

%0
%19.23
%19.23
%49.02

Codes

Color #826969 in popluar color models

826969
RGB130105105
HSL10.64%46.08%
HSB/HSV19.23%50.98%
CMYK0.00%19.23%19.23%
49.02%

Color #826969 in popluar number systems.

HEX826969
Decimal130105105
Binary1000001011010011101001
Octal202151151

Shades and tints

Shades of #826969

#826969
(130,105,105)
#776060
(119,96,96)
#6C5757
(108,87,87)
#614E4E
(97,78,78)
#564545
(86,69,69)
#4B3C3C
(75,60,60)
#403333
(64,51,51)
#352A2A
(53,42,42)
#2A2121
(42,33,33)
#1F1818
(31,24,24)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #826969

#826969
(130,105,105)
#8D7676
(141,118,118)
#988383
(152,131,131)
#A39090
(163,144,144)
#AE9D9D
(174,157,157)
#B9AAAA
(185,170,170)
#C4B7B7
(196,183,183)
#CFC4C4
(207,196,196)
#DAD1D1
(218,209,209)
#E5DEDE
(229,222,222)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826969; }

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

This text font color is #826969.


Background Color

.myBgColor { background-color: #826969; }

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

This div background color is #826969.


Border color

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

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

This div border color is #826969.


Opacity

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

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

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

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

This text has shadow with #826969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826969 on black background.


Color preview on white background

This text has color #826969 on white background.



Black color preview on #826969 background

This text has black color on #826969 background.


White color preview on #826969 background

This text has white color on #826969 background.