COLOR #83A05C

HEX: #83A05C RGB: (131,160,92)

Color info

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

RGB color model

#83A05C color RGB value is (131,160,92).

RGB: (131,160,92) (51%, 63%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 92 of 255 = 36%

131
160
92

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

Portions of RGB colors in percentages

R + G + B = 131 + 160 + 92 = 383 (100%)
R 131 of 383 ~ 34.2%
G 160 of 383 ~ 41.78%
B 92 of 383 ~ 24.02'%

%34.2
%41.78
%24.02

CMYK color model

#83A05C color CMYK value is (18,0,43,37).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 37.25%
CMYK: (18,0,43,37) C18M0Y43K37 (18%,0%,43%,37%) (0.18/0.00/0.43/0.37) 

CMYK percentages

%18.13
%0
%42.5
%37.25

Codes

Color #83A05C in popluar color models

83 A0 5C
RGB 131 160 92
HSL 86° 26.98% 49.41%
HSB/HSV 86° 42.50% 62.75%
CMYK 18.13% 0.00% 42.50%
37.25%

Color #83A05C in popluar number systems.

HEX 83 A0 5C
Decimal 131 160 92
Binary 10000011 10100000 1011100
Octal 203 240 134

Shades and tints

Shades of #83A05C

#83A05C
(131,160,92)
#789254
(120,146,84)
#6D844C
(109,132,76)
#627644
(98,118,68)
#57683C
(87,104,60)
#4C5A34
(76,90,52)
#414C2C
(65,76,44)
#363E24
(54,62,36)
#2B301C
(43,48,28)
#202214
(32,34,20)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #83A05C

#83A05C
(131,160,92)
#8EA86A
(142,168,106)
#99B078
(153,176,120)
#A4B886
(164,184,134)
#AFC094
(175,192,148)
#BAC8A2
(186,200,162)
#C5D0B0
(197,208,176)
#D0D8BE
(208,216,190)
#DBE0CC
(219,224,204)
#E6E8DA
(230,232,218)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A05C color. Also use rgb(131,160,92) instead hex code.

Text Font Color

.myTextColor { color: #83A05C; }

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

This text font color is #83A05C.

Background Color

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

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

This div background color is #83A05C.

Border color

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

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

This div border color is #83A05C.

Opacity

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

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

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

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

This text has shadow with #83A05C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A05C.

Preview

Color preview on black background

This text has color #83A05C on black background.


Color preview on white background

This text has color #83A05C on white background.


Black color preview on #83A05C background

This text has black color on #83A05C background.


White color preview on #83A05C background

This text has white color on #83A05C background.


Related colors

Complementary color

Complementary color for #hex is #7C5FA3.


I love getcolorcode.com

Triadic colors

1 #5C83A0 and #A05C83 with #83A05C are triadic colors.

2 #5CA083 and #A0835C with #83A05C are triadic colors.