COLOR #49B825

HEX: #49B825
RGB: (73,184,37)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 73 of 255 = 29%
G 184 of 255 = 72%
B 37 of 255 = 15%

73
184
37

R + G + B ~ 39%. #49B825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 184 + 37 = 294 (100%)
R 73 of 294 ~ 24.83%
G 184 of 294 ~ 62.59%
B 37 of 294 ~ 12.59%

%24.83
%62.59
%12.59

CMYK color model

#49B825 color CMYK value is (60,0,80,28).

  • cyan value is 60.33%
  • magenta value is 0.00%
  • yellow value is 79.89%
  • key color value is 27.84%
CMYK:
(60,0,80,28)
C60M0Y80K28 
(60%,0%,80%,28%)
(0.60/0.00/0.80/0.28)	

CMYK percentages

%60.33
%0
%79.89
%27.84

Codes

Color #49B825 in popluar color models

49B825
RGB7318437
HSL105°66.52%43.33%
HSB/HSV105°79.89%72.16%
CMYK60.33%0.00%79.89%
27.84%

Color #49B825 in popluar number systems.

HEX49B825
Decimal7318437
Binary100100110111000100101
Octal11127045

Shades and tints

Shades of #49B825

#49B825
(73,184,37)
#43A822
(67,168,34)
#3D981F
(61,152,31)
#37881C
(55,136,28)
#317819
(49,120,25)
#2B6816
(43,104,22)
#255813
(37,88,19)
#1F4810
(31,72,16)
#19380D
(25,56,13)
#13280A
(19,40,10)
#0D1807
(13,24,7)
#000000
(0,0,0)

Tints of #49B825

#49B825
(73,184,37)
#59BE38
(89,190,56)
#69C44B
(105,196,75)
#79CA5E
(121,202,94)
#89D071
(137,208,113)
#99D684
(153,214,132)
#A9DC97
(169,220,151)
#B9E2AA
(185,226,170)
#C9E8BD
(201,232,189)
#D9EED0
(217,238,208)
#E9F4E3
(233,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49B825; }

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

This text font color is #49B825.


Background Color

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

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

This div background color is #49B825.


Border color

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

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

This div border color is #49B825.


Opacity

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

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

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

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

This text has shadow with #49B825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B825 on black background.


Color preview on white background

This text has color #49B825 on white background.



Black color preview on #49B825 background

This text has black color on #49B825 background.


White color preview on #49B825 background

This text has white color on #49B825 background.