COLOR #31D763

HEX: #31D763
RGB: (49,215,99)

Color info

#31D763 contains mainly green color. Web safe color of #31D763 is #33CC66 (or #3C6).

RGB color model

#31D763 color RGB value is (49,215,99).

  • red value is 49;
  • green value is 215;
  • blue value is 99.
RGB:
(49,215,99)
(19%,84%,39%)

RGB channels and saturation

R 49 of 255 = 19%
G 215 of 255 = 84%
B 99 of 255 = 39%

49
215
99

R + G + B ~ 47%. #31D763 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 215 + 99 = 363 (100%)
R 49 of 363 ~ 13.5%
G 215 of 363 ~ 59.23%
B 99 of 363 ~ 27.27%

%13.5
%59.23
%27.27

CMYK color model

#31D763 color CMYK value is (77,0,54,16).

  • cyan value is 77.21%
  • magenta value is 0.00%
  • yellow value is 53.95%
  • key color value is 15.69%
CMYK:
(77,0,54,16)
C77M0Y54K16 
(77%,0%,54%,16%)
(0.77/0.00/0.54/0.16)	

CMYK percentages

%77.21
%0
%53.95
%15.69

Codes

Color #31D763 in popluar color models

31D763
RGB4921599
HSL138°67.48%51.76%
HSB/HSV138°77.21%84.31%
CMYK77.21%0.00%53.95%
15.69%

Color #31D763 in popluar number systems.

HEX31D763
Decimal4921599
Binary110001110101111100011
Octal61327143

Shades and tints

Shades of #31D763

#31D763
(49,215,99)
#2DC45A
(45,196,90)
#29B151
(41,177,81)
#259E48
(37,158,72)
#218B3F
(33,139,63)
#1D7836
(29,120,54)
#19652D
(25,101,45)
#155224
(21,82,36)
#113F1B
(17,63,27)
#0D2C12
(13,44,18)
#091909
(9,25,9)
#000000
(0,0,0)

Tints of #31D763

#31D763
(49,215,99)
#43DA71
(67,218,113)
#55DD7F
(85,221,127)
#67E08D
(103,224,141)
#79E39B
(121,227,155)
#8BE6A9
(139,230,169)
#9DE9B7
(157,233,183)
#AFECC5
(175,236,197)
#C1EFD3
(193,239,211)
#D3F2E1
(211,242,225)
#E5F5EF
(229,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31D763 color. Also use rgb(49,215,99) instead hex code.

Text Font Color

.myTextColor { color: #31D763; }

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

This text font color is #31D763.


Background Color

.myBgColor { background-color: #31D763; }

<div style="background-color:#31D763">Inner text</div>

This div background color is #31D763.


Border color

.myBorderColor { border: 1px solid #31D763; }

<div style="border:3px solid #31D763">Div</div>

This div border color is #31D763.


Opacity

.myOpacity80 { color: #31D763; opacity: 0.8; }

<p style="color:#31D763;opacity:0.8;">80%</p>

Text with #31D763 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 #31D763;}

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

This text has shadow with #31D763 color.

.textShadow {text-shadow: 3px 3px 1px #31D763, 3px 3px 1px red;}

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

This text has shadow with #31D763 primary color and red secondary color.


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

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

This text has shadow with #31D763 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31D763 on black background.


Color preview on white background

This text has color #31D763 on white background.



Black color preview on #31D763 background

This text has black color on #31D763 background.


White color preview on #31D763 background

This text has white color on #31D763 background.