COLOR #83A85B

HEX: #83A85B
RGB: (131,168,91)

Color info

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

RGB color model

#83A85B color RGB value is (131,168,91).

  • red value is 131;
  • green value is 168;
  • blue value is 91.
RGB:
(131,168,91)
(51%,66%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 168 of 255 = 66%
B 91 of 255 = 36%

131
168
91

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

Portions of RGB colors in percentages

R + G + B =
131 + 168 + 91 = 390 (100%)
R 131 of 390 ~ 33.59%
G 168 of 390 ~ 43.08%
B 91 of 390 ~ 23.33%

%33.59
%43.08
%23.33

CMYK color model

#83A85B color CMYK value is (22,0,46,34).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 34.12%
CMYK:
(22,0,46,34)
C22M0Y46K34 
(22%,0%,46%,34%)
(0.22/0.00/0.46/0.34)	

CMYK percentages

%22.02
%0
%45.83
%34.12

Codes

Color #83A85B in popluar color models

83A85B
RGB13116891
HSL89°30.68%50.78%
HSB/HSV89°45.83%65.88%
CMYK22.02%0.00%45.83%
34.12%

Color #83A85B in popluar number systems.

HEX83A85B
Decimal13116891
Binary10000011101010001011011
Octal203250133

Shades and tints

Shades of #83A85B

#83A85B
(131,168,91)
#789953
(120,153,83)
#6D8A4B
(109,138,75)
#627B43
(98,123,67)
#576C3B
(87,108,59)
#4C5D33
(76,93,51)
#414E2B
(65,78,43)
#363F23
(54,63,35)
#2B301B
(43,48,27)
#202113
(32,33,19)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #83A85B

#83A85B
(131,168,91)
#8EAF69
(142,175,105)
#99B677
(153,182,119)
#A4BD85
(164,189,133)
#AFC493
(175,196,147)
#BACBA1
(186,203,161)
#C5D2AF
(197,210,175)
#D0D9BD
(208,217,189)
#DBE0CB
(219,224,203)
#E6E7D9
(230,231,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A85B color. Also use rgb(131,168,91) instead hex code.

Text Font Color

.myTextColor { color: #83A85B; }

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

This text font color is #83A85B.


Background Color

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

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

This div background color is #83A85B.


Border color

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

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

This div border color is #83A85B.


Opacity

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

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

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

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

This text has shadow with #83A85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A85B on black background.


Color preview on white background

This text has color #83A85B on white background.



Black color preview on #83A85B background

This text has black color on #83A85B background.


White color preview on #83A85B background

This text has white color on #83A85B background.