COLOR #83B290

HEX: #83B290
RGB: (131,178,144)

Color info

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

RGB color model

#83B290 color RGB value is (131,178,144).

  • red value is 131;
  • green value is 178;
  • blue value is 144.
RGB:
(131,178,144)
(51%,70%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 178 of 255 = 70%
B 144 of 255 = 56%

131
178
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 178 + 144 = 453 (100%)
R 131 of 453 ~ 28.92%
G 178 of 453 ~ 39.29%
B 144 of 453 ~ 31.79%

%28.92
%39.29
%31.79

CMYK color model

#83B290 color CMYK value is (26,0,19,30).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(26,0,19,30)
C26M0Y19K30 
(26%,0%,19%,30%)
(0.26/0.00/0.19/0.30)	

CMYK percentages

%26.4
%0
%19.1
%30.2

Codes

Color #83B290 in popluar color models

83B290
RGB131178144
HSL137°23.38%60.59%
HSB/HSV137°26.40%69.80%
CMYK26.40%0.00%19.10%
30.20%

Color #83B290 in popluar number systems.

HEX83B290
Decimal131178144
Binary100000111011001010010000
Octal203262220

Shades and tints

Shades of #83B290

#83B290
(131,178,144)
#78A283
(120,162,131)
#6D9276
(109,146,118)
#628269
(98,130,105)
#57725C
(87,114,92)
#4C624F
(76,98,79)
#415242
(65,82,66)
#364235
(54,66,53)
#2B3228
(43,50,40)
#20221B
(32,34,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #83B290

#83B290
(131,178,144)
#8EB99A
(142,185,154)
#99C0A4
(153,192,164)
#A4C7AE
(164,199,174)
#AFCEB8
(175,206,184)
#BAD5C2
(186,213,194)
#C5DCCC
(197,220,204)
#D0E3D6
(208,227,214)
#DBEAE0
(219,234,224)
#E6F1EA
(230,241,234)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B290 color. Also use rgb(131,178,144) instead hex code.

Text Font Color

.myTextColor { color: #83B290; }

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

This text font color is #83B290.


Background Color

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

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

This div background color is #83B290.


Border color

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

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

This div border color is #83B290.


Opacity

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

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

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

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

This text has shadow with #83B290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B290 on black background.


Color preview on white background

This text has color #83B290 on white background.



Black color preview on #83B290 background

This text has black color on #83B290 background.


White color preview on #83B290 background

This text has white color on #83B290 background.