COLOR #83AA4A

HEX: #83AA4A
RGB: (131,170,74)

Color info

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

RGB color model

#83AA4A color RGB value is (131,170,74).

  • red value is 131;
  • green value is 170;
  • blue value is 74.
RGB:
(131,170,74)
(51%,67%,29%)

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 74 of 255 = 29%

131
170
74

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

Portions of RGB colors in percentages

R + G + B =
131 + 170 + 74 = 375 (100%)
R 131 of 375 ~ 34.93%
G 170 of 375 ~ 45.33%
B 74 of 375 ~ 19.73%

%34.93
%45.33
%19.73

CMYK color model

#83AA4A color CMYK value is (23,0,56,33).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 33.33%
CMYK:
(23,0,56,33)
C23M0Y56K33 
(23%,0%,56%,33%)
(0.23/0.00/0.56/0.33)	

CMYK percentages

%22.94
%0
%56.47
%33.33

Codes

Color #83AA4A in popluar color models

83AA4A
RGB13117074
HSL84°39.34%47.84%
HSB/HSV84°56.47%66.67%
CMYK22.94%0.00%56.47%
33.33%

Color #83AA4A in popluar number systems.

HEX83AA4A
Decimal13117074
Binary10000011101010101001010
Octal203252112

Shades and tints

Shades of #83AA4A

#83AA4A
(131,170,74)
#789B44
(120,155,68)
#6D8C3E
(109,140,62)
#627D38
(98,125,56)
#576E32
(87,110,50)
#4C5F2C
(76,95,44)
#415026
(65,80,38)
#364120
(54,65,32)
#2B321A
(43,50,26)
#202314
(32,35,20)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #83AA4A

#83AA4A
(131,170,74)
#8EB15A
(142,177,90)
#99B86A
(153,184,106)
#A4BF7A
(164,191,122)
#AFC68A
(175,198,138)
#BACD9A
(186,205,154)
#C5D4AA
(197,212,170)
#D0DBBA
(208,219,186)
#DBE2CA
(219,226,202)
#E6E9DA
(230,233,218)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AA4A color. Also use rgb(131,170,74) instead hex code.

Text Font Color

.myTextColor { color: #83AA4A; }

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

This text font color is #83AA4A.


Background Color

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

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

This div background color is #83AA4A.


Border color

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

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

This div border color is #83AA4A.


Opacity

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

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

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

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

This text has shadow with #83AA4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AA4A on black background.


Color preview on white background

This text has color #83AA4A on white background.



Black color preview on #83AA4A background

This text has black color on #83AA4A background.


White color preview on #83AA4A background

This text has white color on #83AA4A background.