COLOR #83A948

HEX: #83A948
RGB: (131,169,72)

Color info

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

RGB color model

#83A948 color RGB value is (131,169,72).

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

RGB channels and saturation

R 131 of 255 = 51%
G 169 of 255 = 66%
B 72 of 255 = 28%

131
169
72

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

Portions of RGB colors in percentages

R + G + B =
131 + 169 + 72 = 372 (100%)
R 131 of 372 ~ 35.22%
G 169 of 372 ~ 45.43%
B 72 of 372 ~ 19.35%

%35.22
%45.43
%19.35

CMYK color model

#83A948 color CMYK value is (22,0,57,34).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 57.40%
  • key color value is 33.73%
CMYK:
(22,0,57,34)
C22M0Y57K34 
(22%,0%,57%,34%)
(0.22/0.00/0.57/0.34)	

CMYK percentages

%22.49
%0
%57.4
%33.73

Codes

Color #83A948 in popluar color models

83A948
RGB13116972
HSL84°40.25%47.25%
HSB/HSV84°57.40%66.27%
CMYK22.49%0.00%57.40%
33.73%

Color #83A948 in popluar number systems.

HEX83A948
Decimal13116972
Binary10000011101010011001000
Octal203251110

Shades and tints

Shades of #83A948

#83A948
(131,169,72)
#789A42
(120,154,66)
#6D8B3C
(109,139,60)
#627C36
(98,124,54)
#576D30
(87,109,48)
#4C5E2A
(76,94,42)
#414F24
(65,79,36)
#36401E
(54,64,30)
#2B3118
(43,49,24)
#202212
(32,34,18)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #83A948

#83A948
(131,169,72)
#8EB058
(142,176,88)
#99B768
(153,183,104)
#A4BE78
(164,190,120)
#AFC588
(175,197,136)
#BACC98
(186,204,152)
#C5D3A8
(197,211,168)
#D0DAB8
(208,218,184)
#DBE1C8
(219,225,200)
#E6E8D8
(230,232,216)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A948; }

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

This text font color is #83A948.


Background Color

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

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

This div background color is #83A948.


Border color

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

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

This div border color is #83A948.


Opacity

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

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

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

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

This text has shadow with #83A948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A948 on black background.


Color preview on white background

This text has color #83A948 on white background.



Black color preview on #83A948 background

This text has black color on #83A948 background.


White color preview on #83A948 background

This text has white color on #83A948 background.