COLOR #83B16B

HEX: #83B16B
RGB: (131,177,107)

Color info

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

RGB color model

#83B16B color RGB value is (131,177,107).

  • red value is 131;
  • green value is 177;
  • blue value is 107.
RGB:
(131,177,107)
(51%,69%,42%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 107 of 255 = 42%

131
177
107

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

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 107 = 415 (100%)
R 131 of 415 ~ 31.57%
G 177 of 415 ~ 42.65%
B 107 of 415 ~ 25.78%

%31.57
%42.65
%25.78

CMYK color model

#83B16B color CMYK value is (26,0,40,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 30.59%
CMYK:
(26,0,40,31)
C26M0Y40K31 
(26%,0%,40%,31%)
(0.26/0.00/0.40/0.31)	

CMYK percentages

%25.99
%0
%39.55
%30.59

Codes

Color #83B16B in popluar color models

83B16B
RGB131177107
HSL99°30.97%55.69%
HSB/HSV99°39.55%69.41%
CMYK25.99%0.00%39.55%
30.59%

Color #83B16B in popluar number systems.

HEX83B16B
Decimal131177107
Binary10000011101100011101011
Octal203261153

Shades and tints

Shades of #83B16B

#83B16B
(131,177,107)
#78A162
(120,161,98)
#6D9159
(109,145,89)
#628150
(98,129,80)
#577147
(87,113,71)
#4C613E
(76,97,62)
#415135
(65,81,53)
#36412C
(54,65,44)
#2B3123
(43,49,35)
#20211A
(32,33,26)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #83B16B

#83B16B
(131,177,107)
#8EB878
(142,184,120)
#99BF85
(153,191,133)
#A4C692
(164,198,146)
#AFCD9F
(175,205,159)
#BAD4AC
(186,212,172)
#C5DBB9
(197,219,185)
#D0E2C6
(208,226,198)
#DBE9D3
(219,233,211)
#E6F0E0
(230,240,224)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B16B color. Also use rgb(131,177,107) instead hex code.

Text Font Color

.myTextColor { color: #83B16B; }

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

This text font color is #83B16B.


Background Color

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

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

This div background color is #83B16B.


Border color

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

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

This div border color is #83B16B.


Opacity

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

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

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

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

This text has shadow with #83B16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B16B on black background.


Color preview on white background

This text has color #83B16B on white background.



Black color preview on #83B16B background

This text has black color on #83B16B background.


White color preview on #83B16B background

This text has white color on #83B16B background.