COLOR #83AC2A

HEX: #83AC2A RGB: (131,172,42)

Color info

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

RGB color model

#83AC2A color RGB value is (131,172,42).

RGB: (131,172,42) (51%, 67%, 16%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 42 of 255 = 16%

131
172
42

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

Portions of RGB colors in percentages

R + G + B = 131 + 172 + 42 = 345 (100%)
R 131 of 345 ~ 37.97%
G 172 of 345 ~ 49.86%
B 42 of 345 ~ 12.17'%

%37.97
%49.86
%12.17

CMYK color model

#83AC2A color CMYK value is (24,0,76,33).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 75.58%
  • key color value is 32.55%

CMYK: (24,0,76,33)
C24M0Y76K33 (24%, 0%, 76%, 33%)
(0.24 / 0.00 / 0.76 / 0.33)

CMYK percentages

%23.84
%0
%75.58
%32.55

Codes

Color #83AC2A in popluar color models

83 AC 2A
RGB 131 172 42
HSL 79° 60.75% 41.96%
HSB/HSV 79° 75.58% 67.45%
CMYK 23.84% 0.00% 75.58%
32.55%

Color #83AC2A in popluar number systems.

HEX 83 AC 2A
Decimal 131 172 42
Binary 10000011 10101100 101010
Octal 203 254 52

Shades and tints

Shades of #83AC2A

#83AC2A
(131,172,42)
#789D27
(120,157,39)
#6D8E24
(109,142,36)
#627F21
(98,127,33)
#57701E
(87,112,30)
#4C611B
(76,97,27)
#415218
(65,82,24)
#364315
(54,67,21)
#2B3412
(43,52,18)
#20250F
(32,37,15)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #83AC2A

#83AC2A
(131,172,42)
#8EB33D
(142,179,61)
#99BA50
(153,186,80)
#A4C163
(164,193,99)
#AFC876
(175,200,118)
#BACF89
(186,207,137)
#C5D69C
(197,214,156)
#D0DDAF
(208,221,175)
#DBE4C2
(219,228,194)
#E6EBD5
(230,235,213)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AC2A color. Also use rgb(131,172,42) instead hex code.

Text Font Color

.myTextColor { color: #83AC2A; }

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

This text font color is #83AC2A.

Background Color

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

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

This div background color is #83AC2A.

Border color

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

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

This div border color is #83AC2A.

Opacity

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

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

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

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

This text has shadow with #83AC2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AC2A.

Preview

Color preview on black background

This text has color #83AC2A on black background.


Color preview on white background

This text has color #83AC2A on white background.


Black color preview on #83AC2A background

This text has black color on #83AC2A background.


White color preview on #83AC2A background

This text has white color on #83AC2A background.


Related colors

Complementary color

Complementary color for #hex is #7C53D5.


I love getcolorcode.com

Triadic colors

1 #2A83AC and #AC2A83 with #83AC2A are triadic colors.

2 #2AAC83 and #AC832A with #83AC2A are triadic colors.