COLOR #49A234

HEX: #49A234
RGB: (73,162,52)

Color info

#49A234 contains mainly green color. Web safe color of #49A234 is #339933 (or #393).

RGB color model

#49A234 color RGB value is (73,162,52).

  • red value is 73;
  • green value is 162;
  • blue value is 52.
RGB:
(73,162,52)
(29%,64%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 162 of 255 = 64%
B 52 of 255 = 20%

73
162
52

R + G + B ~ 38%. #49A234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 162 + 52 = 287 (100%)
R 73 of 287 ~ 25.44%
G 162 of 287 ~ 56.45%
B 52 of 287 ~ 18.12%

%25.44
%56.45
%18.12

CMYK color model

#49A234 color CMYK value is (55,0,68,36).

  • cyan value is 54.94%
  • magenta value is 0.00%
  • yellow value is 67.90%
  • key color value is 36.47%
CMYK:
(55,0,68,36)
C55M0Y68K36 
(55%,0%,68%,36%)
(0.55/0.00/0.68/0.36)	

CMYK percentages

%54.94
%0
%67.9
%36.47

Codes

Color #49A234 in popluar color models

49A234
RGB7316252
HSL109°51.40%41.96%
HSB/HSV109°67.90%63.53%
CMYK54.94%0.00%67.90%
36.47%

Color #49A234 in popluar number systems.

HEX49A234
Decimal7316252
Binary100100110100010110100
Octal11124264

Shades and tints

Shades of #49A234

#49A234
(73,162,52)
#439430
(67,148,48)
#3D862C
(61,134,44)
#377828
(55,120,40)
#316A24
(49,106,36)
#2B5C20
(43,92,32)
#254E1C
(37,78,28)
#1F4018
(31,64,24)
#193214
(25,50,20)
#132410
(19,36,16)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #49A234

#49A234
(73,162,52)
#59AA46
(89,170,70)
#69B258
(105,178,88)
#79BA6A
(121,186,106)
#89C27C
(137,194,124)
#99CA8E
(153,202,142)
#A9D2A0
(169,210,160)
#B9DAB2
(185,218,178)
#C9E2C4
(201,226,196)
#D9EAD6
(217,234,214)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A234; }

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

This text font color is #49A234.


Background Color

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

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

This div background color is #49A234.


Border color

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

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

This div border color is #49A234.


Opacity

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

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

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

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

This text has shadow with #49A234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A234 on black background.


Color preview on white background

This text has color #49A234 on white background.



Black color preview on #49A234 background

This text has black color on #49A234 background.


White color preview on #49A234 background

This text has white color on #49A234 background.