COLOR #49884F

HEX: #49884F
RGB: (73,136,79)

Color info

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

RGB color model

#49884F color RGB value is (73,136,79).

  • red value is 73;
  • green value is 136;
  • blue value is 79.
RGB:
(73,136,79)
(29%,53%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 136 of 255 = 53%
B 79 of 255 = 31%

73
136
79

R + G + B ~ 38%. #49884F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 136 + 79 = 288 (100%)
R 73 of 288 ~ 25.35%
G 136 of 288 ~ 47.22%
B 79 of 288 ~ 27.43%

%25.35
%47.22
%27.43

CMYK color model

#49884F color CMYK value is (46,0,42,47).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(46,0,42,47)
C46M0Y42K47 
(46%,0%,42%,47%)
(0.46/0.00/0.42/0.47)	

CMYK percentages

%46.32
%0
%41.91
%46.67

Codes

Color #49884F in popluar color models

49884F
RGB7313679
HSL126°30.14%40.98%
HSB/HSV126°46.32%53.33%
CMYK46.32%0.00%41.91%
46.67%

Color #49884F in popluar number systems.

HEX49884F
Decimal7313679
Binary1001001100010001001111
Octal111210117

Shades and tints

Shades of #49884F

#49884F
(73,136,79)
#437C48
(67,124,72)
#3D7041
(61,112,65)
#37643A
(55,100,58)
#315833
(49,88,51)
#2B4C2C
(43,76,44)
#254025
(37,64,37)
#1F341E
(31,52,30)
#192817
(25,40,23)
#131C10
(19,28,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #49884F

#49884F
(73,136,79)
#59925F
(89,146,95)
#699C6F
(105,156,111)
#79A67F
(121,166,127)
#89B08F
(137,176,143)
#99BA9F
(153,186,159)
#A9C4AF
(169,196,175)
#B9CEBF
(185,206,191)
#C9D8CF
(201,216,207)
#D9E2DF
(217,226,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49884F color. Also use rgb(73,136,79) instead hex code.

Text Font Color

.myTextColor { color: #49884F; }

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

This text font color is #49884F.


Background Color

.myBgColor { background-color: #49884F; }

<div style="background-color:#49884F">Inner text</div>

This div background color is #49884F.


Border color

.myBorderColor { border: 1px solid #49884F; }

<div style="border:3px solid #49884F">Div</div>

This div border color is #49884F.


Opacity

.myOpacity80 { color: #49884F; opacity: 0.8; }

<p style="color:#49884F;opacity:0.8;">80%</p>

Text with #49884F 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 #49884F;}

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

This text has shadow with #49884F color.

.textShadow {text-shadow: 3px 3px 1px #49884F, 3px 3px 1px red;}

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

This text has shadow with #49884F primary color and red secondary color.


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

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

This text has shadow with #49884F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49884F on black background.


Color preview on white background

This text has color #49884F on white background.



Black color preview on #49884F background

This text has black color on #49884F background.


White color preview on #49884F background

This text has white color on #49884F background.