COLOR #83B979

HEX: #83B979
RGB: (131,185,121)

Color info

#83B979 contains mainly red and green colors. Web safe color of #83B979 is #99CC66 (or #9C6).

RGB color model

#83B979 color RGB value is (131,185,121).

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

RGB channels and saturation

R 131 of 255 = 51%
G 185 of 255 = 73%
B 121 of 255 = 47%

131
185
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 185 + 121 = 437 (100%)
R 131 of 437 ~ 29.98%
G 185 of 437 ~ 42.33%
B 121 of 437 ~ 27.69%

%29.98
%42.33
%27.69

CMYK color model

#83B979 color CMYK value is (29,0,35,27).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(29,0,35,27)
C29M0Y35K27 
(29%,0%,35%,27%)
(0.29/0.00/0.35/0.27)	

CMYK percentages

%29.19
%0
%34.59
%27.45

Codes

Color #83B979 in popluar color models

83B979
RGB131185121
HSL111°31.37%60.00%
HSB/HSV111°34.59%72.55%
CMYK29.19%0.00%34.59%
27.45%

Color #83B979 in popluar number systems.

HEX83B979
Decimal131185121
Binary10000011101110011111001
Octal203271171

Shades and tints

Shades of #83B979

#83B979
(131,185,121)
#78A96E
(120,169,110)
#6D9963
(109,153,99)
#628958
(98,137,88)
#57794D
(87,121,77)
#4C6942
(76,105,66)
#415937
(65,89,55)
#36492C
(54,73,44)
#2B3921
(43,57,33)
#202916
(32,41,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #83B979

#83B979
(131,185,121)
#8EBF85
(142,191,133)
#99C591
(153,197,145)
#A4CB9D
(164,203,157)
#AFD1A9
(175,209,169)
#BAD7B5
(186,215,181)
#C5DDC1
(197,221,193)
#D0E3CD
(208,227,205)
#DBE9D9
(219,233,217)
#E6EFE5
(230,239,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B979; }

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

This text font color is #83B979.


Background Color

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

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

This div background color is #83B979.


Border color

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

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

This div border color is #83B979.


Opacity

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

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

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

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

This text has shadow with #83B979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B979 on black background.


Color preview on white background

This text has color #83B979 on white background.



Black color preview on #83B979 background

This text has black color on #83B979 background.


White color preview on #83B979 background

This text has white color on #83B979 background.