COLOR #83A15E

HEX: #83A15E
RGB: (131,161,94)

Color info

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

RGB color model

#83A15E color RGB value is (131,161,94).

  • red value is 131;
  • green value is 161;
  • blue value is 94.
RGB:
(131,161,94)
(51%,63%,37%)

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 94 of 255 = 37%

131
161
94

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

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 94 = 386 (100%)
R 131 of 386 ~ 33.94%
G 161 of 386 ~ 41.71%
B 94 of 386 ~ 24.35%

%33.94
%41.71
%24.35

CMYK color model

#83A15E color CMYK value is (19,0,42,37).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 36.86%
CMYK:
(19,0,42,37)
C19M0Y42K37 
(19%,0%,42%,37%)
(0.19/0.00/0.42/0.37)	

CMYK percentages

%18.63
%0
%41.61
%36.86

Codes

Color #83A15E in popluar color models

83A15E
RGB13116194
HSL87°26.27%50.00%
HSB/HSV87°41.61%63.14%
CMYK18.63%0.00%41.61%
36.86%

Color #83A15E in popluar number systems.

HEX83A15E
Decimal13116194
Binary10000011101000011011110
Octal203241136

Shades and tints

Shades of #83A15E

#83A15E
(131,161,94)
#789356
(120,147,86)
#6D854E
(109,133,78)
#627746
(98,119,70)
#57693E
(87,105,62)
#4C5B36
(76,91,54)
#414D2E
(65,77,46)
#363F26
(54,63,38)
#2B311E
(43,49,30)
#202316
(32,35,22)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #83A15E

#83A15E
(131,161,94)
#8EA96C
(142,169,108)
#99B17A
(153,177,122)
#A4B988
(164,185,136)
#AFC196
(175,193,150)
#BAC9A4
(186,201,164)
#C5D1B2
(197,209,178)
#D0D9C0
(208,217,192)
#DBE1CE
(219,225,206)
#E6E9DC
(230,233,220)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A15E color. Also use rgb(131,161,94) instead hex code.

Text Font Color

.myTextColor { color: #83A15E; }

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

This text font color is #83A15E.


Background Color

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

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

This div background color is #83A15E.


Border color

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

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

This div border color is #83A15E.


Opacity

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

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

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

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

This text has shadow with #83A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A15E on black background.


Color preview on white background

This text has color #83A15E on white background.



Black color preview on #83A15E background

This text has black color on #83A15E background.


White color preview on #83A15E background

This text has white color on #83A15E background.