COLOR #31BC63

HEX: #31BC63
RGB: (49,188,99)

Color info

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

RGB color model

#31BC63 color RGB value is (49,188,99).

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

RGB channels and saturation

R 49 of 255 = 19%
G 188 of 255 = 74%
B 99 of 255 = 39%

49
188
99

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

Portions of RGB colors in percentages

R + G + B =
49 + 188 + 99 = 336 (100%)
R 49 of 336 ~ 14.58%
G 188 of 336 ~ 55.95%
B 99 of 336 ~ 29.46%

%14.58
%55.95
%29.46

CMYK color model

#31BC63 color CMYK value is (74,0,47,26).

  • cyan value is 73.94%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 26.27%
CMYK:
(74,0,47,26)
C74M0Y47K26 
(74%,0%,47%,26%)
(0.74/0.00/0.47/0.26)	

CMYK percentages

%73.94
%0
%47.34
%26.27

Codes

Color #31BC63 in popluar color models

31BC63
RGB4918899
HSL142°58.65%46.47%
HSB/HSV142°73.94%73.73%
CMYK73.94%0.00%47.34%
26.27%

Color #31BC63 in popluar number systems.

HEX31BC63
Decimal4918899
Binary110001101111001100011
Octal61274143

Shades and tints

Shades of #31BC63

#31BC63
(49,188,99)
#2DAB5A
(45,171,90)
#299A51
(41,154,81)
#258948
(37,137,72)
#21783F
(33,120,63)
#1D6736
(29,103,54)
#19562D
(25,86,45)
#154524
(21,69,36)
#11341B
(17,52,27)
#0D2312
(13,35,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #31BC63

#31BC63
(49,188,99)
#43C271
(67,194,113)
#55C87F
(85,200,127)
#67CE8D
(103,206,141)
#79D49B
(121,212,155)
#8BDAA9
(139,218,169)
#9DE0B7
(157,224,183)
#AFE6C5
(175,230,197)
#C1ECD3
(193,236,211)
#D3F2E1
(211,242,225)
#E5F8EF
(229,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31BC63; }

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

This text font color is #31BC63.


Background Color

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

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

This div background color is #31BC63.


Border color

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

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

This div border color is #31BC63.


Opacity

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

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

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

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

This text has shadow with #31BC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31BC63 on black background.


Color preview on white background

This text has color #31BC63 on white background.



Black color preview on #31BC63 background

This text has black color on #31BC63 background.


White color preview on #31BC63 background

This text has white color on #31BC63 background.