COLOR #83AD72

HEX: #83AD72
RGB: (131,173,114)

Color info

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

RGB color model

#83AD72 color RGB value is (131,173,114).

  • red value is 131;
  • green value is 173;
  • blue value is 114.
RGB:
(131,173,114)
(51%,68%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 114 of 255 = 45%

131
173
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 114 = 418 (100%)
R 131 of 418 ~ 31.34%
G 173 of 418 ~ 41.39%
B 114 of 418 ~ 27.27%

%31.34
%41.39
%27.27

CMYK color model

#83AD72 color CMYK value is (24,0,34,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(24,0,34,32)
C24M0Y34K32 
(24%,0%,34%,32%)
(0.24/0.00/0.34/0.32)	

CMYK percentages

%24.28
%0
%34.1
%32.16

Codes

Color #83AD72 in popluar color models

83AD72
RGB131173114
HSL103°26.46%56.27%
HSB/HSV103°34.10%67.84%
CMYK24.28%0.00%34.10%
32.16%

Color #83AD72 in popluar number systems.

HEX83AD72
Decimal131173114
Binary10000011101011011110010
Octal203255162

Shades and tints

Shades of #83AD72

#83AD72
(131,173,114)
#789E68
(120,158,104)
#6D8F5E
(109,143,94)
#628054
(98,128,84)
#57714A
(87,113,74)
#4C6240
(76,98,64)
#415336
(65,83,54)
#36442C
(54,68,44)
#2B3522
(43,53,34)
#202618
(32,38,24)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #83AD72

#83AD72
(131,173,114)
#8EB47E
(142,180,126)
#99BB8A
(153,187,138)
#A4C296
(164,194,150)
#AFC9A2
(175,201,162)
#BAD0AE
(186,208,174)
#C5D7BA
(197,215,186)
#D0DEC6
(208,222,198)
#DBE5D2
(219,229,210)
#E6ECDE
(230,236,222)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD72; }

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

This text font color is #83AD72.


Background Color

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

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

This div background color is #83AD72.


Border color

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

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

This div border color is #83AD72.


Opacity

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

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

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

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

This text has shadow with #83AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AD72 on black background.


Color preview on white background

This text has color #83AD72 on white background.



Black color preview on #83AD72 background

This text has black color on #83AD72 background.


White color preview on #83AD72 background

This text has white color on #83AD72 background.