COLOR #83A54C

HEX: #83A54C
RGB: (131,165,76)

Color info

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

RGB color model

#83A54C color RGB value is (131,165,76).

  • red value is 131;
  • green value is 165;
  • blue value is 76.
RGB:
(131,165,76)
(51%,65%,30%)

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 76 of 255 = 30%

131
165
76

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 76 = 372 (100%)
R 131 of 372 ~ 35.22%
G 165 of 372 ~ 44.35%
B 76 of 372 ~ 20.43%

%35.22
%44.35
%20.43

CMYK color model

#83A54C color CMYK value is (21,0,54,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 53.94%
  • key color value is 35.29%
CMYK:
(21,0,54,35)
C21M0Y54K35 
(21%,0%,54%,35%)
(0.21/0.00/0.54/0.35)	

CMYK percentages

%20.61
%0
%53.94
%35.29

Codes

Color #83A54C in popluar color models

83A54C
RGB13116576
HSL83°36.93%47.25%
HSB/HSV83°53.94%64.71%
CMYK20.61%0.00%53.94%
35.29%

Color #83A54C in popluar number systems.

HEX83A54C
Decimal13116576
Binary10000011101001011001100
Octal203245114

Shades and tints

Shades of #83A54C

#83A54C
(131,165,76)
#789646
(120,150,70)
#6D8740
(109,135,64)
#62783A
(98,120,58)
#576934
(87,105,52)
#4C5A2E
(76,90,46)
#414B28
(65,75,40)
#363C22
(54,60,34)
#2B2D1C
(43,45,28)
#201E16
(32,30,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #83A54C

#83A54C
(131,165,76)
#8EAD5C
(142,173,92)
#99B56C
(153,181,108)
#A4BD7C
(164,189,124)
#AFC58C
(175,197,140)
#BACD9C
(186,205,156)
#C5D5AC
(197,213,172)
#D0DDBC
(208,221,188)
#DBE5CC
(219,229,204)
#E6EDDC
(230,237,220)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A54C color. Also use rgb(131,165,76) instead hex code.

Text Font Color

.myTextColor { color: #83A54C; }

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

This text font color is #83A54C.


Background Color

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

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

This div background color is #83A54C.


Border color

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

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

This div border color is #83A54C.


Opacity

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

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

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

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

This text has shadow with #83A54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A54C on black background.


Color preview on white background

This text has color #83A54C on white background.



Black color preview on #83A54C background

This text has black color on #83A54C background.


White color preview on #83A54C background

This text has white color on #83A54C background.