COLOR #49A781

HEX: #49A781
RGB: (73,167,129)

Color info

#49A781 contains mainly green and blue colors. Web safe color of #49A781 is #339999 (or #399).

RGB color model

#49A781 color RGB value is (73,167,129).

  • red value is 73;
  • green value is 167;
  • blue value is 129.
RGB:
(73,167,129)
(29%,65%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 167 of 255 = 65%
B 129 of 255 = 51%

73
167
129

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

Portions of RGB colors in percentages

R + G + B =
73 + 167 + 129 = 369 (100%)
R 73 of 369 ~ 19.78%
G 167 of 369 ~ 45.26%
B 129 of 369 ~ 34.96%

%19.78
%45.26
%34.96

CMYK color model

#49A781 color CMYK value is (56,0,23,35).

  • cyan value is 56.29%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK:
(56,0,23,35)
C56M0Y23K35 
(56%,0%,23%,35%)
(0.56/0.00/0.23/0.35)	

CMYK percentages

%56.29
%0
%22.75
%34.51

Codes

Color #49A781 in popluar color models

49A781
RGB73167129
HSL156°39.17%47.06%
HSB/HSV156°56.29%65.49%
CMYK56.29%0.00%22.75%
34.51%

Color #49A781 in popluar number systems.

HEX49A781
Decimal73167129
Binary10010011010011110000001
Octal111247201

Shades and tints

Shades of #49A781

#49A781
(73,167,129)
#439876
(67,152,118)
#3D896B
(61,137,107)
#377A60
(55,122,96)
#316B55
(49,107,85)
#2B5C4A
(43,92,74)
#254D3F
(37,77,63)
#1F3E34
(31,62,52)
#192F29
(25,47,41)
#13201E
(19,32,30)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #49A781

#49A781
(73,167,129)
#59AF8C
(89,175,140)
#69B797
(105,183,151)
#79BFA2
(121,191,162)
#89C7AD
(137,199,173)
#99CFB8
(153,207,184)
#A9D7C3
(169,215,195)
#B9DFCE
(185,223,206)
#C9E7D9
(201,231,217)
#D9EFE4
(217,239,228)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A781; }

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

This text font color is #49A781.


Background Color

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

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

This div background color is #49A781.


Border color

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

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

This div border color is #49A781.


Opacity

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

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

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

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

This text has shadow with #49A781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A781 on black background.


Color preview on white background

This text has color #49A781 on white background.



Black color preview on #49A781 background

This text has black color on #49A781 background.


White color preview on #49A781 background

This text has white color on #49A781 background.