COLOR #83A78D

HEX: #83A78D
RGB: (131,167,141)

Color info

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

RGB color model

#83A78D color RGB value is (131,167,141).

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

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 141 of 255 = 55%

131
167
141

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

Portions of RGB colors in percentages

R + G + B =
131 + 167 + 141 = 439 (100%)
R 131 of 439 ~ 29.84%
G 167 of 439 ~ 38.04%
B 141 of 439 ~ 32.12%

%29.84
%38.04
%32.12

CMYK color model

#83A78D color CMYK value is (22,0,16,35).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(22,0,16,35)
C22M0Y16K35 
(22%,0%,16%,35%)
(0.22/0.00/0.16/0.35)	

CMYK percentages

%21.56
%0
%15.57
%34.51

Codes

Color #83A78D in popluar color models

83A78D
RGB131167141
HSL137°16.98%58.43%
HSB/HSV137°21.56%65.49%
CMYK21.56%0.00%15.57%
34.51%

Color #83A78D in popluar number systems.

HEX83A78D
Decimal131167141
Binary100000111010011110001101
Octal203247215

Shades and tints

Shades of #83A78D

#83A78D
(131,167,141)
#789881
(120,152,129)
#6D8975
(109,137,117)
#627A69
(98,122,105)
#576B5D
(87,107,93)
#4C5C51
(76,92,81)
#414D45
(65,77,69)
#363E39
(54,62,57)
#2B2F2D
(43,47,45)
#202021
(32,32,33)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #83A78D

#83A78D
(131,167,141)
#8EAF97
(142,175,151)
#99B7A1
(153,183,161)
#A4BFAB
(164,191,171)
#AFC7B5
(175,199,181)
#BACFBF
(186,207,191)
#C5D7C9
(197,215,201)
#D0DFD3
(208,223,211)
#DBE7DD
(219,231,221)
#E6EFE7
(230,239,231)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A78D; }

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

This text font color is #83A78D.


Background Color

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

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

This div background color is #83A78D.


Border color

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

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

This div border color is #83A78D.


Opacity

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

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

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

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

This text has shadow with #83A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A78D on black background.


Color preview on white background

This text has color #83A78D on white background.



Black color preview on #83A78D background

This text has black color on #83A78D background.


White color preview on #83A78D background

This text has white color on #83A78D background.