COLOR #83758D

HEX: #83758D
RGB: (131,117,141)

Color info

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

RGB color model

#83758D color RGB value is (131,117,141).

  • red value is 131;
  • green value is 117;
  • blue value is 141.
RGB:
(131,117,141)
(51%,46%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 141 of 255 = 55%

131
117
141

R + G + B ~ 51%. #83758D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 141 = 389 (100%)
R 131 of 389 ~ 33.68%
G 117 of 389 ~ 30.08%
B 141 of 389 ~ 36.25%

%33.68
%30.08
%36.25

CMYK color model

#83758D color CMYK value is (7,17,0,45).

  • cyan value is 7.09%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(7,17,0,45)
C7M17Y0K45 
(7%,17%,0%,45%)
(0.07/0.17/0.00/0.45)	

CMYK percentages

%7.09
%17.02
%0
%44.71

Codes

Color #83758D in popluar color models

83758D
RGB131117141
HSL275°9.52%50.59%
HSB/HSV275°17.02%55.29%
CMYK7.09%17.02%0.00%
44.71%

Color #83758D in popluar number systems.

HEX83758D
Decimal131117141
Binary10000011111010110001101
Octal203165215

Shades and tints

Shades of #83758D

#83758D
(131,117,141)
#786B81
(120,107,129)
#6D6175
(109,97,117)
#625769
(98,87,105)
#574D5D
(87,77,93)
#4C4351
(76,67,81)
#413945
(65,57,69)
#362F39
(54,47,57)
#2B252D
(43,37,45)
#201B21
(32,27,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #83758D

#83758D
(131,117,141)
#8E8197
(142,129,151)
#998DA1
(153,141,161)
#A499AB
(164,153,171)
#AFA5B5
(175,165,181)
#BAB1BF
(186,177,191)
#C5BDC9
(197,189,201)
#D0C9D3
(208,201,211)
#DBD5DD
(219,213,221)
#E6E1E7
(230,225,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83758D color. Also use rgb(131,117,141) instead hex code.

Text Font Color

.myTextColor { color: #83758D; }

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

This text font color is #83758D.


Background Color

.myBgColor { background-color: #83758D; }

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

This div background color is #83758D.


Border color

.myBorderColor { border: 1px solid #83758D; }

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

This div border color is #83758D.


Opacity

.myOpacity80 { color: #83758D; opacity: 0.8; }

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

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

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

This text has shadow with #83758D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83758D on black background.


Color preview on white background

This text has color #83758D on white background.



Black color preview on #83758D background

This text has black color on #83758D background.


White color preview on #83758D background

This text has white color on #83758D background.