COLOR #83829E

HEX: #83829E RGB: (131,130,158)

Color info

#83829E contains red, green and blue colors in about the same proportion. Web safe color of #83829E is #999999 (or #999).

RGB color model

#83829E color RGB value is (131,130,158).

RGB: (131,130,158) (51%, 51%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 158 of 255 = 62%

131
130
158

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

Portions of RGB colors in percentages

R + G + B = 131 + 130 + 158 = 419 (100%)
R 131 of 419 ~ 31.26%
G 130 of 419 ~ 31.03%
B 158 of 419 ~ 37.71'%

%31.26
%31.03
%37.71

CMYK color model

#83829E color CMYK value is (17,18,0,38).

  • cyan value is 17.09%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (17,18,0,38)
C17M18Y0K38 (17%, 18%, 0%, 38%)
(0.17 / 0.18 / 0.00 / 0.38)

CMYK percentages

%17.09
%17.72
%0
%38.04

Codes

Color #83829E in popluar color models

83 82 9E
RGB 131 130 158
HSL 242° 12.61% 56.47%
HSB/HSV 242° 17.72% 61.96%
CMYK 17.09% 17.72% 0.00%
38.04%

Color #83829E in popluar number systems.

HEX 83 82 9E
Decimal 131 130 158
Binary 10000011 10000010 10011110
Octal 203 202 236

Shades and tints

Shades of #83829E

#83829E
(131,130,158)
#787790
(120,119,144)
#6D6C82
(109,108,130)
#626174
(98,97,116)
#575666
(87,86,102)
#4C4B58
(76,75,88)
#41404A
(65,64,74)
#36353C
(54,53,60)
#2B2A2E
(43,42,46)
#201F20
(32,31,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83829E

#83829E
(131,130,158)
#8E8DA6
(142,141,166)
#9998AE
(153,152,174)
#A4A3B6
(164,163,182)
#AFAEBE
(175,174,190)
#BAB9C6
(186,185,198)
#C5C4CE
(197,196,206)
#D0CFD6
(208,207,214)
#DBDADE
(219,218,222)
#E6E5E6
(230,229,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83829E color. Also use rgb(131,130,158) instead hex code.

Text Font Color

.myTextColor { color: #83829E; }

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

This text font color is #83829E.

Background Color

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

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

This div background color is #83829E.

Border color

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

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

This div border color is #83829E.

Opacity

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

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

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

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

This text has shadow with #83829E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83829E.

Preview

Color preview on black background

This text has color #83829E on black background.


Color preview on white background

This text has color #83829E on white background.


Black color preview on #83829E background

This text has black color on #83829E background.


White color preview on #83829E background

This text has white color on #83829E background.


Related colors

Complementary color

Complementary color for #hex is #7C7D61.


I love getcolorcode.com

Triadic colors

1 #9E8382 and #829E83 with #83829E are triadic colors.

2 #9E8283 and #82839E with #83829E are triadic colors.