COLOR #83B588

HEX: #83B588
RGB: (131,181,136)

Color info

#83B588 contains red, green and blue colors in about the same proportion. Web safe color of #83B588 is #99CC99 (or #9C9).

RGB color model

#83B588 color RGB value is (131,181,136).

  • red value is 131;
  • green value is 181;
  • blue value is 136.
RGB:
(131,181,136)
(51%,71%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 181 of 255 = 71%
B 136 of 255 = 53%

131
181
136

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

Portions of RGB colors in percentages

R + G + B =
131 + 181 + 136 = 448 (100%)
R 131 of 448 ~ 29.24%
G 181 of 448 ~ 40.4%
B 136 of 448 ~ 30.36%

%29.24
%40.4
%30.36

CMYK color model

#83B588 color CMYK value is (28,0,25,29).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(28,0,25,29)
C28M0Y25K29 
(28%,0%,25%,29%)
(0.28/0.00/0.25/0.29)	

CMYK percentages

%27.62
%0
%24.86
%29.02

Codes

Color #83B588 in popluar color models

83B588
RGB131181136
HSL126°25.25%61.18%
HSB/HSV126°27.62%70.98%
CMYK27.62%0.00%24.86%
29.02%

Color #83B588 in popluar number systems.

HEX83B588
Decimal131181136
Binary100000111011010110001000
Octal203265210

Shades and tints

Shades of #83B588

#83B588
(131,181,136)
#78A57C
(120,165,124)
#6D9570
(109,149,112)
#628564
(98,133,100)
#577558
(87,117,88)
#4C654C
(76,101,76)
#415540
(65,85,64)
#364534
(54,69,52)
#2B3528
(43,53,40)
#20251C
(32,37,28)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #83B588

#83B588
(131,181,136)
#8EBB92
(142,187,146)
#99C19C
(153,193,156)
#A4C7A6
(164,199,166)
#AFCDB0
(175,205,176)
#BAD3BA
(186,211,186)
#C5D9C4
(197,217,196)
#D0DFCE
(208,223,206)
#DBE5D8
(219,229,216)
#E6EBE2
(230,235,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B588 color. Also use rgb(131,181,136) instead hex code.

Text Font Color

.myTextColor { color: #83B588; }

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

This text font color is #83B588.


Background Color

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

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

This div background color is #83B588.


Border color

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

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

This div border color is #83B588.


Opacity

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

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

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

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

This text has shadow with #83B588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B588 on black background.


Color preview on white background

This text has color #83B588 on white background.



Black color preview on #83B588 background

This text has black color on #83B588 background.


White color preview on #83B588 background

This text has white color on #83B588 background.