COLOR #83818C

HEX: #83818C RGB: (131,129,140)

Color info

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

RGB color model

#83818C color RGB value is (131,129,140).

RGB: (131,129,140) (51%, 51%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 129 of 255 = 51%
B 140 of 255 = 55%

131
129
140

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

Portions of RGB colors in percentages

R + G + B = 131 + 129 + 140 = 400 (100%)
R 131 of 400 ~ 32.75%
G 129 of 400 ~ 32.25%
B 140 of 400 ~ 35'%

%32.75
%32.25
%35

CMYK color model

#83818C color CMYK value is (6,8,0,45).

  • cyan value is 6.43%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (6,8,0,45)
C6M8Y0K45 (6%, 8%, 0%, 45%)
(0.06 / 0.08 / 0.00 / 0.45)

CMYK percentages

%6.43
%7.86
%0
%45.1

Codes

Color #83818C in popluar color models

83 81 8C
RGB 131 129 140
HSL 251° 4.56% 52.75%
HSB/HSV 251° 7.86% 54.90%
CMYK 6.43% 7.86% 0.00%
45.10%

Color #83818C in popluar number systems.

HEX 83 81 8C
Decimal 131 129 140
Binary 10000011 10000001 10001100
Octal 203 201 214

Shades and tints

Shades of #83818C

#83818C
(131,129,140)
#787680
(120,118,128)
#6D6B74
(109,107,116)
#626068
(98,96,104)
#57555C
(87,85,92)
#4C4A50
(76,74,80)
#413F44
(65,63,68)
#363438
(54,52,56)
#2B292C
(43,41,44)
#201E20
(32,30,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #83818C

#83818C
(131,129,140)
#8E8C96
(142,140,150)
#9997A0
(153,151,160)
#A4A2AA
(164,162,170)
#AFADB4
(175,173,180)
#BAB8BE
(186,184,190)
#C5C3C8
(197,195,200)
#D0CED2
(208,206,210)
#DBD9DC
(219,217,220)
#E6E4E6
(230,228,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83818C color. Also use rgb(131,129,140) instead hex code.

Text Font Color

.myTextColor { color: #83818C; }

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

This text font color is #83818C.

Background Color

.myBgColor { background-color: #83818C; }

<div style="background-color:#83818C">Inner text</div>

This div background color is #83818C.

Border color

.myBorderColor { border: 1px solid #83818C; }

<div style="border:3px solid #83818C">Div</div>

This div border color is #83818C.

Opacity

.myOpacity80 { color: #83818C; opacity: 0.8; }

<p style="color:#83818C;opacity:0.8;">80%</p>

Text with #83818C 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 #83818C;}

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

This text has shadow with #83818C color.


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

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

This text has shadow with #83818C primary color and red secondary color.


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

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

This text has shadow with #83818C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83818C.

Preview

Color preview on black background

This text has color #83818C on black background.


Color preview on white background

This text has color #83818C on white background.


Black color preview on #83818C background

This text has black color on #83818C background.


White color preview on #83818C background

This text has white color on #83818C background.


Related colors

Complementary color

Complementary color for #hex is #7C7E73.


I love getcolorcode.com

Triadic colors

1 #8C8381 and #818C83 with #83818C are triadic colors.

2 #8C8183 and #81838C with #83818C are triadic colors.