COLOR #83B783

HEX: #83B783
RGB: (131,183,131)

Color info

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

RGB color model

#83B783 color RGB value is (131,183,131).

  • red value is 131;
  • green value is 183;
  • blue value is 131.
RGB:
(131,183,131)
(51%,72%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 131 of 255 = 51%

131
183
131

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

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 131 = 445 (100%)
R 131 of 445 ~ 29.44%
G 183 of 445 ~ 41.12%
B 131 of 445 ~ 29.44%

%29.44
%41.12
%29.44

CMYK color model

#83B783 color CMYK value is (28,0,28,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 28.24%
CMYK:
(28,0,28,28)
C28M0Y28K28 
(28%,0%,28%,28%)
(0.28/0.00/0.28/0.28)	

CMYK percentages

%28.42
%0
%28.42
%28.24

Codes

Color #83B783 in popluar color models

83B783
RGB131183131
HSL120°26.53%61.57%
HSB/HSV120°28.42%71.76%
CMYK28.42%0.00%28.42%
28.24%

Color #83B783 in popluar number systems.

HEX83B783
Decimal131183131
Binary100000111011011110000011
Octal203267203

Shades and tints

Shades of #83B783

#83B783
(131,183,131)
#78A778
(120,167,120)
#6D976D
(109,151,109)
#628762
(98,135,98)
#577757
(87,119,87)
#4C674C
(76,103,76)
#415741
(65,87,65)
#364736
(54,71,54)
#2B372B
(43,55,43)
#202720
(32,39,32)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #83B783

#83B783
(131,183,131)
#8EBD8E
(142,189,142)
#99C399
(153,195,153)
#A4C9A4
(164,201,164)
#AFCFAF
(175,207,175)
#BAD5BA
(186,213,186)
#C5DBC5
(197,219,197)
#D0E1D0
(208,225,208)
#DBE7DB
(219,231,219)
#E6EDE6
(230,237,230)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B783; }

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

This text font color is #83B783.


Background Color

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

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

This div background color is #83B783.


Border color

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

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

This div border color is #83B783.


Opacity

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

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

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

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

This text has shadow with #83B783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B783 on black background.


Color preview on white background

This text has color #83B783 on white background.



Black color preview on #83B783 background

This text has black color on #83B783 background.


White color preview on #83B783 background

This text has white color on #83B783 background.