COLOR #82739B

HEX: #82739B RGB: (130,115,155)

Color info

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

RGB color model

#82739B color RGB value is (130,115,155).

RGB: (130,115,155) (51%, 45%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 155 of 255 = 61%

130
115
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 115 + 155 = 400 (100%)
R 130 of 400 ~ 32.5%
G 115 of 400 ~ 28.75%
B 155 of 400 ~ 38.75'%

%32.5
%28.75
%38.75

CMYK color model

#82739B color CMYK value is (16,26,0,39).

  • cyan value is 16.13%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (16,26,0,39)
C16M26Y0K39 (16%, 26%, 0%, 39%)
(0.16 / 0.26 / 0.00 / 0.39)

CMYK percentages

%16.13
%25.81
%0
%39.22

Codes

Color #82739B in popluar color models

82 73 9B
RGB 130 115 155
HSL 263° 16.67% 52.94%
HSB/HSV 263° 25.81% 60.78%
CMYK 16.13% 25.81% 0.00%
39.22%

Color #82739B in popluar number systems.

HEX 82 73 9B
Decimal 130 115 155
Binary 10000010 1110011 10011011
Octal 202 163 233

Shades and tints

Shades of #82739B

#82739B
(130,115,155)
#77698D
(119,105,141)
#6C5F7F
(108,95,127)
#615571
(97,85,113)
#564B63
(86,75,99)
#4B4155
(75,65,85)
#403747
(64,55,71)
#352D39
(53,45,57)
#2A232B
(42,35,43)
#1F191D
(31,25,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #82739B

#82739B
(130,115,155)
#8D7FA4
(141,127,164)
#988BAD
(152,139,173)
#A397B6
(163,151,182)
#AEA3BF
(174,163,191)
#B9AFC8
(185,175,200)
#C4BBD1
(196,187,209)
#CFC7DA
(207,199,218)
#DAD3E3
(218,211,227)
#E5DFEC
(229,223,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82739B; }

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

This text font color is #82739B.

Background Color

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

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

This div background color is #82739B.

Border color

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

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

This div border color is #82739B.

Opacity

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

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

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

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

This text has shadow with #82739B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82739B.

Preview

Color preview on black background

This text has color #82739B on black background.


Color preview on white background

This text has color #82739B on white background.


Black color preview on #82739B background

This text has black color on #82739B background.


White color preview on #82739B background

This text has white color on #82739B background.


Related colors

Complementary color

Complementary color for #hex is #7D8C64.


I love getcolorcode.com

Triadic colors

1 #9B8273 and #739B82 with #82739B are triadic colors.

2 #9B7382 and #73829B with #82739B are triadic colors.