COLOR #83A3A0

HEX: #83A3A0
RGB: (131,163,160)

Color info

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

RGB color model

#83A3A0 color RGB value is (131,163,160).

  • red value is 131;
  • green value is 163;
  • blue value is 160.
RGB:
(131,163,160)
(51%,64%,63%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 160 of 255 = 63%

131
163
160

R + G + B ~ 59%. #83A3A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 163 + 160 = 454 (100%)
R 131 of 454 ~ 28.85%
G 163 of 454 ~ 35.9%
B 160 of 454 ~ 35.24%

%28.85
%35.9
%35.24

CMYK color model

#83A3A0 color CMYK value is (20,0,2,36).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(20,0,2,36)
C20M0Y2K36 
(20%,0%,2%,36%)
(0.20/0.00/0.02/0.36)	

CMYK percentages

%19.63
%0
%1.84
%36.08

Codes

Color #83A3A0 in popluar color models

83A3A0
RGB131163160
HSL174°14.81%57.65%
HSB/HSV174°19.63%63.92%
CMYK19.63%0.00%1.84%
36.08%

Color #83A3A0 in popluar number systems.

HEX83A3A0
Decimal131163160
Binary100000111010001110100000
Octal203243240

Shades and tints

Shades of #83A3A0

#83A3A0
(131,163,160)
#789592
(120,149,146)
#6D8784
(109,135,132)
#627976
(98,121,118)
#576B68
(87,107,104)
#4C5D5A
(76,93,90)
#414F4C
(65,79,76)
#36413E
(54,65,62)
#2B3330
(43,51,48)
#202522
(32,37,34)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #83A3A0

#83A3A0
(131,163,160)
#8EABA8
(142,171,168)
#99B3B0
(153,179,176)
#A4BBB8
(164,187,184)
#AFC3C0
(175,195,192)
#BACBC8
(186,203,200)
#C5D3D0
(197,211,208)
#D0DBD8
(208,219,216)
#DBE3E0
(219,227,224)
#E6EBE8
(230,235,232)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A3A0 color. Also use rgb(131,163,160) instead hex code.

Text Font Color

.myTextColor { color: #83A3A0; }

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

This text font color is #83A3A0.


Background Color

.myBgColor { background-color: #83A3A0; }

<div style="background-color:#83A3A0">Inner text</div>

This div background color is #83A3A0.


Border color

.myBorderColor { border: 1px solid #83A3A0; }

<div style="border:3px solid #83A3A0">Div</div>

This div border color is #83A3A0.


Opacity

.myOpacity80 { color: #83A3A0; opacity: 0.8; }

<p style="color:#83A3A0;opacity:0.8;">80%</p>

Text with #83A3A0 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 #83A3A0;}

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

This text has shadow with #83A3A0 color.

.textShadow {text-shadow: 3px 3px 1px #83A3A0, 3px 3px 1px red;}

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

This text has shadow with #83A3A0 primary color and red secondary color.


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

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

This text has shadow with #83A3A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A3A0 on black background.


Color preview on white background

This text has color #83A3A0 on white background.



Black color preview on #83A3A0 background

This text has black color on #83A3A0 background.


White color preview on #83A3A0 background

This text has white color on #83A3A0 background.