COLOR #83A59C

HEX: #83A59C
RGB: (131,165,156)

Color info

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

RGB color model

#83A59C color RGB value is (131,165,156).

  • red value is 131;
  • green value is 165;
  • blue value is 156.
RGB:
(131,165,156)
(51%,65%,61%)

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 156 of 255 = 61%

131
165
156

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 156 = 452 (100%)
R 131 of 452 ~ 28.98%
G 165 of 452 ~ 36.5%
B 156 of 452 ~ 34.51%

%28.98
%36.5
%34.51

CMYK color model

#83A59C color CMYK value is (21,0,5,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(21,0,5,35)
C21M0Y5K35 
(21%,0%,5%,35%)
(0.21/0.00/0.05/0.35)	

CMYK percentages

%20.61
%0
%5.45
%35.29

Codes

Color #83A59C in popluar color models

83A59C
RGB131165156
HSL164°15.89%58.04%
HSB/HSV164°20.61%64.71%
CMYK20.61%0.00%5.45%
35.29%

Color #83A59C in popluar number systems.

HEX83A59C
Decimal131165156
Binary100000111010010110011100
Octal203245234

Shades and tints

Shades of #83A59C

#83A59C
(131,165,156)
#78968E
(120,150,142)
#6D8780
(109,135,128)
#627872
(98,120,114)
#576964
(87,105,100)
#4C5A56
(76,90,86)
#414B48
(65,75,72)
#363C3A
(54,60,58)
#2B2D2C
(43,45,44)
#201E1E
(32,30,30)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #83A59C

#83A59C
(131,165,156)
#8EADA5
(142,173,165)
#99B5AE
(153,181,174)
#A4BDB7
(164,189,183)
#AFC5C0
(175,197,192)
#BACDC9
(186,205,201)
#C5D5D2
(197,213,210)
#D0DDDB
(208,221,219)
#DBE5E4
(219,229,228)
#E6EDED
(230,237,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A59C color. Also use rgb(131,165,156) instead hex code.

Text Font Color

.myTextColor { color: #83A59C; }

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

This text font color is #83A59C.


Background Color

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

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

This div background color is #83A59C.


Border color

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

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

This div border color is #83A59C.


Opacity

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

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

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

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

This text has shadow with #83A59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A59C on black background.


Color preview on white background

This text has color #83A59C on white background.



Black color preview on #83A59C background

This text has black color on #83A59C background.


White color preview on #83A59C background

This text has white color on #83A59C background.