COLOR #83A48D

HEX: #83A48D
RGB: (131,164,141)

Color info

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

RGB color model

#83A48D color RGB value is (131,164,141).

  • red value is 131;
  • green value is 164;
  • blue value is 141.
RGB:
(131,164,141)
(51%,64%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 141 of 255 = 55%

131
164
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 164 + 141 = 436 (100%)
R 131 of 436 ~ 30.05%
G 164 of 436 ~ 37.61%
B 141 of 436 ~ 32.34%

%30.05
%37.61
%32.34

CMYK color model

#83A48D color CMYK value is (20,0,14,36).

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK:
(20,0,14,36)
C20M0Y14K36 
(20%,0%,14%,36%)
(0.20/0.00/0.14/0.36)	

CMYK percentages

%20.12
%0
%14.02
%35.69

Codes

Color #83A48D in popluar color models

83A48D
RGB131164141
HSL138°15.35%57.84%
HSB/HSV138°20.12%64.31%
CMYK20.12%0.00%14.02%
35.69%

Color #83A48D in popluar number systems.

HEX83A48D
Decimal131164141
Binary100000111010010010001101
Octal203244215

Shades and tints

Shades of #83A48D

#83A48D
(131,164,141)
#789681
(120,150,129)
#6D8875
(109,136,117)
#627A69
(98,122,105)
#576C5D
(87,108,93)
#4C5E51
(76,94,81)
#415045
(65,80,69)
#364239
(54,66,57)
#2B342D
(43,52,45)
#202621
(32,38,33)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #83A48D

#83A48D
(131,164,141)
#8EAC97
(142,172,151)
#99B4A1
(153,180,161)
#A4BCAB
(164,188,171)
#AFC4B5
(175,196,181)
#BACCBF
(186,204,191)
#C5D4C9
(197,212,201)
#D0DCD3
(208,220,211)
#DBE4DD
(219,228,221)
#E6ECE7
(230,236,231)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A48D color. Also use rgb(131,164,141) instead hex code.

Text Font Color

.myTextColor { color: #83A48D; }

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

This text font color is #83A48D.


Background Color

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

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

This div background color is #83A48D.


Border color

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

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

This div border color is #83A48D.


Opacity

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

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

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

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

This text has shadow with #83A48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A48D on black background.


Color preview on white background

This text has color #83A48D on white background.



Black color preview on #83A48D background

This text has black color on #83A48D background.


White color preview on #83A48D background

This text has white color on #83A48D background.