COLOR #49B831

HEX: #49B831
RGB: (73,184,49)

Color info

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

RGB color model

#49B831 color RGB value is (73,184,49).

  • red value is 73;
  • green value is 184;
  • blue value is 49.
RGB:
(73,184,49)
(29%,72%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 184 of 255 = 72%
B 49 of 255 = 19%

73
184
49

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

Portions of RGB colors in percentages

R + G + B =
73 + 184 + 49 = 306 (100%)
R 73 of 306 ~ 23.86%
G 184 of 306 ~ 60.13%
B 49 of 306 ~ 16.01%

%23.86
%60.13
%16.01

CMYK color model

#49B831 color CMYK value is (60,0,73,28).

  • cyan value is 60.33%
  • magenta value is 0.00%
  • yellow value is 73.37%
  • key color value is 27.84%
CMYK:
(60,0,73,28)
C60M0Y73K28 
(60%,0%,73%,28%)
(0.60/0.00/0.73/0.28)	

CMYK percentages

%60.33
%0
%73.37
%27.84

Codes

Color #49B831 in popluar color models

49B831
RGB7318449
HSL109°57.94%45.69%
HSB/HSV109°73.37%72.16%
CMYK60.33%0.00%73.37%
27.84%

Color #49B831 in popluar number systems.

HEX49B831
Decimal7318449
Binary100100110111000110001
Octal11127061

Shades and tints

Shades of #49B831

#49B831
(73,184,49)
#43A82D
(67,168,45)
#3D9829
(61,152,41)
#378825
(55,136,37)
#317821
(49,120,33)
#2B681D
(43,104,29)
#255819
(37,88,25)
#1F4815
(31,72,21)
#193811
(25,56,17)
#13280D
(19,40,13)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #49B831

#49B831
(73,184,49)
#59BE43
(89,190,67)
#69C455
(105,196,85)
#79CA67
(121,202,103)
#89D079
(137,208,121)
#99D68B
(153,214,139)
#A9DC9D
(169,220,157)
#B9E2AF
(185,226,175)
#C9E8C1
(201,232,193)
#D9EED3
(217,238,211)
#E9F4E5
(233,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B831; }

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

This text font color is #49B831.


Background Color

.myBgColor { background-color: #49B831; }

<div style="background-color:#49B831">Inner text</div>

This div background color is #49B831.


Border color

.myBorderColor { border: 1px solid #49B831; }

<div style="border:3px solid #49B831">Div</div>

This div border color is #49B831.


Opacity

.myOpacity80 { color: #49B831; opacity: 0.8; }

<p style="color:#49B831;opacity:0.8;">80%</p>

Text with #49B831 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 #49B831;}

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

This text has shadow with #49B831 color.

.textShadow {text-shadow: 3px 3px 1px #49B831, 3px 3px 1px red;}

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

This text has shadow with #49B831 primary color and red secondary color.


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

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

This text has shadow with #49B831 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B831 on black background.


Color preview on white background

This text has color #49B831 on white background.



Black color preview on #49B831 background

This text has black color on #49B831 background.


White color preview on #49B831 background

This text has white color on #49B831 background.