COLOR #826E75

HEX: #826E75
RGB: (130,110,117)

Color info

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

RGB color model

#826E75 color RGB value is (130,110,117).

  • red value is 130;
  • green value is 110;
  • blue value is 117.
RGB:
(130,110,117)
(51%,43%,46%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 117 of 255 = 46%

130
110
117

R + G + B ~ 47%. #826E75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 117 = 357 (100%)
R 130 of 357 ~ 36.41%
G 110 of 357 ~ 30.81%
B 117 of 357 ~ 32.77%

%36.41
%30.81
%32.77

CMYK color model

#826E75 color CMYK value is (0,15,10,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 10.00%
  • key color value is 49.02%
CMYK:
(0,15,10,49)
C0M15Y10K49 
(0%,15%,10%,49%)
(0.00/0.15/0.10/0.49)	

CMYK percentages

%0
%15.38
%10
%49.02

Codes

Color #826E75 in popluar color models

826E75
RGB130110117
HSL339°8.33%47.06%
HSB/HSV339°15.38%50.98%
CMYK0.00%15.38%10.00%
49.02%

Color #826E75 in popluar number systems.

HEX826E75
Decimal130110117
Binary1000001011011101110101
Octal202156165

Shades and tints

Shades of #826E75

#826E75
(130,110,117)
#77646B
(119,100,107)
#6C5A61
(108,90,97)
#615057
(97,80,87)
#56464D
(86,70,77)
#4B3C43
(75,60,67)
#403239
(64,50,57)
#35282F
(53,40,47)
#2A1E25
(42,30,37)
#1F141B
(31,20,27)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #826E75

#826E75
(130,110,117)
#8D7B81
(141,123,129)
#98888D
(152,136,141)
#A39599
(163,149,153)
#AEA2A5
(174,162,165)
#B9AFB1
(185,175,177)
#C4BCBD
(196,188,189)
#CFC9C9
(207,201,201)
#DAD6D5
(218,214,213)
#E5E3E1
(229,227,225)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826E75 color. Also use rgb(130,110,117) instead hex code.

Text Font Color

.myTextColor { color: #826E75; }

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

This text font color is #826E75.


Background Color

.myBgColor { background-color: #826E75; }

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

This div background color is #826E75.


Border color

.myBorderColor { border: 1px solid #826E75; }

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

This div border color is #826E75.


Opacity

.myOpacity80 { color: #826E75; opacity: 0.8; }

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

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

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

This text has shadow with #826E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E75 on black background.


Color preview on white background

This text has color #826E75 on white background.



Black color preview on #826E75 background

This text has black color on #826E75 background.


White color preview on #826E75 background

This text has white color on #826E75 background.