COLOR #31C548

HEX: #31C548
RGB: (49,197,72)

Color info

#31C548 contains mainly green color. Web safe color of #31C548 is #33CC33 (or #3C3).

RGB color model

#31C548 color RGB value is (49,197,72).

  • red value is 49;
  • green value is 197;
  • blue value is 72.
RGB:
(49,197,72)
(19%,77%,28%)

RGB channels and saturation

R 49 of 255 = 19%
G 197 of 255 = 77%
B 72 of 255 = 28%

49
197
72

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

Portions of RGB colors in percentages

R + G + B =
49 + 197 + 72 = 318 (100%)
R 49 of 318 ~ 15.41%
G 197 of 318 ~ 61.95%
B 72 of 318 ~ 22.64%

%15.41
%61.95
%22.64

CMYK color model

#31C548 color CMYK value is (75,0,63,23).

  • cyan value is 75.13%
  • magenta value is 0.00%
  • yellow value is 63.45%
  • key color value is 22.75%
CMYK:
(75,0,63,23)
C75M0Y63K23 
(75%,0%,63%,23%)
(0.75/0.00/0.63/0.23)	

CMYK percentages

%75.13
%0
%63.45
%22.75

Codes

Color #31C548 in popluar color models

31C548
RGB4919772
HSL129°60.16%48.24%
HSB/HSV129°75.13%77.25%
CMYK75.13%0.00%63.45%
22.75%

Color #31C548 in popluar number systems.

HEX31C548
Decimal4919772
Binary110001110001011001000
Octal61305110

Shades and tints

Shades of #31C548

#31C548
(49,197,72)
#2DB442
(45,180,66)
#29A33C
(41,163,60)
#259236
(37,146,54)
#218130
(33,129,48)
#1D702A
(29,112,42)
#195F24
(25,95,36)
#154E1E
(21,78,30)
#113D18
(17,61,24)
#0D2C12
(13,44,18)
#091B0C
(9,27,12)
#000000
(0,0,0)

Tints of #31C548

#31C548
(49,197,72)
#43CA58
(67,202,88)
#55CF68
(85,207,104)
#67D478
(103,212,120)
#79D988
(121,217,136)
#8BDE98
(139,222,152)
#9DE3A8
(157,227,168)
#AFE8B8
(175,232,184)
#C1EDC8
(193,237,200)
#D3F2D8
(211,242,216)
#E5F7E8
(229,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C548 color. Also use rgb(49,197,72) instead hex code.

Text Font Color

.myTextColor { color: #31C548; }

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

This text font color is #31C548.


Background Color

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

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

This div background color is #31C548.


Border color

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

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

This div border color is #31C548.


Opacity

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

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

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

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

This text has shadow with #31C548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31C548 on black background.


Color preview on white background

This text has color #31C548 on white background.



Black color preview on #31C548 background

This text has black color on #31C548 background.


White color preview on #31C548 background

This text has white color on #31C548 background.