COLOR #83A482

HEX: #83A482 RGB: (131,164,130)

Color info

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

RGB color model

#83A482 color RGB value is (131,164,130).

RGB: (131,164,130) (51%, 64%, 51%)

RGB channels and saturation

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

131
164
130

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

Portions of RGB colors in percentages

R + G + B = 131 + 164 + 130 = 425 (100%)
R 131 of 425 ~ 30.82%
G 164 of 425 ~ 38.59%
B 130 of 425 ~ 30.59'%

%30.82
%38.59
%30.59

CMYK color model

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

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 35.69%

CMYK: (20,0,21,36)
C20M0Y21K36 (20%, 0%, 21%, 36%)
(0.20 / 0.00 / 0.21 / 0.36)

CMYK percentages

%20.12
%0
%20.73
%35.69

Codes

Color #83A482 in popluar color models

83 A4 82
RGB 131 164 130
HSL 118° 15.74% 57.65%
HSB/HSV 118° 20.73% 64.31%
CMYK 20.12% 0.00% 20.73%
35.69%

Color #83A482 in popluar number systems.

HEX 83 A4 82
Decimal 131 164 130
Binary 10000011 10100100 10000010
Octal 203 244 202

Shades and tints

Shades of #83A482

#83A482
(131,164,130)
#789677
(120,150,119)
#6D886C
(109,136,108)
#627A61
(98,122,97)
#576C56
(87,108,86)
#4C5E4B
(76,94,75)
#415040
(65,80,64)
#364235
(54,66,53)
#2B342A
(43,52,42)
#20261F
(32,38,31)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #83A482

#83A482
(131,164,130)
#8EAC8D
(142,172,141)
#99B498
(153,180,152)
#A4BCA3
(164,188,163)
#AFC4AE
(175,196,174)
#BACCB9
(186,204,185)
#C5D4C4
(197,212,196)
#D0DCCF
(208,220,207)
#DBE4DA
(219,228,218)
#E6ECE5
(230,236,229)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A482; }

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

This text font color is #83A482.

Background Color

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

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

This div background color is #83A482.

Border color

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

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

This div border color is #83A482.

Opacity

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

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

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

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

This text has shadow with #83A482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A482.

Preview

Color preview on black background

This text has color #83A482 on black background.


Color preview on white background

This text has color #83A482 on white background.


Black color preview on #83A482 background

This text has black color on #83A482 background.


White color preview on #83A482 background

This text has white color on #83A482 background.


Related colors

Complementary color

Complementary color for #hex is #7C5B7D.


I love getcolorcode.com

Triadic colors

1 #8283A4 and #A48283 with #83A482 are triadic colors.

2 #82A483 and #A48382 with #83A482 are triadic colors.