COLOR #83AD7F

HEX: #83AD7F RGB: (131,173,127)

Color info

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

RGB color model

#83AD7F color RGB value is (131,173,127).

RGB: (131,173,127) (51%, 68%, 50%)

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 127 of 255 = 50%

131
173
127

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

Portions of RGB colors in percentages

R + G + B = 131 + 173 + 127 = 431 (100%)
R 131 of 431 ~ 30.39%
G 173 of 431 ~ 40.14%
B 127 of 431 ~ 29.47'%

%30.39
%40.14
%29.47

CMYK color model

#83AD7F color CMYK value is (24,0,27,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%

CMYK: (24,0,27,32)
C24M0Y27K32 (24%, 0%, 27%, 32%)
(0.24 / 0.00 / 0.27 / 0.32)

CMYK percentages

%24.28
%0
%26.59
%32.16

Codes

Color #83AD7F in popluar color models

83 AD 7F
RGB 131 173 127
HSL 115° 21.90% 58.82%
HSB/HSV 115° 26.59% 67.84%
CMYK 24.28% 0.00% 26.59%
32.16%

Color #83AD7F in popluar number systems.

HEX 83 AD 7F
Decimal 131 173 127
Binary 10000011 10101101 1111111
Octal 203 255 177

Shades and tints

Shades of #83AD7F

#83AD7F
(131,173,127)
#789E74
(120,158,116)
#6D8F69
(109,143,105)
#62805E
(98,128,94)
#577153
(87,113,83)
#4C6248
(76,98,72)
#41533D
(65,83,61)
#364432
(54,68,50)
#2B3527
(43,53,39)
#20261C
(32,38,28)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #83AD7F

#83AD7F
(131,173,127)
#8EB48A
(142,180,138)
#99BB95
(153,187,149)
#A4C2A0
(164,194,160)
#AFC9AB
(175,201,171)
#BAD0B6
(186,208,182)
#C5D7C1
(197,215,193)
#D0DECC
(208,222,204)
#DBE5D7
(219,229,215)
#E6ECE2
(230,236,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AD7F color. Also use rgb(131,173,127) instead hex code.

Text Font Color

.myTextColor { color: #83AD7F; }

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

This text font color is #83AD7F.

Background Color

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

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

This div background color is #83AD7F.

Border color

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

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

This div border color is #83AD7F.

Opacity

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

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

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

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

This text has shadow with #83AD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AD7F.

Preview

Color preview on black background

This text has color #83AD7F on black background.


Color preview on white background

This text has color #83AD7F on white background.


Black color preview on #83AD7F background

This text has black color on #83AD7F background.


White color preview on #83AD7F background

This text has white color on #83AD7F background.


Related colors

Complementary color

Complementary color for #hex is #7C5280.


I love getcolorcode.com

Triadic colors

1 #7F83AD and #AD7F83 with #83AD7F are triadic colors.

2 #7FAD83 and #AD837F with #83AD7F are triadic colors.