COLOR #49AE4B

HEX: #49AE4B
RGB: (73,174,75)

Color info

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

RGB color model

#49AE4B color RGB value is (73,174,75).

  • red value is 73;
  • green value is 174;
  • blue value is 75.
RGB:
(73,174,75)
(29%,68%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 174 of 255 = 68%
B 75 of 255 = 29%

73
174
75

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

Portions of RGB colors in percentages

R + G + B =
73 + 174 + 75 = 322 (100%)
R 73 of 322 ~ 22.67%
G 174 of 322 ~ 54.04%
B 75 of 322 ~ 23.29%

%22.67
%54.04
%23.29

CMYK color model

#49AE4B color CMYK value is (58,0,57,32).

  • cyan value is 58.05%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 31.76%
CMYK:
(58,0,57,32)
C58M0Y57K32 
(58%,0%,57%,32%)
(0.58/0.00/0.57/0.32)	

CMYK percentages

%58.05
%0
%56.9
%31.76

Codes

Color #49AE4B in popluar color models

49AE4B
RGB7317475
HSL121°40.89%48.43%
HSB/HSV121°58.05%68.24%
CMYK58.05%0.00%56.90%
31.76%

Color #49AE4B in popluar number systems.

HEX49AE4B
Decimal7317475
Binary1001001101011101001011
Octal111256113

Shades and tints

Shades of #49AE4B

#49AE4B
(73,174,75)
#439F45
(67,159,69)
#3D903F
(61,144,63)
#378139
(55,129,57)
#317233
(49,114,51)
#2B632D
(43,99,45)
#255427
(37,84,39)
#1F4521
(31,69,33)
#19361B
(25,54,27)
#132715
(19,39,21)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #49AE4B

#49AE4B
(73,174,75)
#59B55B
(89,181,91)
#69BC6B
(105,188,107)
#79C37B
(121,195,123)
#89CA8B
(137,202,139)
#99D19B
(153,209,155)
#A9D8AB
(169,216,171)
#B9DFBB
(185,223,187)
#C9E6CB
(201,230,203)
#D9EDDB
(217,237,219)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AE4B; }

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

This text font color is #49AE4B.


Background Color

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

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

This div background color is #49AE4B.


Border color

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

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

This div border color is #49AE4B.


Opacity

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

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

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

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

This text has shadow with #49AE4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AE4B on black background.


Color preview on white background

This text has color #49AE4B on white background.



Black color preview on #49AE4B background

This text has black color on #49AE4B background.


White color preview on #49AE4B background

This text has white color on #49AE4B background.