COLOR #83748D

HEX: #83748D RGB: (131,116,141)

Color info

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

RGB color model

#83748D color RGB value is (131,116,141).

RGB: (131,116,141) (51%, 45%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 141 of 255 = 55%

131
116
141

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

Portions of RGB colors in percentages

R + G + B = 131 + 116 + 141 = 388 (100%)
R 131 of 388 ~ 33.76%
G 116 of 388 ~ 29.9%
B 141 of 388 ~ 36.34'%

%33.76
%29.9
%36.34

CMYK color model

#83748D color CMYK value is (7,18,0,45).

  • cyan value is 7.09%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (7,18,0,45)
C7M18Y0K45 (7%, 18%, 0%, 45%)
(0.07 / 0.18 / 0.00 / 0.45)

CMYK percentages

%7.09
%17.73
%0
%44.71

Codes

Color #83748D in popluar color models

83 74 8D
RGB 131 116 141
HSL 276° 9.88% 50.39%
HSB/HSV 276° 17.73% 55.29%
CMYK 7.09% 17.73% 0.00%
44.71%

Color #83748D in popluar number systems.

HEX 83 74 8D
Decimal 131 116 141
Binary 10000011 1110100 10001101
Octal 203 164 215

Shades and tints

Shades of #83748D

#83748D
(131,116,141)
#786A81
(120,106,129)
#6D6075
(109,96,117)
#625669
(98,86,105)
#574C5D
(87,76,93)
#4C4251
(76,66,81)
#413845
(65,56,69)
#362E39
(54,46,57)
#2B242D
(43,36,45)
#201A21
(32,26,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #83748D

#83748D
(131,116,141)
#8E8097
(142,128,151)
#998CA1
(153,140,161)
#A498AB
(164,152,171)
#AFA4B5
(175,164,181)
#BAB0BF
(186,176,191)
#C5BCC9
(197,188,201)
#D0C8D3
(208,200,211)
#DBD4DD
(219,212,221)
#E6E0E7
(230,224,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83748D; }

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

This text font color is #83748D.

Background Color

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

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

This div background color is #83748D.

Border color

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

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

This div border color is #83748D.

Opacity

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

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

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

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

This text has shadow with #83748D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83748D.

Preview

Color preview on black background

This text has color #83748D on black background.


Color preview on white background

This text has color #83748D on white background.


Black color preview on #83748D background

This text has black color on #83748D background.


White color preview on #83748D background

This text has white color on #83748D background.


Related colors

Complementary color

Complementary color for #hex is #7C8B72.


I love getcolorcode.com

Triadic colors

1 #8D8374 and #748D83 with #83748D are triadic colors.

2 #8D7483 and #74838D with #83748D are triadic colors.