COLOR #826173

HEX: #826173
RGB: (130,97,115)

Color info

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

RGB color model

#826173 color RGB value is (130,97,115).

  • red value is 130;
  • green value is 97;
  • blue value is 115.
RGB:
(130,97,115)
(51%,38%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 97 of 255 = 38%
B 115 of 255 = 45%

130
97
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 97 + 115 = 342 (100%)
R 130 of 342 ~ 38.01%
G 97 of 342 ~ 28.36%
B 115 of 342 ~ 33.63%

%38.01
%28.36
%33.63

CMYK color model

#826173 color CMYK value is (0,25,12,49).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(0,25,12,49)
C0M25Y12K49 
(0%,25%,12%,49%)
(0.00/0.25/0.12/0.49)	

CMYK percentages

%0
%25.38
%11.54
%49.02

Codes

Color #826173 in popluar color models

826173
RGB13097115
HSL327°14.54%44.51%
HSB/HSV327°25.38%50.98%
CMYK0.00%25.38%11.54%
49.02%

Color #826173 in popluar number systems.

HEX826173
Decimal13097115
Binary1000001011000011110011
Octal202141163

Shades and tints

Shades of #826173

#826173
(130,97,115)
#775969
(119,89,105)
#6C515F
(108,81,95)
#614955
(97,73,85)
#56414B
(86,65,75)
#4B3941
(75,57,65)
#403137
(64,49,55)
#35292D
(53,41,45)
#2A2123
(42,33,35)
#1F1919
(31,25,25)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #826173

#826173
(130,97,115)
#8D6F7F
(141,111,127)
#987D8B
(152,125,139)
#A38B97
(163,139,151)
#AE99A3
(174,153,163)
#B9A7AF
(185,167,175)
#C4B5BB
(196,181,187)
#CFC3C7
(207,195,199)
#DAD1D3
(218,209,211)
#E5DFDF
(229,223,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826173; }

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

This text font color is #826173.


Background Color

.myBgColor { background-color: #826173; }

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

This div background color is #826173.


Border color

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

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

This div border color is #826173.


Opacity

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

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

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

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

This text has shadow with #826173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826173 on black background.


Color preview on white background

This text has color #826173 on white background.



Black color preview on #826173 background

This text has black color on #826173 background.


White color preview on #826173 background

This text has white color on #826173 background.