COLOR #83729B

HEX: #83729B
RGB: (131,114,155)

Color info

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

RGB color model

#83729B color RGB value is (131,114,155).

  • red value is 131;
  • green value is 114;
  • blue value is 155.
RGB:
(131,114,155)
(51%,45%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 155 of 255 = 61%

131
114
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 155 = 400 (100%)
R 131 of 400 ~ 32.75%
G 114 of 400 ~ 28.5%
B 155 of 400 ~ 38.75%

%32.75
%28.5
%38.75

CMYK color model

#83729B color CMYK value is (15,26,0,39).

  • cyan value is 15.48%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,26,0,39)
C15M26Y0K39 
(15%,26%,0%,39%)
(0.15/0.26/0.00/0.39)	

CMYK percentages

%15.48
%26.45
%0
%39.22

Codes

Color #83729B in popluar color models

83729B
RGB131114155
HSL265°17.01%52.75%
HSB/HSV265°26.45%60.78%
CMYK15.48%26.45%0.00%
39.22%

Color #83729B in popluar number systems.

HEX83729B
Decimal131114155
Binary10000011111001010011011
Octal203162233

Shades and tints

Shades of #83729B

#83729B
(131,114,155)
#78688D
(120,104,141)
#6D5E7F
(109,94,127)
#625471
(98,84,113)
#574A63
(87,74,99)
#4C4055
(76,64,85)
#413647
(65,54,71)
#362C39
(54,44,57)
#2B222B
(43,34,43)
#20181D
(32,24,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #83729B

#83729B
(131,114,155)
#8E7EA4
(142,126,164)
#998AAD
(153,138,173)
#A496B6
(164,150,182)
#AFA2BF
(175,162,191)
#BAAEC8
(186,174,200)
#C5BAD1
(197,186,209)
#D0C6DA
(208,198,218)
#DBD2E3
(219,210,227)
#E6DEEC
(230,222,236)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83729B color. Also use rgb(131,114,155) instead hex code.

Text Font Color

.myTextColor { color: #83729B; }

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

This text font color is #83729B.


Background Color

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

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

This div background color is #83729B.


Border color

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

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

This div border color is #83729B.


Opacity

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

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

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

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

This text has shadow with #83729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83729B on black background.


Color preview on white background

This text has color #83729B on white background.



Black color preview on #83729B background

This text has black color on #83729B background.


White color preview on #83729B background

This text has white color on #83729B background.