COLOR #83A56E

HEX: #83A56E
RGB: (131,165,110)

Color info

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

RGB color model

#83A56E color RGB value is (131,165,110).

  • red value is 131;
  • green value is 165;
  • blue value is 110.
RGB:
(131,165,110)
(51%,65%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 110 of 255 = 43%

131
165
110

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 110 = 406 (100%)
R 131 of 406 ~ 32.27%
G 165 of 406 ~ 40.64%
B 110 of 406 ~ 27.09%

%32.27
%40.64
%27.09

CMYK color model

#83A56E color CMYK value is (21,0,33,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK:
(21,0,33,35)
C21M0Y33K35 
(21%,0%,33%,35%)
(0.21/0.00/0.33/0.35)	

CMYK percentages

%20.61
%0
%33.33
%35.29

Codes

Color #83A56E in popluar color models

83A56E
RGB131165110
HSL97°23.40%53.92%
HSB/HSV97°33.33%64.71%
CMYK20.61%0.00%33.33%
35.29%

Color #83A56E in popluar number systems.

HEX83A56E
Decimal131165110
Binary10000011101001011101110
Octal203245156

Shades and tints

Shades of #83A56E

#83A56E
(131,165,110)
#789664
(120,150,100)
#6D875A
(109,135,90)
#627850
(98,120,80)
#576946
(87,105,70)
#4C5A3C
(76,90,60)
#414B32
(65,75,50)
#363C28
(54,60,40)
#2B2D1E
(43,45,30)
#201E14
(32,30,20)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #83A56E

#83A56E
(131,165,110)
#8EAD7B
(142,173,123)
#99B588
(153,181,136)
#A4BD95
(164,189,149)
#AFC5A2
(175,197,162)
#BACDAF
(186,205,175)
#C5D5BC
(197,213,188)
#D0DDC9
(208,221,201)
#DBE5D6
(219,229,214)
#E6EDE3
(230,237,227)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A56E color. Also use rgb(131,165,110) instead hex code.

Text Font Color

.myTextColor { color: #83A56E; }

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

This text font color is #83A56E.


Background Color

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

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

This div background color is #83A56E.


Border color

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

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

This div border color is #83A56E.


Opacity

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

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

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

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

This text has shadow with #83A56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A56E on black background.


Color preview on white background

This text has color #83A56E on white background.



Black color preview on #83A56E background

This text has black color on #83A56E background.


White color preview on #83A56E background

This text has white color on #83A56E background.