COLOR #83A37E

HEX: #83A37E RGB: (131,163,126)

Color info

#83A37E contains red, green and blue colors in about the same proportion. Web safe color of #83A37E is #999966 (or #996).

RGB color model

#83A37E color RGB value is (131,163,126).

RGB: (131,163,126) (51%, 64%, 49%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 126 of 255 = 49%

131
163
126

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

Portions of RGB colors in percentages

R + G + B = 131 + 163 + 126 = 420 (100%)
R 131 of 420 ~ 31.19%
G 163 of 420 ~ 38.81%
B 126 of 420 ~ 30'%

%31.19
%38.81
%30

CMYK color model

#83A37E color CMYK value is (20,0,23,36).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (20,0,23,36)
C20M0Y23K36 (20%, 0%, 23%, 36%)
(0.20 / 0.00 / 0.23 / 0.36)

CMYK percentages

%19.63
%0
%22.7
%36.08

Codes

Color #83A37E in popluar color models

83 A3 7E
RGB 131 163 126
HSL 112° 16.74% 56.67%
HSB/HSV 112° 22.70% 63.92%
CMYK 19.63% 0.00% 22.70%
36.08%

Color #83A37E in popluar number systems.

HEX 83 A3 7E
Decimal 131 163 126
Binary 10000011 10100011 1111110
Octal 203 243 176

Shades and tints

Shades of #83A37E

#83A37E
(131,163,126)
#789573
(120,149,115)
#6D8768
(109,135,104)
#62795D
(98,121,93)
#576B52
(87,107,82)
#4C5D47
(76,93,71)
#414F3C
(65,79,60)
#364131
(54,65,49)
#2B3326
(43,51,38)
#20251B
(32,37,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #83A37E

#83A37E
(131,163,126)
#8EAB89
(142,171,137)
#99B394
(153,179,148)
#A4BB9F
(164,187,159)
#AFC3AA
(175,195,170)
#BACBB5
(186,203,181)
#C5D3C0
(197,211,192)
#D0DBCB
(208,219,203)
#DBE3D6
(219,227,214)
#E6EBE1
(230,235,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A37E; }

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

This text font color is #83A37E.

Background Color

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

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

This div background color is #83A37E.

Border color

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

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

This div border color is #83A37E.

Opacity

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

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

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

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

This text has shadow with #83A37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A37E.

Preview

Color preview on black background

This text has color #83A37E on black background.


Color preview on white background

This text has color #83A37E on white background.


Black color preview on #83A37E background

This text has black color on #83A37E background.


White color preview on #83A37E background

This text has white color on #83A37E background.


Related colors

Complementary color

Complementary color for #hex is #7C5C81.


I love getcolorcode.com

Triadic colors

1 #7E83A3 and #A37E83 with #83A37E are triadic colors.

2 #7EA383 and #A3837E with #83A37E are triadic colors.