COLOR #83A04A

HEX: #83A04A
RGB: (131,160,74)

Color info

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

RGB color model

#83A04A color RGB value is (131,160,74).

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

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 74 of 255 = 29%

131
160
74

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

Portions of RGB colors in percentages

R + G + B =
131 + 160 + 74 = 365 (100%)
R 131 of 365 ~ 35.89%
G 160 of 365 ~ 43.84%
B 74 of 365 ~ 20.27%

%35.89
%43.84
%20.27

CMYK color model

#83A04A color CMYK value is (18,0,54,37).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 53.75%
  • key color value is 37.25%
CMYK:
(18,0,54,37)
C18M0Y54K37 
(18%,0%,54%,37%)
(0.18/0.00/0.54/0.37)	

CMYK percentages

%18.13
%0
%53.75
%37.25

Codes

Color #83A04A in popluar color models

83A04A
RGB13116074
HSL80°36.75%45.88%
HSB/HSV80°53.75%62.75%
CMYK18.13%0.00%53.75%
37.25%

Color #83A04A in popluar number systems.

HEX83A04A
Decimal13116074
Binary10000011101000001001010
Octal203240112

Shades and tints

Shades of #83A04A

#83A04A
(131,160,74)
#789244
(120,146,68)
#6D843E
(109,132,62)
#627638
(98,118,56)
#576832
(87,104,50)
#4C5A2C
(76,90,44)
#414C26
(65,76,38)
#363E20
(54,62,32)
#2B301A
(43,48,26)
#202214
(32,34,20)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #83A04A

#83A04A
(131,160,74)
#8EA85A
(142,168,90)
#99B06A
(153,176,106)
#A4B87A
(164,184,122)
#AFC08A
(175,192,138)
#BAC89A
(186,200,154)
#C5D0AA
(197,208,170)
#D0D8BA
(208,216,186)
#DBE0CA
(219,224,202)
#E6E8DA
(230,232,218)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A04A; }

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

This text font color is #83A04A.


Background Color

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

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

This div background color is #83A04A.


Border color

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

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

This div border color is #83A04A.


Opacity

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

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

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

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

This text has shadow with #83A04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A04A on black background.


Color preview on white background

This text has color #83A04A on white background.



Black color preview on #83A04A background

This text has black color on #83A04A background.


White color preview on #83A04A background

This text has white color on #83A04A background.