COLOR #83AB79

HEX: #83AB79
RGB: (131,171,121)

Color info

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

RGB color model

#83AB79 color RGB value is (131,171,121).

  • red value is 131;
  • green value is 171;
  • blue value is 121.
RGB:
(131,171,121)
(51%,67%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 171 of 255 = 67%
B 121 of 255 = 47%

131
171
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 171 + 121 = 423 (100%)
R 131 of 423 ~ 30.97%
G 171 of 423 ~ 40.43%
B 121 of 423 ~ 28.61%

%30.97
%40.43
%28.61

CMYK color model

#83AB79 color CMYK value is (23,0,29,33).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK:
(23,0,29,33)
C23M0Y29K33 
(23%,0%,29%,33%)
(0.23/0.00/0.29/0.33)	

CMYK percentages

%23.39
%0
%29.24
%32.94

Codes

Color #83AB79 in popluar color models

83AB79
RGB131171121
HSL108°22.94%57.25%
HSB/HSV108°29.24%67.06%
CMYK23.39%0.00%29.24%
32.94%

Color #83AB79 in popluar number systems.

HEX83AB79
Decimal131171121
Binary10000011101010111111001
Octal203253171

Shades and tints

Shades of #83AB79

#83AB79
(131,171,121)
#789C6E
(120,156,110)
#6D8D63
(109,141,99)
#627E58
(98,126,88)
#576F4D
(87,111,77)
#4C6042
(76,96,66)
#415137
(65,81,55)
#36422C
(54,66,44)
#2B3321
(43,51,33)
#202416
(32,36,22)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #83AB79

#83AB79
(131,171,121)
#8EB285
(142,178,133)
#99B991
(153,185,145)
#A4C09D
(164,192,157)
#AFC7A9
(175,199,169)
#BACEB5
(186,206,181)
#C5D5C1
(197,213,193)
#D0DCCD
(208,220,205)
#DBE3D9
(219,227,217)
#E6EAE5
(230,234,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AB79; }

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

This text font color is #83AB79.


Background Color

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

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

This div background color is #83AB79.


Border color

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

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

This div border color is #83AB79.


Opacity

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

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

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

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

This text has shadow with #83AB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AB79 on black background.


Color preview on white background

This text has color #83AB79 on white background.



Black color preview on #83AB79 background

This text has black color on #83AB79 background.


White color preview on #83AB79 background

This text has white color on #83AB79 background.