COLOR #82738B

HEX: #82738B
RGB: (130,115,139)

Color info

#82738B contains red, green and blue colors in about the same proportion. Web safe color of #82738B is #996699 (or #969).

RGB color model

#82738B color RGB value is (130,115,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 139 of 255 = 55%

130
115
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 139 = 384 (100%)
R 130 of 384 ~ 33.85%
G 115 of 384 ~ 29.95%
B 139 of 384 ~ 36.2%

%33.85
%29.95
%36.2

CMYK color model

#82738B color CMYK value is (6,17,0,45).

  • cyan value is 6.47%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,17,0,45)
C6M17Y0K45 
(6%,17%,0%,45%)
(0.06/0.17/0.00/0.45)	

CMYK percentages

%6.47
%17.27
%0
%45.49

Codes

Color #82738B in popluar color models

82738B
RGB130115139
HSL278°9.45%49.80%
HSB/HSV278°17.27%54.51%
CMYK6.47%17.27%0.00%
45.49%

Color #82738B in popluar number systems.

HEX82738B
Decimal130115139
Binary10000010111001110001011
Octal202163213

Shades and tints

Shades of #82738B

#82738B
(130,115,139)
#77697F
(119,105,127)
#6C5F73
(108,95,115)
#615567
(97,85,103)
#564B5B
(86,75,91)
#4B414F
(75,65,79)
#403743
(64,55,67)
#352D37
(53,45,55)
#2A232B
(42,35,43)
#1F191F
(31,25,31)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #82738B

#82738B
(130,115,139)
#8D7F95
(141,127,149)
#988B9F
(152,139,159)
#A397A9
(163,151,169)
#AEA3B3
(174,163,179)
#B9AFBD
(185,175,189)
#C4BBC7
(196,187,199)
#CFC7D1
(207,199,209)
#DAD3DB
(218,211,219)
#E5DFE5
(229,223,229)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82738B; }

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

This text font color is #82738B.


Background Color

.myBgColor { background-color: #82738B; }

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

This div background color is #82738B.


Border color

.myBorderColor { border: 1px solid #82738B; }

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

This div border color is #82738B.


Opacity

.myOpacity80 { color: #82738B; opacity: 0.8; }

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

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

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

This text has shadow with #82738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82738B on black background.


Color preview on white background

This text has color #82738B on white background.



Black color preview on #82738B background

This text has black color on #82738B background.


White color preview on #82738B background

This text has white color on #82738B background.