COLOR #83C072

HEX: #83C072
RGB: (131,192,114)

Color info

#83C072 contains mainly green color. Web safe color of #83C072 is #99CC66 (or #9C6).

RGB color model

#83C072 color RGB value is (131,192,114).

  • red value is 131;
  • green value is 192;
  • blue value is 114.
RGB:
(131,192,114)
(51%,75%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 192 of 255 = 75%
B 114 of 255 = 45%

131
192
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 192 + 114 = 437 (100%)
R 131 of 437 ~ 29.98%
G 192 of 437 ~ 43.94%
B 114 of 437 ~ 26.09%

%29.98
%43.94
%26.09

CMYK color model

#83C072 color CMYK value is (32,0,41,25).

  • cyan value is 31.77%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 24.71%
CMYK:
(32,0,41,25)
C32M0Y41K25 
(32%,0%,41%,25%)
(0.32/0.00/0.41/0.25)	

CMYK percentages

%31.77
%0
%40.63
%24.71

Codes

Color #83C072 in popluar color models

83C072
RGB131192114
HSL107°38.24%60.00%
HSB/HSV107°40.63%75.29%
CMYK31.77%0.00%40.63%
24.71%

Color #83C072 in popluar number systems.

HEX83C072
Decimal131192114
Binary10000011110000001110010
Octal203300162

Shades and tints

Shades of #83C072

#83C072
(131,192,114)
#78AF68
(120,175,104)
#6D9E5E
(109,158,94)
#628D54
(98,141,84)
#577C4A
(87,124,74)
#4C6B40
(76,107,64)
#415A36
(65,90,54)
#36492C
(54,73,44)
#2B3822
(43,56,34)
#202718
(32,39,24)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #83C072

#83C072
(131,192,114)
#8EC57E
(142,197,126)
#99CA8A
(153,202,138)
#A4CF96
(164,207,150)
#AFD4A2
(175,212,162)
#BAD9AE
(186,217,174)
#C5DEBA
(197,222,186)
#D0E3C6
(208,227,198)
#DBE8D2
(219,232,210)
#E6EDDE
(230,237,222)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C072; }

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

This text font color is #83C072.


Background Color

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

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

This div background color is #83C072.


Border color

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

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

This div border color is #83C072.


Opacity

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

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

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

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

This text has shadow with #83C072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C072 on black background.


Color preview on white background

This text has color #83C072 on white background.



Black color preview on #83C072 background

This text has black color on #83C072 background.


White color preview on #83C072 background

This text has white color on #83C072 background.