COLOR #83A471

HEX: #83A471 RGB: (131,164,113)

Color info

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

RGB color model

#83A471 color RGB value is (131,164,113).

RGB: (131,164,113) (51%, 64%, 44%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 113 of 255 = 44%

131
164
113

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

Portions of RGB colors in percentages

R + G + B = 131 + 164 + 113 = 408 (100%)
R 131 of 408 ~ 32.11%
G 164 of 408 ~ 40.2%
B 113 of 408 ~ 27.7'%

%32.11
%40.2
%27.7

CMYK color model

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

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

CMYK: (20,0,31,36)
C20M0Y31K36 (20%, 0%, 31%, 36%)
(0.20 / 0.00 / 0.31 / 0.36)

CMYK percentages

%20.12
%0
%31.1
%35.69

Codes

Color #83A471 in popluar color models

83 A4 71
RGB 131 164 113
HSL 99° 21.89% 54.31%
HSB/HSV 99° 31.10% 64.31%
CMYK 20.12% 0.00% 31.10%
35.69%

Color #83A471 in popluar number systems.

HEX 83 A4 71
Decimal 131 164 113
Binary 10000011 10100100 1110001
Octal 203 244 161

Shades and tints

Shades of #83A471

#83A471
(131,164,113)
#789667
(120,150,103)
#6D885D
(109,136,93)
#627A53
(98,122,83)
#576C49
(87,108,73)
#4C5E3F
(76,94,63)
#415035
(65,80,53)
#36422B
(54,66,43)
#2B3421
(43,52,33)
#202617
(32,38,23)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #83A471

#83A471
(131,164,113)
#8EAC7D
(142,172,125)
#99B489
(153,180,137)
#A4BC95
(164,188,149)
#AFC4A1
(175,196,161)
#BACCAD
(186,204,173)
#C5D4B9
(197,212,185)
#D0DCC5
(208,220,197)
#DBE4D1
(219,228,209)
#E6ECDD
(230,236,221)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A471; }

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

This text font color is #83A471.

Background Color

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

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

This div background color is #83A471.

Border color

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

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

This div border color is #83A471.

Opacity

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

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

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

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

This text has shadow with #83A471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A471.

Preview

Color preview on black background

This text has color #83A471 on black background.


Color preview on white background

This text has color #83A471 on white background.


Black color preview on #83A471 background

This text has black color on #83A471 background.


White color preview on #83A471 background

This text has white color on #83A471 background.


Related colors

Complementary color

Complementary color for #hex is #7C5B8E.


I love getcolorcode.com

Triadic colors

1 #7183A4 and #A47183 with #83A471 are triadic colors.

2 #71A483 and #A48371 with #83A471 are triadic colors.