COLOR #83748E

HEX: #83748E RGB: (131,116,142)

Color info

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

RGB color model

#83748E color RGB value is (131,116,142).

RGB: (131,116,142) (51%, 45%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 142 of 255 = 56%

131
116
142

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

Portions of RGB colors in percentages

R + G + B = 131 + 116 + 142 = 389 (100%)
R 131 of 389 ~ 33.68%
G 116 of 389 ~ 29.82%
B 142 of 389 ~ 36.5'%

%33.68
%29.82
%36.5

CMYK color model

#83748E color CMYK value is (8,18,0,44).

  • cyan value is 7.75%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (8,18,0,44)
C8M18Y0K44 (8%, 18%, 0%, 44%)
(0.08 / 0.18 / 0.00 / 0.44)

CMYK percentages

%7.75
%18.31
%0
%44.31

Codes

Color #83748E in popluar color models

83 74 8E
RGB 131 116 142
HSL 275° 10.32% 50.59%
HSB/HSV 275° 18.31% 55.69%
CMYK 7.75% 18.31% 0.00%
44.31%

Color #83748E in popluar number systems.

HEX 83 74 8E
Decimal 131 116 142
Binary 10000011 1110100 10001110
Octal 203 164 216

Shades and tints

Shades of #83748E

#83748E
(131,116,142)
#786A82
(120,106,130)
#6D6076
(109,96,118)
#62566A
(98,86,106)
#574C5E
(87,76,94)
#4C4252
(76,66,82)
#413846
(65,56,70)
#362E3A
(54,46,58)
#2B242E
(43,36,46)
#201A22
(32,26,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #83748E

#83748E
(131,116,142)
#8E8098
(142,128,152)
#998CA2
(153,140,162)
#A498AC
(164,152,172)
#AFA4B6
(175,164,182)
#BAB0C0
(186,176,192)
#C5BCCA
(197,188,202)
#D0C8D4
(208,200,212)
#DBD4DE
(219,212,222)
#E6E0E8
(230,224,232)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83748E color. Also use rgb(131,116,142) instead hex code.

Text Font Color

.myTextColor { color: #83748E; }

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

This text font color is #83748E.

Background Color

.myBgColor { background-color: #83748E; }

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

This div background color is #83748E.

Border color

.myBorderColor { border: 1px solid #83748E; }

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

This div border color is #83748E.

Opacity

.myOpacity80 { color: #83748E; opacity: 0.8; }

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

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

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

This text has shadow with #83748E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83748E.

Preview

Color preview on black background

This text has color #83748E on black background.


Color preview on white background

This text has color #83748E on white background.


Black color preview on #83748E background

This text has black color on #83748E background.


White color preview on #83748E background

This text has white color on #83748E background.


Related colors

Complementary color

Complementary color for #hex is #7C8B71.


I love getcolorcode.com

Triadic colors

1 #8E8374 and #748E83 with #83748E are triadic colors.

2 #8E7483 and #74838E with #83748E are triadic colors.