COLOR #83A962

HEX: #83A962
RGB: (131,169,98)

Color info

#83A962 contains mainly red and green colors. Web safe color of #83A962 is #999966 (or #996).

RGB color model

#83A962 color RGB value is (131,169,98).

  • red value is 131;
  • green value is 169;
  • blue value is 98.
RGB:
(131,169,98)
(51%,66%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 98 of 255 = 38%

131
169
98

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

Portions of RGB colors in percentages

R + G + B =
131 + 169 + 98 = 398 (100%)
R 131 of 398 ~ 32.91%
G 169 of 398 ~ 42.46%
B 98 of 398 ~ 24.62%

%32.91
%42.46
%24.62

CMYK color model

#83A962 color CMYK value is (22,0,42,34).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(22,0,42,34)
C22M0Y42K34 
(22%,0%,42%,34%)
(0.22/0.00/0.42/0.34)	

CMYK percentages

%22.49
%0
%42.01
%33.73

Codes

Color #83A962 in popluar color models

83A962
RGB13116998
HSL92°29.22%52.35%
HSB/HSV92°42.01%66.27%
CMYK22.49%0.00%42.01%
33.73%

Color #83A962 in popluar number systems.

HEX83A962
Decimal13116998
Binary10000011101010011100010
Octal203251142

Shades and tints

Shades of #83A962

#83A962
(131,169,98)
#789A5A
(120,154,90)
#6D8B52
(109,139,82)
#627C4A
(98,124,74)
#576D42
(87,109,66)
#4C5E3A
(76,94,58)
#414F32
(65,79,50)
#36402A
(54,64,42)
#2B3122
(43,49,34)
#20221A
(32,34,26)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #83A962

#83A962
(131,169,98)
#8EB070
(142,176,112)
#99B77E
(153,183,126)
#A4BE8C
(164,190,140)
#AFC59A
(175,197,154)
#BACCA8
(186,204,168)
#C5D3B6
(197,211,182)
#D0DAC4
(208,218,196)
#DBE1D2
(219,225,210)
#E6E8E0
(230,232,224)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A962 color. Also use rgb(131,169,98) instead hex code.

Text Font Color

.myTextColor { color: #83A962; }

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

This text font color is #83A962.


Background Color

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

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

This div background color is #83A962.


Border color

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

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

This div border color is #83A962.


Opacity

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

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

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

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

This text has shadow with #83A962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A962 on black background.


Color preview on white background

This text has color #83A962 on white background.



Black color preview on #83A962 background

This text has black color on #83A962 background.


White color preview on #83A962 background

This text has white color on #83A962 background.