COLOR #49854F

HEX: #49854F
RGB: (73,133,79)

Color info

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

RGB color model

#49854F color RGB value is (73,133,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 133 of 255 = 52%
B 79 of 255 = 31%

73
133
79

R + G + B ~ 37%. #49854F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 133 + 79 = 285 (100%)
R 73 of 285 ~ 25.61%
G 133 of 285 ~ 46.67%
B 79 of 285 ~ 27.72%

%25.61
%46.67
%27.72

CMYK color model

#49854F color CMYK value is (45,0,41,48).

  • cyan value is 45.11%
  • magenta value is 0.00%
  • yellow value is 40.60%
  • key color value is 47.84%
CMYK:
(45,0,41,48)
C45M0Y41K48 
(45%,0%,41%,48%)
(0.45/0.00/0.41/0.48)	

CMYK percentages

%45.11
%0
%40.6
%47.84

Codes

Color #49854F in popluar color models

49854F
RGB7313379
HSL126°29.13%40.39%
HSB/HSV126°45.11%52.16%
CMYK45.11%0.00%40.60%
47.84%

Color #49854F in popluar number systems.

HEX49854F
Decimal7313379
Binary1001001100001011001111
Octal111205117

Shades and tints

Shades of #49854F

#49854F
(73,133,79)
#437948
(67,121,72)
#3D6D41
(61,109,65)
#37613A
(55,97,58)
#315533
(49,85,51)
#2B492C
(43,73,44)
#253D25
(37,61,37)
#1F311E
(31,49,30)
#192517
(25,37,23)
#131910
(19,25,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #49854F

#49854F
(73,133,79)
#59905F
(89,144,95)
#699B6F
(105,155,111)
#79A67F
(121,166,127)
#89B18F
(137,177,143)
#99BC9F
(153,188,159)
#A9C7AF
(169,199,175)
#B9D2BF
(185,210,191)
#C9DDCF
(201,221,207)
#D9E8DF
(217,232,223)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49854F; }

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

This text font color is #49854F.


Background Color

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

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

This div background color is #49854F.


Border color

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

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

This div border color is #49854F.


Opacity

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

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

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

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

This text has shadow with #49854F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49854F on black background.


Color preview on white background

This text has color #49854F on white background.



Black color preview on #49854F background

This text has black color on #49854F background.


White color preview on #49854F background

This text has white color on #49854F background.