COLOR #83A382

HEX: #83A382
RGB: (131,163,130)

Color info

#83A382 contains red, green and blue colors in about the same proportion. Web safe color of #83A382 is #999999 (or #999).

RGB color model

#83A382 color RGB value is (131,163,130).

  • red value is 131;
  • green value is 163;
  • blue value is 130.
RGB:
(131,163,130)
(51%,64%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 130 of 255 = 51%

131
163
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 163 + 130 = 424 (100%)
R 131 of 424 ~ 30.9%
G 163 of 424 ~ 38.44%
B 130 of 424 ~ 30.66%

%30.9
%38.44
%30.66

CMYK color model

#83A382 color CMYK value is (20,0,20,36).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(20,0,20,36)
C20M0Y20K36 
(20%,0%,20%,36%)
(0.20/0.00/0.20/0.36)	

CMYK percentages

%19.63
%0
%20.25
%36.08

Codes

Color #83A382 in popluar color models

83A382
RGB131163130
HSL118°15.21%57.45%
HSB/HSV118°20.25%63.92%
CMYK19.63%0.00%20.25%
36.08%

Color #83A382 in popluar number systems.

HEX83A382
Decimal131163130
Binary100000111010001110000010
Octal203243202

Shades and tints

Shades of #83A382

#83A382
(131,163,130)
#789577
(120,149,119)
#6D876C
(109,135,108)
#627961
(98,121,97)
#576B56
(87,107,86)
#4C5D4B
(76,93,75)
#414F40
(65,79,64)
#364135
(54,65,53)
#2B332A
(43,51,42)
#20251F
(32,37,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #83A382

#83A382
(131,163,130)
#8EAB8D
(142,171,141)
#99B398
(153,179,152)
#A4BBA3
(164,187,163)
#AFC3AE
(175,195,174)
#BACBB9
(186,203,185)
#C5D3C4
(197,211,196)
#D0DBCF
(208,219,207)
#DBE3DA
(219,227,218)
#E6EBE5
(230,235,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A382 color. Also use rgb(131,163,130) instead hex code.

Text Font Color

.myTextColor { color: #83A382; }

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

This text font color is #83A382.


Background Color

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

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

This div background color is #83A382.


Border color

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

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

This div border color is #83A382.


Opacity

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

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

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

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

This text has shadow with #83A382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A382 on black background.


Color preview on white background

This text has color #83A382 on white background.



Black color preview on #83A382 background

This text has black color on #83A382 background.


White color preview on #83A382 background

This text has white color on #83A382 background.