COLOR #83A242

HEX: #83A242
RGB: (131,162,66)

Color info

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

RGB color model

#83A242 color RGB value is (131,162,66).

  • red value is 131;
  • green value is 162;
  • blue value is 66.
RGB:
(131,162,66)
(51%,64%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 66 of 255 = 26%

131
162
66

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

Portions of RGB colors in percentages

R + G + B =
131 + 162 + 66 = 359 (100%)
R 131 of 359 ~ 36.49%
G 162 of 359 ~ 45.13%
B 66 of 359 ~ 18.38%

%36.49
%45.13
%18.38

CMYK color model

#83A242 color CMYK value is (19,0,59,36).

  • cyan value is 19.14%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 36.47%
CMYK:
(19,0,59,36)
C19M0Y59K36 
(19%,0%,59%,36%)
(0.19/0.00/0.59/0.36)	

CMYK percentages

%19.14
%0
%59.26
%36.47

Codes

Color #83A242 in popluar color models

83A242
RGB13116266
HSL79°42.11%44.71%
HSB/HSV79°59.26%63.53%
CMYK19.14%0.00%59.26%
36.47%

Color #83A242 in popluar number systems.

HEX83A242
Decimal13116266
Binary10000011101000101000010
Octal203242102

Shades and tints

Shades of #83A242

#83A242
(131,162,66)
#78943C
(120,148,60)
#6D8636
(109,134,54)
#627830
(98,120,48)
#576A2A
(87,106,42)
#4C5C24
(76,92,36)
#414E1E
(65,78,30)
#364018
(54,64,24)
#2B3212
(43,50,18)
#20240C
(32,36,12)
#151606
(21,22,6)
#000000
(0,0,0)

Tints of #83A242

#83A242
(131,162,66)
#8EAA53
(142,170,83)
#99B264
(153,178,100)
#A4BA75
(164,186,117)
#AFC286
(175,194,134)
#BACA97
(186,202,151)
#C5D2A8
(197,210,168)
#D0DAB9
(208,218,185)
#DBE2CA
(219,226,202)
#E6EADB
(230,234,219)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A242 color. Also use rgb(131,162,66) instead hex code.

Text Font Color

.myTextColor { color: #83A242; }

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

This text font color is #83A242.


Background Color

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

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

This div background color is #83A242.


Border color

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

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

This div border color is #83A242.


Opacity

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

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

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

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

This text has shadow with #83A242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A242 on black background.


Color preview on white background

This text has color #83A242 on white background.



Black color preview on #83A242 background

This text has black color on #83A242 background.


White color preview on #83A242 background

This text has white color on #83A242 background.