COLOR #83B399

HEX: #83B399
RGB: (131,179,153)

Color info

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

RGB color model

#83B399 color RGB value is (131,179,153).

  • red value is 131;
  • green value is 179;
  • blue value is 153.
RGB:
(131,179,153)
(51%,70%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 179 of 255 = 70%
B 153 of 255 = 60%

131
179
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 179 + 153 = 463 (100%)
R 131 of 463 ~ 28.29%
G 179 of 463 ~ 38.66%
B 153 of 463 ~ 33.05%

%28.29
%38.66
%33.05

CMYK color model

#83B399 color CMYK value is (27,0,15,30).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(27,0,15,30)
C27M0Y15K30 
(27%,0%,15%,30%)
(0.27/0.00/0.15/0.30)	

CMYK percentages

%26.82
%0
%14.53
%29.8

Codes

Color #83B399 in popluar color models

83B399
RGB131179153
HSL148°24.00%60.78%
HSB/HSV148°26.82%70.20%
CMYK26.82%0.00%14.53%
29.80%

Color #83B399 in popluar number systems.

HEX83B399
Decimal131179153
Binary100000111011001110011001
Octal203263231

Shades and tints

Shades of #83B399

#83B399
(131,179,153)
#78A38C
(120,163,140)
#6D937F
(109,147,127)
#628372
(98,131,114)
#577365
(87,115,101)
#4C6358
(76,99,88)
#41534B
(65,83,75)
#36433E
(54,67,62)
#2B3331
(43,51,49)
#202324
(32,35,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #83B399

#83B399
(131,179,153)
#8EB9A2
(142,185,162)
#99BFAB
(153,191,171)
#A4C5B4
(164,197,180)
#AFCBBD
(175,203,189)
#BAD1C6
(186,209,198)
#C5D7CF
(197,215,207)
#D0DDD8
(208,221,216)
#DBE3E1
(219,227,225)
#E6E9EA
(230,233,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B399 color. Also use rgb(131,179,153) instead hex code.

Text Font Color

.myTextColor { color: #83B399; }

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

This text font color is #83B399.


Background Color

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

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

This div background color is #83B399.


Border color

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

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

This div border color is #83B399.


Opacity

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

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

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

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

This text has shadow with #83B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B399 on black background.


Color preview on white background

This text has color #83B399 on white background.



Black color preview on #83B399 background

This text has black color on #83B399 background.


White color preview on #83B399 background

This text has white color on #83B399 background.