COLOR #31BA49

HEX: #31BA49 RGB: (49,186,73)

Color info

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

RGB color model

#31BA49 color RGB value is (49,186,73).

RGB: (49,186,73) (19%, 73%, 29%)

RGB channels and saturation

R 49 of 255 = 19%
G 186 of 255 = 73%
B 73 of 255 = 29%

49
186
73

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

Portions of RGB colors in percentages

R + G + B = 49 + 186 + 73 = 308 (100%)
R 49 of 308 ~ 15.91%
G 186 of 308 ~ 60.39%
B 73 of 308 ~ 23.7'%

%15.91
%60.39
%23.7

CMYK color model

#31BA49 color CMYK value is (74,0,61,27).

  • cyan value is 73.66%
  • magenta value is 0.00%
  • yellow value is 60.75%
  • key color value is 27.06%

CMYK: (74,0,61,27)
C74M0Y61K27 (74%, 0%, 61%, 27%)
(0.74 / 0.00 / 0.61 / 0.27)

CMYK percentages

%73.66
%0
%60.75
%27.06

Codes

Color #31BA49 in popluar color models

31 BA 49
RGB 49 186 73
HSL 131° 58.30% 46.08%
HSB/HSV 131° 73.66% 72.94%
CMYK 73.66% 0.00% 60.75%
27.06%

Color #31BA49 in popluar number systems.

HEX 31 BA 49
Decimal 49 186 73
Binary 110001 10111010 1001001
Octal 61 272 111

Shades and tints

Shades of #31BA49

#31BA49
(49,186,73)
#2DAA43
(45,170,67)
#299A3D
(41,154,61)
#258A37
(37,138,55)
#217A31
(33,122,49)
#1D6A2B
(29,106,43)
#195A25
(25,90,37)
#154A1F
(21,74,31)
#113A19
(17,58,25)
#0D2A13
(13,42,19)
#091A0D
(9,26,13)
#000000
(0,0,0)

Tints of #31BA49

#31BA49
(49,186,73)
#43C059
(67,192,89)
#55C669
(85,198,105)
#67CC79
(103,204,121)
#79D289
(121,210,137)
#8BD899
(139,216,153)
#9DDEA9
(157,222,169)
#AFE4B9
(175,228,185)
#C1EAC9
(193,234,201)
#D3F0D9
(211,240,217)
#E5F6E9
(229,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31BA49 color. Also use rgb(49,186,73) instead hex code.

Text Font Color

.myTextColor { color: #31BA49; }

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

This text font color is #31BA49.

Background Color

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

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

This div background color is #31BA49.

Border color

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

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

This div border color is #31BA49.

Opacity

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

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

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

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

This text has shadow with #31BA49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31BA49.

Preview

Color preview on black background

This text has color #31BA49 on black background.


Color preview on white background

This text has color #31BA49 on white background.


Black color preview on #31BA49 background

This text has black color on #31BA49 background.


White color preview on #31BA49 background

This text has white color on #31BA49 background.


Related colors

Complementary color

Complementary color for #hex is #CE45B6.


I love getcolorcode.com

Triadic colors

1 #4931BA and #BA4931 with #31BA49 are triadic colors.

2 #49BA31 and #BA3149 with #31BA49 are triadic colors.