COLOR #49AE8D

HEX: #49AE8D
RGB: (73,174,141)

Color info

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

RGB color model

#49AE8D color RGB value is (73,174,141).

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

RGB channels and saturation

R 73 of 255 = 29%
G 174 of 255 = 68%
B 141 of 255 = 55%

73
174
141

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

Portions of RGB colors in percentages

R + G + B =
73 + 174 + 141 = 388 (100%)
R 73 of 388 ~ 18.81%
G 174 of 388 ~ 44.85%
B 141 of 388 ~ 36.34%

%18.81
%44.85
%36.34

CMYK color model

#49AE8D color CMYK value is (58,0,19,32).

  • cyan value is 58.05%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(58,0,19,32)
C58M0Y19K32 
(58%,0%,19%,32%)
(0.58/0.00/0.19/0.32)	

CMYK percentages

%58.05
%0
%18.97
%31.76

Codes

Color #49AE8D in popluar color models

49AE8D
RGB73174141
HSL160°40.89%48.43%
HSB/HSV160°58.05%68.24%
CMYK58.05%0.00%18.97%
31.76%

Color #49AE8D in popluar number systems.

HEX49AE8D
Decimal73174141
Binary10010011010111010001101
Octal111256215

Shades and tints

Shades of #49AE8D

#49AE8D
(73,174,141)
#439F81
(67,159,129)
#3D9075
(61,144,117)
#378169
(55,129,105)
#31725D
(49,114,93)
#2B6351
(43,99,81)
#255445
(37,84,69)
#1F4539
(31,69,57)
#19362D
(25,54,45)
#132721
(19,39,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #49AE8D

#49AE8D
(73,174,141)
#59B597
(89,181,151)
#69BCA1
(105,188,161)
#79C3AB
(121,195,171)
#89CAB5
(137,202,181)
#99D1BF
(153,209,191)
#A9D8C9
(169,216,201)
#B9DFD3
(185,223,211)
#C9E6DD
(201,230,221)
#D9EDE7
(217,237,231)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49AE8D; }

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

This text font color is #49AE8D.


Background Color

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

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

This div background color is #49AE8D.


Border color

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

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

This div border color is #49AE8D.


Opacity

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

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

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

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

This text has shadow with #49AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49AE8D on black background.


Color preview on white background

This text has color #49AE8D on white background.



Black color preview on #49AE8D background

This text has black color on #49AE8D background.


White color preview on #49AE8D background

This text has white color on #49AE8D background.