COLOR #83AD63

HEX: #83AD63
RGB: (131,173,99)

Color info

#83AD63 contains mainly red and green colors. Web safe color of #83AD63 is #999966 (or #996).

RGB color model

#83AD63 color RGB value is (131,173,99).

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

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 99 of 255 = 39%

131
173
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 99 = 403 (100%)
R 131 of 403 ~ 32.51%
G 173 of 403 ~ 42.93%
B 99 of 403 ~ 24.57%

%32.51
%42.93
%24.57

CMYK color model

#83AD63 color CMYK value is (24,0,43,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 32.16%
CMYK:
(24,0,43,32)
C24M0Y43K32 
(24%,0%,43%,32%)
(0.24/0.00/0.43/0.32)	

CMYK percentages

%24.28
%0
%42.77
%32.16

Codes

Color #83AD63 in popluar color models

83AD63
RGB13117399
HSL94°31.09%53.33%
HSB/HSV94°42.77%67.84%
CMYK24.28%0.00%42.77%
32.16%

Color #83AD63 in popluar number systems.

HEX83AD63
Decimal13117399
Binary10000011101011011100011
Octal203255143

Shades and tints

Shades of #83AD63

#83AD63
(131,173,99)
#789E5A
(120,158,90)
#6D8F51
(109,143,81)
#628048
(98,128,72)
#57713F
(87,113,63)
#4C6236
(76,98,54)
#41532D
(65,83,45)
#364424
(54,68,36)
#2B351B
(43,53,27)
#202612
(32,38,18)
#151709
(21,23,9)
#000000
(0,0,0)

Tints of #83AD63

#83AD63
(131,173,99)
#8EB471
(142,180,113)
#99BB7F
(153,187,127)
#A4C28D
(164,194,141)
#AFC99B
(175,201,155)
#BAD0A9
(186,208,169)
#C5D7B7
(197,215,183)
#D0DEC5
(208,222,197)
#DBE5D3
(219,229,211)
#E6ECE1
(230,236,225)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD63; }

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

This text font color is #83AD63.


Background Color

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

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

This div background color is #83AD63.


Border color

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

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

This div border color is #83AD63.


Opacity

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

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

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

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

This text has shadow with #83AD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AD63 on black background.


Color preview on white background

This text has color #83AD63 on white background.



Black color preview on #83AD63 background

This text has black color on #83AD63 background.


White color preview on #83AD63 background

This text has white color on #83AD63 background.