COLOR #83A68A

HEX: #83A68A
RGB: (131,166,138)

Color info

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

RGB color model

#83A68A color RGB value is (131,166,138).

  • red value is 131;
  • green value is 166;
  • blue value is 138.
RGB:
(131,166,138)
(51%,65%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 166 of 255 = 65%
B 138 of 255 = 54%

131
166
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 166 + 138 = 435 (100%)
R 131 of 435 ~ 30.11%
G 166 of 435 ~ 38.16%
B 138 of 435 ~ 31.72%

%30.11
%38.16
%31.72

CMYK color model

#83A68A color CMYK value is (21,0,17,35).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(21,0,17,35)
C21M0Y17K35 
(21%,0%,17%,35%)
(0.21/0.00/0.17/0.35)	

CMYK percentages

%21.08
%0
%16.87
%34.9

Codes

Color #83A68A in popluar color models

83A68A
RGB131166138
HSL132°16.43%58.24%
HSB/HSV132°21.08%65.10%
CMYK21.08%0.00%16.87%
34.90%

Color #83A68A in popluar number systems.

HEX83A68A
Decimal131166138
Binary100000111010011010001010
Octal203246212

Shades and tints

Shades of #83A68A

#83A68A
(131,166,138)
#78977E
(120,151,126)
#6D8872
(109,136,114)
#627966
(98,121,102)
#576A5A
(87,106,90)
#4C5B4E
(76,91,78)
#414C42
(65,76,66)
#363D36
(54,61,54)
#2B2E2A
(43,46,42)
#201F1E
(32,31,30)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #83A68A

#83A68A
(131,166,138)
#8EAE94
(142,174,148)
#99B69E
(153,182,158)
#A4BEA8
(164,190,168)
#AFC6B2
(175,198,178)
#BACEBC
(186,206,188)
#C5D6C6
(197,214,198)
#D0DED0
(208,222,208)
#DBE6DA
(219,230,218)
#E6EEE4
(230,238,228)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A68A color. Also use rgb(131,166,138) instead hex code.

Text Font Color

.myTextColor { color: #83A68A; }

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

This text font color is #83A68A.


Background Color

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

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

This div background color is #83A68A.


Border color

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

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

This div border color is #83A68A.


Opacity

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

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

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

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

This text has shadow with #83A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A68A on black background.


Color preview on white background

This text has color #83A68A on white background.



Black color preview on #83A68A background

This text has black color on #83A68A background.


White color preview on #83A68A background

This text has white color on #83A68A background.