COLOR #83A16C

HEX: #83A16C
RGB: (131,161,108)

Color info

#83A16C contains red, green and blue colors in about the same proportion. Web safe color of #83A16C is #999966 (or #996).

RGB color model

#83A16C color RGB value is (131,161,108).

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

RGB channels and saturation

R 131 of 255 = 51%
G 161 of 255 = 63%
B 108 of 255 = 42%

131
161
108

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

Portions of RGB colors in percentages

R + G + B =
131 + 161 + 108 = 400 (100%)
R 131 of 400 ~ 32.75%
G 161 of 400 ~ 40.25%
B 108 of 400 ~ 27%

%32.75
%40.25
%27

CMYK color model

#83A16C color CMYK value is (19,0,33,37).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • key color value is 36.86%
CMYK:
(19,0,33,37)
C19M0Y33K37 
(19%,0%,33%,37%)
(0.19/0.00/0.33/0.37)	

CMYK percentages

%18.63
%0
%32.92
%36.86

Codes

Color #83A16C in popluar color models

83A16C
RGB131161108
HSL94°21.99%52.75%
HSB/HSV94°32.92%63.14%
CMYK18.63%0.00%32.92%
36.86%

Color #83A16C in popluar number systems.

HEX83A16C
Decimal131161108
Binary10000011101000011101100
Octal203241154

Shades and tints

Shades of #83A16C

#83A16C
(131,161,108)
#789363
(120,147,99)
#6D855A
(109,133,90)
#627751
(98,119,81)
#576948
(87,105,72)
#4C5B3F
(76,91,63)
#414D36
(65,77,54)
#363F2D
(54,63,45)
#2B3124
(43,49,36)
#20231B
(32,35,27)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #83A16C

#83A16C
(131,161,108)
#8EA979
(142,169,121)
#99B186
(153,177,134)
#A4B993
(164,185,147)
#AFC1A0
(175,193,160)
#BAC9AD
(186,201,173)
#C5D1BA
(197,209,186)
#D0D9C7
(208,217,199)
#DBE1D4
(219,225,212)
#E6E9E1
(230,233,225)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A16C; }

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

This text font color is #83A16C.


Background Color

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

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

This div background color is #83A16C.


Border color

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

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

This div border color is #83A16C.


Opacity

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

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

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

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

This text has shadow with #83A16C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A16C on black background.


Color preview on white background

This text has color #83A16C on white background.



Black color preview on #83A16C background

This text has black color on #83A16C background.


White color preview on #83A16C background

This text has white color on #83A16C background.