COLOR #83AC3F

HEX: #83AC3F RGB: (131,172,63)

Color info

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

RGB color model

#83AC3F color RGB value is (131,172,63).

RGB: (131,172,63) (51%, 67%, 25%)

RGB channels and saturation

R 131 of 255 = 51%
G 172 of 255 = 67%
B 63 of 255 = 25%

131
172
63

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

Portions of RGB colors in percentages

R + G + B = 131 + 172 + 63 = 366 (100%)
R 131 of 366 ~ 35.79%
G 172 of 366 ~ 46.99%
B 63 of 366 ~ 17.21'%

%35.79
%46.99
%17.21

CMYK color model

#83AC3F color CMYK value is (24,0,63,33).

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

CMYK: (24,0,63,33)
C24M0Y63K33 (24%, 0%, 63%, 33%)
(0.24 / 0.00 / 0.63 / 0.33)

CMYK percentages

%23.84
%0
%63.37
%32.55

Codes

Color #83AC3F in popluar color models

83 AC 3F
RGB 131 172 63
HSL 83° 46.38% 46.08%
HSB/HSV 83° 63.37% 67.45%
CMYK 23.84% 0.00% 63.37%
32.55%

Color #83AC3F in popluar number systems.

HEX 83 AC 3F
Decimal 131 172 63
Binary 10000011 10101100 111111
Octal 203 254 77

Shades and tints

Shades of #83AC3F

#83AC3F
(131,172,63)
#789D3A
(120,157,58)
#6D8E35
(109,142,53)
#627F30
(98,127,48)
#57702B
(87,112,43)
#4C6126
(76,97,38)
#415221
(65,82,33)
#36431C
(54,67,28)
#2B3417
(43,52,23)
#202512
(32,37,18)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #83AC3F

#83AC3F
(131,172,63)
#8EB350
(142,179,80)
#99BA61
(153,186,97)
#A4C172
(164,193,114)
#AFC883
(175,200,131)
#BACF94
(186,207,148)
#C5D6A5
(197,214,165)
#D0DDB6
(208,221,182)
#DBE4C7
(219,228,199)
#E6EBD8
(230,235,216)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AC3F; }

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

This text font color is #83AC3F.

Background Color

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

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

This div background color is #83AC3F.

Border color

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

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

This div border color is #83AC3F.

Opacity

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

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

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

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

This text has shadow with #83AC3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AC3F.

Preview

Color preview on black background

This text has color #83AC3F on black background.


Color preview on white background

This text has color #83AC3F on white background.


Black color preview on #83AC3F background

This text has black color on #83AC3F background.


White color preview on #83AC3F background

This text has white color on #83AC3F background.


Related colors

Complementary color

Complementary color for #hex is #7C53C0.


I love getcolorcode.com

Triadic colors

1 #3F83AC and #AC3F83 with #83AC3F are triadic colors.

2 #3FAC83 and #AC833F with #83AC3F are triadic colors.