COLOR #83C473

HEX: #83C473
RGB: (131,196,115)

Color info

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

RGB color model

#83C473 color RGB value is (131,196,115).

  • red value is 131;
  • green value is 196;
  • blue value is 115.
RGB:
(131,196,115)
(51%,77%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 196 of 255 = 77%
B 115 of 255 = 45%

131
196
115

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

Portions of RGB colors in percentages

R + G + B =
131 + 196 + 115 = 442 (100%)
R 131 of 442 ~ 29.64%
G 196 of 442 ~ 44.34%
B 115 of 442 ~ 26.02%

%29.64
%44.34
%26.02

CMYK color model

#83C473 color CMYK value is (33,0,41,23).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 23.14%
CMYK:
(33,0,41,23)
C33M0Y41K23 
(33%,0%,41%,23%)
(0.33/0.00/0.41/0.23)	

CMYK percentages

%33.16
%0
%41.33
%23.14

Codes

Color #83C473 in popluar color models

83C473
RGB131196115
HSL108°40.70%60.98%
HSB/HSV108°41.33%76.86%
CMYK33.16%0.00%41.33%
23.14%

Color #83C473 in popluar number systems.

HEX83C473
Decimal131196115
Binary10000011110001001110011
Octal203304163

Shades and tints

Shades of #83C473

#83C473
(131,196,115)
#78B369
(120,179,105)
#6DA25F
(109,162,95)
#629155
(98,145,85)
#57804B
(87,128,75)
#4C6F41
(76,111,65)
#415E37
(65,94,55)
#364D2D
(54,77,45)
#2B3C23
(43,60,35)
#202B19
(32,43,25)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #83C473

#83C473
(131,196,115)
#8EC97F
(142,201,127)
#99CE8B
(153,206,139)
#A4D397
(164,211,151)
#AFD8A3
(175,216,163)
#BADDAF
(186,221,175)
#C5E2BB
(197,226,187)
#D0E7C7
(208,231,199)
#DBECD3
(219,236,211)
#E6F1DF
(230,241,223)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C473; }

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

This text font color is #83C473.


Background Color

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

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

This div background color is #83C473.


Border color

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

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

This div border color is #83C473.


Opacity

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

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

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

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

This text has shadow with #83C473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C473 on black background.


Color preview on white background

This text has color #83C473 on white background.



Black color preview on #83C473 background

This text has black color on #83C473 background.


White color preview on #83C473 background

This text has white color on #83C473 background.