COLOR #83AB61

HEX: #83AB61 RGB: (131,171,97)

Color info

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

RGB color model

#83AB61 color RGB value is (131,171,97).

RGB: (131,171,97) (51%, 67%, 38%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 97 of 255 = 38%

131
171
97

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

Portions of RGB colors in percentages

R + G + B = 131 + 171 + 97 = 399 (100%)
R 131 of 399 ~ 32.83%
G 171 of 399 ~ 42.86%
B 97 of 399 ~ 24.31'%

%32.83
%42.86
%24.31

CMYK color model

#83AB61 color CMYK value is (23,0,43,33).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK: (23,0,43,33) C23M0Y43K33 (23%,0%,43%,33%) (0.23/0.00/0.43/0.33) 

CMYK percentages

%23.39
%0
%43.27
%32.94

Codes

Color #83AB61 in popluar color models

83 AB 61
RGB 131 171 97
HSL 92° 30.58% 52.55%
HSB/HSV 92° 43.27% 67.06%
CMYK 23.39% 0.00% 43.27%
32.94%

Color #83AB61 in popluar number systems.

HEX 83 AB 61
Decimal 131 171 97
Binary 10000011 10101011 1100001
Octal 203 253 141

Shades and tints

Shades of #83AB61

#83AB61
(131,171,97)
#789C59
(120,156,89)
#6D8D51
(109,141,81)
#627E49
(98,126,73)
#576F41
(87,111,65)
#4C6039
(76,96,57)
#415131
(65,81,49)
#364229
(54,66,41)
#2B3321
(43,51,33)
#202419
(32,36,25)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #83AB61

#83AB61
(131,171,97)
#8EB26F
(142,178,111)
#99B97D
(153,185,125)
#A4C08B
(164,192,139)
#AFC799
(175,199,153)
#BACEA7
(186,206,167)
#C5D5B5
(197,213,181)
#D0DCC3
(208,220,195)
#DBE3D1
(219,227,209)
#E6EADF
(230,234,223)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AB61 color. Also use rgb(131,171,97) instead hex code.

Text Font Color

.myTextColor { color: #83AB61; }

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

This text font color is #83AB61.

Background Color

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

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

This div background color is #83AB61.

Border color

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

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

This div border color is #83AB61.

Opacity

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

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

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

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

This text has shadow with #83AB61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AB61.

Preview

Color preview on black background

This text has color #83AB61 on black background.


Color preview on white background

This text has color #83AB61 on white background.


Black color preview on #83AB61 background

This text has black color on #83AB61 background.


White color preview on #83AB61 background

This text has white color on #83AB61 background.


Related colors

Complementary color

Complementary color for #hex is #7C549E.


I love getcolorcode.com

Triadic colors

1 #6183AB and #AB6183 with #83AB61 are triadic colors.

2 #61AB83 and #AB8361 with #83AB61 are triadic colors.