COLOR #83A45F

HEX: #83A45F RGB: (131,164,95)

Color info

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

RGB color model

#83A45F color RGB value is (131,164,95).

RGB: (131,164,95) (51%, 64%, 37%)

RGB channels and saturation

R 131 of 255 = 51%
G 164 of 255 = 64%
B 95 of 255 = 37%

131
164
95

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

Portions of RGB colors in percentages

R + G + B = 131 + 164 + 95 = 390 (100%)
R 131 of 390 ~ 33.59%
G 164 of 390 ~ 42.05%
B 95 of 390 ~ 24.36'%

%33.59
%42.05
%24.36

CMYK color model

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

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

CMYK: (20,0,42,36)
C20M0Y42K36 (20%, 0%, 42%, 36%)
(0.20 / 0.00 / 0.42 / 0.36)

CMYK percentages

%20.12
%0
%42.07
%35.69

Codes

Color #83A45F in popluar color models

83 A4 5F
RGB 131 164 95
HSL 89° 27.49% 50.78%
HSB/HSV 89° 42.07% 64.31%
CMYK 20.12% 0.00% 42.07%
35.69%

Color #83A45F in popluar number systems.

HEX 83 A4 5F
Decimal 131 164 95
Binary 10000011 10100100 1011111
Octal 203 244 137

Shades and tints

Shades of #83A45F

#83A45F
(131,164,95)
#789657
(120,150,87)
#6D884F
(109,136,79)
#627A47
(98,122,71)
#576C3F
(87,108,63)
#4C5E37
(76,94,55)
#41502F
(65,80,47)
#364227
(54,66,39)
#2B341F
(43,52,31)
#202617
(32,38,23)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #83A45F

#83A45F
(131,164,95)
#8EAC6D
(142,172,109)
#99B47B
(153,180,123)
#A4BC89
(164,188,137)
#AFC497
(175,196,151)
#BACCA5
(186,204,165)
#C5D4B3
(197,212,179)
#D0DCC1
(208,220,193)
#DBE4CF
(219,228,207)
#E6ECDD
(230,236,221)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A45F; }

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

This text font color is #83A45F.

Background Color

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

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

This div background color is #83A45F.

Border color

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

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

This div border color is #83A45F.

Opacity

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

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

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

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

This text has shadow with #83A45F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A45F.

Preview

Color preview on black background

This text has color #83A45F on black background.


Color preview on white background

This text has color #83A45F on white background.


Black color preview on #83A45F background

This text has black color on #83A45F background.


White color preview on #83A45F background

This text has white color on #83A45F background.


Related colors

Complementary color

Complementary color for #hex is #7C5BA0.


I love getcolorcode.com

Triadic colors

1 #5F83A4 and #A45F83 with #83A45F are triadic colors.

2 #5FA483 and #A4835F with #83A45F are triadic colors.