COLOR #83B18B

HEX: #83B18B
RGB: (131,177,139)

Color info

#83B18B contains red, green and blue colors in about the same proportion. Web safe color of #83B18B is #999999 (or #999).

RGB color model

#83B18B color RGB value is (131,177,139).

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

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 139 of 255 = 55%

131
177
139

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

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 139 = 447 (100%)
R 131 of 447 ~ 29.31%
G 177 of 447 ~ 39.6%
B 139 of 447 ~ 31.1%

%29.31
%39.6
%31.1

CMYK color model

#83B18B color CMYK value is (26,0,21,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(26,0,21,31)
C26M0Y21K31 
(26%,0%,21%,31%)
(0.26/0.00/0.21/0.31)	

CMYK percentages

%25.99
%0
%21.47
%30.59

Codes

Color #83B18B in popluar color models

83B18B
RGB131177139
HSL130°22.77%60.39%
HSB/HSV130°25.99%69.41%
CMYK25.99%0.00%21.47%
30.59%

Color #83B18B in popluar number systems.

HEX83B18B
Decimal131177139
Binary100000111011000110001011
Octal203261213

Shades and tints

Shades of #83B18B

#83B18B
(131,177,139)
#78A17F
(120,161,127)
#6D9173
(109,145,115)
#628167
(98,129,103)
#57715B
(87,113,91)
#4C614F
(76,97,79)
#415143
(65,81,67)
#364137
(54,65,55)
#2B312B
(43,49,43)
#20211F
(32,33,31)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83B18B

#83B18B
(131,177,139)
#8EB895
(142,184,149)
#99BF9F
(153,191,159)
#A4C6A9
(164,198,169)
#AFCDB3
(175,205,179)
#BAD4BD
(186,212,189)
#C5DBC7
(197,219,199)
#D0E2D1
(208,226,209)
#DBE9DB
(219,233,219)
#E6F0E5
(230,240,229)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B18B; }

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

This text font color is #83B18B.


Background Color

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

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

This div background color is #83B18B.


Border color

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

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

This div border color is #83B18B.


Opacity

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

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

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

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

This text has shadow with #83B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B18B on black background.


Color preview on white background

This text has color #83B18B on white background.



Black color preview on #83B18B background

This text has black color on #83B18B background.


White color preview on #83B18B background

This text has white color on #83B18B background.