COLOR #83A561

HEX: #83A561
RGB: (131,165,97)

Color info

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

RGB color model

#83A561 color RGB value is (131,165,97).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 97 of 255 = 38%

131
165
97

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 97 = 393 (100%)
R 131 of 393 ~ 33.33%
G 165 of 393 ~ 41.98%
B 97 of 393 ~ 24.68%

%33.33
%41.98
%24.68

CMYK color model

#83A561 color CMYK value is (21,0,41,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(21,0,41,35)
C21M0Y41K35 
(21%,0%,41%,35%)
(0.21/0.00/0.41/0.35)	

CMYK percentages

%20.61
%0
%41.21
%35.29

Codes

Color #83A561 in popluar color models

83A561
RGB13116597
HSL90°27.42%51.37%
HSB/HSV90°41.21%64.71%
CMYK20.61%0.00%41.21%
35.29%

Color #83A561 in popluar number systems.

HEX83A561
Decimal13116597
Binary10000011101001011100001
Octal203245141

Shades and tints

Shades of #83A561

#83A561
(131,165,97)
#789659
(120,150,89)
#6D8751
(109,135,81)
#627849
(98,120,73)
#576941
(87,105,65)
#4C5A39
(76,90,57)
#414B31
(65,75,49)
#363C29
(54,60,41)
#2B2D21
(43,45,33)
#201E19
(32,30,25)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #83A561

#83A561
(131,165,97)
#8EAD6F
(142,173,111)
#99B57D
(153,181,125)
#A4BD8B
(164,189,139)
#AFC599
(175,197,153)
#BACDA7
(186,205,167)
#C5D5B5
(197,213,181)
#D0DDC3
(208,221,195)
#DBE5D1
(219,229,209)
#E6EDDF
(230,237,223)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A561; }

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

This text font color is #83A561.


Background Color

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

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

This div background color is #83A561.


Border color

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

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

This div border color is #83A561.


Opacity

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

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

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

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

This text has shadow with #83A561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A561 on black background.


Color preview on white background

This text has color #83A561 on white background.



Black color preview on #83A561 background

This text has black color on #83A561 background.


White color preview on #83A561 background

This text has white color on #83A561 background.