COLOR #83A65D

HEX: #83A65D RGB: (131,166,93)

Color info

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

RGB color model

#83A65D color RGB value is (131,166,93).

RGB: (131,166,93) (51%, 65%, 36%)

RGB channels and saturation

R 131 of 255 = 51%
G 166 of 255 = 65%
B 93 of 255 = 36%

131
166
93

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

Portions of RGB colors in percentages

R + G + B = 131 + 166 + 93 = 390 (100%)
R 131 of 390 ~ 33.59%
G 166 of 390 ~ 42.56%
B 93 of 390 ~ 23.85'%

%33.59
%42.56
%23.85

CMYK color model

#83A65D color CMYK value is (21,0,44,35).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 34.90%

CMYK: (21,0,44,35)
C21M0Y44K35 (21%, 0%, 44%, 35%)
(0.21 / 0.00 / 0.44 / 0.35)

CMYK percentages

%21.08
%0
%43.98
%34.9

Codes

Color #83A65D in popluar color models

83 A6 5D
RGB 131 166 93
HSL 89° 29.08% 50.78%
HSB/HSV 89° 43.98% 65.10%
CMYK 21.08% 0.00% 43.98%
34.90%

Color #83A65D in popluar number systems.

HEX 83 A6 5D
Decimal 131 166 93
Binary 10000011 10100110 1011101
Octal 203 246 135

Shades and tints

Shades of #83A65D

#83A65D
(131,166,93)
#789755
(120,151,85)
#6D884D
(109,136,77)
#627945
(98,121,69)
#576A3D
(87,106,61)
#4C5B35
(76,91,53)
#414C2D
(65,76,45)
#363D25
(54,61,37)
#2B2E1D
(43,46,29)
#201F15
(32,31,21)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #83A65D

#83A65D
(131,166,93)
#8EAE6B
(142,174,107)
#99B679
(153,182,121)
#A4BE87
(164,190,135)
#AFC695
(175,198,149)
#BACEA3
(186,206,163)
#C5D6B1
(197,214,177)
#D0DEBF
(208,222,191)
#DBE6CD
(219,230,205)
#E6EEDB
(230,238,219)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A65D color. Also use rgb(131,166,93) instead hex code.

Text Font Color

.myTextColor { color: #83A65D; }

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

This text font color is #83A65D.

Background Color

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

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

This div background color is #83A65D.

Border color

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

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

This div border color is #83A65D.

Opacity

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

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

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

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

This text has shadow with #83A65D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A65D.

Preview

Color preview on black background

This text has color #83A65D on black background.


Color preview on white background

This text has color #83A65D on white background.


Black color preview on #83A65D background

This text has black color on #83A65D background.


White color preview on #83A65D background

This text has white color on #83A65D background.


Related colors

Complementary color

Complementary color for #hex is #7C59A2.


I love getcolorcode.com

Triadic colors

1 #5D83A6 and #A65D83 with #83A65D are triadic colors.

2 #5DA683 and #A6835D with #83A65D are triadic colors.