COLOR #83AD51

HEX: #83AD51
RGB: (131,173,81)

Color info

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

RGB color model

#83AD51 color RGB value is (131,173,81).

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

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 81 of 255 = 32%

131
173
81

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

Portions of RGB colors in percentages

R + G + B =
131 + 173 + 81 = 385 (100%)
R 131 of 385 ~ 34.03%
G 173 of 385 ~ 44.94%
B 81 of 385 ~ 21.04%

%34.03
%44.94
%21.04

CMYK color model

#83AD51 color CMYK value is (24,0,53,32).

  • cyan value is 24.28%
  • magenta value is 0.00%
  • yellow value is 53.18%
  • key color value is 32.16%
CMYK:
(24,0,53,32)
C24M0Y53K32 
(24%,0%,53%,32%)
(0.24/0.00/0.53/0.32)	

CMYK percentages

%24.28
%0
%53.18
%32.16

Codes

Color #83AD51 in popluar color models

83AD51
RGB13117381
HSL87°36.22%49.80%
HSB/HSV87°53.18%67.84%
CMYK24.28%0.00%53.18%
32.16%

Color #83AD51 in popluar number systems.

HEX83AD51
Decimal13117381
Binary10000011101011011010001
Octal203255121

Shades and tints

Shades of #83AD51

#83AD51
(131,173,81)
#789E4A
(120,158,74)
#6D8F43
(109,143,67)
#62803C
(98,128,60)
#577135
(87,113,53)
#4C622E
(76,98,46)
#415327
(65,83,39)
#364420
(54,68,32)
#2B3519
(43,53,25)
#202612
(32,38,18)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #83AD51

#83AD51
(131,173,81)
#8EB460
(142,180,96)
#99BB6F
(153,187,111)
#A4C27E
(164,194,126)
#AFC98D
(175,201,141)
#BAD09C
(186,208,156)
#C5D7AB
(197,215,171)
#D0DEBA
(208,222,186)
#DBE5C9
(219,229,201)
#E6ECD8
(230,236,216)
#F1F3E7
(241,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD51; }

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

This text font color is #83AD51.


Background Color

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

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

This div background color is #83AD51.


Border color

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

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

This div border color is #83AD51.


Opacity

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

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

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

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

This text has shadow with #83AD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AD51 on black background.


Color preview on white background

This text has color #83AD51 on white background.



Black color preview on #83AD51 background

This text has black color on #83AD51 background.


White color preview on #83AD51 background

This text has white color on #83AD51 background.