COLOR #83AD1F

HEX: #83AD1F RGB: (131,173,31)

Color info

#83AD1F contains mainly red and green colors. Web safe color of #83AD1F is #999933 (or #993).

RGB color model

#83AD1F color RGB value is (131,173,31).

RGB: (131,173,31) (51%, 68%, 12%)

RGB channels and saturation

R 131 of 255 = 51%
G 173 of 255 = 68%
B 31 of 255 = 12%

131
173
31

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

Portions of RGB colors in percentages

R + G + B = 131 + 173 + 31 = 335 (100%)
R 131 of 335 ~ 39.1%
G 173 of 335 ~ 51.64%
B 31 of 335 ~ 9.25'%

%39.1
%51.64

CMYK color model

#83AD1F color CMYK value is (24,0,82,32).

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

CMYK: (24,0,82,32)
C24M0Y82K32 (24%, 0%, 82%, 32%)
(0.24 / 0.00 / 0.82 / 0.32)

CMYK percentages

%24.28
%0
%82.08
%32.16

Codes

Color #83AD1F in popluar color models

83 AD 1F
RGB 131 173 31
HSL 78° 69.61% 40.00%
HSB/HSV 78° 82.08% 67.84%
CMYK 24.28% 0.00% 82.08%
32.16%

Color #83AD1F in popluar number systems.

HEX 83 AD 1F
Decimal 131 173 31
Binary 10000011 10101101 11111
Octal 203 255 37

Shades and tints

Shades of #83AD1F

#83AD1F
(131,173,31)
#789E1D
(120,158,29)
#6D8F1B
(109,143,27)
#628019
(98,128,25)
#577117
(87,113,23)
#4C6215
(76,98,21)
#415313
(65,83,19)
#364411
(54,68,17)
#2B350F
(43,53,15)
#20260D
(32,38,13)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #83AD1F

#83AD1F
(131,173,31)
#8EB433
(142,180,51)
#99BB47
(153,187,71)
#A4C25B
(164,194,91)
#AFC96F
(175,201,111)
#BAD083
(186,208,131)
#C5D797
(197,215,151)
#D0DEAB
(208,222,171)
#DBE5BF
(219,229,191)
#E6ECD3
(230,236,211)
#F1F3E7
(241,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AD1F; }

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

This text font color is #83AD1F.

Background Color

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

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

This div background color is #83AD1F.

Border color

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

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

This div border color is #83AD1F.

Opacity

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

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

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

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

This text has shadow with #83AD1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AD1F.

Preview

Color preview on black background

This text has color #83AD1F on black background.


Color preview on white background

This text has color #83AD1F on white background.


Black color preview on #83AD1F background

This text has black color on #83AD1F background.


White color preview on #83AD1F background

This text has white color on #83AD1F background.


Related colors

Complementary color

Complementary color for #hex is #7C52E0.


I love getcolorcode.com

Triadic colors

1 #1F83AD and #AD1F83 with #83AD1F are triadic colors.

2 #1FAD83 and #AD831F with #83AD1F are triadic colors.