COLOR #83A580

HEX: #83A580
RGB: (131,165,128)

Color info

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

RGB color model

#83A580 color RGB value is (131,165,128).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 128 of 255 = 50%

131
165
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 128 = 424 (100%)
R 131 of 424 ~ 30.9%
G 165 of 424 ~ 38.92%
B 128 of 424 ~ 30.19%

%30.9
%38.92
%30.19

CMYK color model

#83A580 color CMYK value is (21,0,22,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(21,0,22,35)
C21M0Y22K35 
(21%,0%,22%,35%)
(0.21/0.00/0.22/0.35)	

CMYK percentages

%20.61
%0
%22.42
%35.29

Codes

Color #83A580 in popluar color models

83A580
RGB131165128
HSL115°17.05%57.45%
HSB/HSV115°22.42%64.71%
CMYK20.61%0.00%22.42%
35.29%

Color #83A580 in popluar number systems.

HEX83A580
Decimal131165128
Binary100000111010010110000000
Octal203245200

Shades and tints

Shades of #83A580

#83A580
(131,165,128)
#789675
(120,150,117)
#6D876A
(109,135,106)
#62785F
(98,120,95)
#576954
(87,105,84)
#4C5A49
(76,90,73)
#414B3E
(65,75,62)
#363C33
(54,60,51)
#2B2D28
(43,45,40)
#201E1D
(32,30,29)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #83A580

#83A580
(131,165,128)
#8EAD8B
(142,173,139)
#99B596
(153,181,150)
#A4BDA1
(164,189,161)
#AFC5AC
(175,197,172)
#BACDB7
(186,205,183)
#C5D5C2
(197,213,194)
#D0DDCD
(208,221,205)
#DBE5D8
(219,229,216)
#E6EDE3
(230,237,227)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A580; }

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

This text font color is #83A580.


Background Color

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

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

This div background color is #83A580.


Border color

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

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

This div border color is #83A580.


Opacity

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

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

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

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

This text has shadow with #83A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A580 on black background.


Color preview on white background

This text has color #83A580 on white background.



Black color preview on #83A580 background

This text has black color on #83A580 background.


White color preview on #83A580 background

This text has white color on #83A580 background.