COLOR #49877E

HEX: #49877E
RGB: (73,135,126)

Color info

#49877E contains mainly green and blue colors. Web safe color of #49877E is #339966 (or #396).

RGB color model

#49877E color RGB value is (73,135,126).

  • red value is 73;
  • green value is 135;
  • blue value is 126.
RGB:
(73,135,126)
(29%,53%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 135 of 255 = 53%
B 126 of 255 = 49%

73
135
126

R + G + B ~ 44%. #49877E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 135 + 126 = 334 (100%)
R 73 of 334 ~ 21.86%
G 135 of 334 ~ 40.42%
B 126 of 334 ~ 37.72%

%21.86
%40.42
%37.72

CMYK color model

#49877E color CMYK value is (46,0,7,47).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(46,0,7,47)
C46M0Y7K47 
(46%,0%,7%,47%)
(0.46/0.00/0.07/0.47)	

CMYK percentages

%45.93
%0
%6.67
%47.06

Codes

Color #49877E in popluar color models

49877E
RGB73135126
HSL171°29.81%40.78%
HSB/HSV171°45.93%52.94%
CMYK45.93%0.00%6.67%
47.06%

Color #49877E in popluar number systems.

HEX49877E
Decimal73135126
Binary1001001100001111111110
Octal111207176

Shades and tints

Shades of #49877E

#49877E
(73,135,126)
#437B73
(67,123,115)
#3D6F68
(61,111,104)
#37635D
(55,99,93)
#315752
(49,87,82)
#2B4B47
(43,75,71)
#253F3C
(37,63,60)
#1F3331
(31,51,49)
#192726
(25,39,38)
#131B1B
(19,27,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #49877E

#49877E
(73,135,126)
#599189
(89,145,137)
#699B94
(105,155,148)
#79A59F
(121,165,159)
#89AFAA
(137,175,170)
#99B9B5
(153,185,181)
#A9C3C0
(169,195,192)
#B9CDCB
(185,205,203)
#C9D7D6
(201,215,214)
#D9E1E1
(217,225,225)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49877E color. Also use rgb(73,135,126) instead hex code.

Text Font Color

.myTextColor { color: #49877E; }

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

This text font color is #49877E.


Background Color

.myBgColor { background-color: #49877E; }

<div style="background-color:#49877E">Inner text</div>

This div background color is #49877E.


Border color

.myBorderColor { border: 1px solid #49877E; }

<div style="border:3px solid #49877E">Div</div>

This div border color is #49877E.


Opacity

.myOpacity80 { color: #49877E; opacity: 0.8; }

<p style="color:#49877E;opacity:0.8;">80%</p>

Text with #49877E 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 #49877E;}

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

This text has shadow with #49877E color.

.textShadow {text-shadow: 3px 3px 1px #49877E, 3px 3px 1px red;}

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

This text has shadow with #49877E primary color and red secondary color.


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

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

This text has shadow with #49877E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49877E on black background.


Color preview on white background

This text has color #49877E on white background.



Black color preview on #49877E background

This text has black color on #49877E background.


White color preview on #49877E background

This text has white color on #49877E background.