COLOR #49985C

HEX: #49985C
RGB: (73,152,92)

Color info

#49985C contains mainly green color. Web safe color of #49985C is #339966 (or #396).

RGB color model

#49985C color RGB value is (73,152,92).

  • red value is 73;
  • green value is 152;
  • blue value is 92.
RGB:
(73,152,92)
(29%,60%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 152 of 255 = 60%
B 92 of 255 = 36%

73
152
92

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

Portions of RGB colors in percentages

R + G + B =
73 + 152 + 92 = 317 (100%)
R 73 of 317 ~ 23.03%
G 152 of 317 ~ 47.95%
B 92 of 317 ~ 29.02%

%23.03
%47.95
%29.02

CMYK color model

#49985C color CMYK value is (52,0,39,40).

  • cyan value is 51.97%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 40.39%
CMYK:
(52,0,39,40)
C52M0Y39K40 
(52%,0%,39%,40%)
(0.52/0.00/0.39/0.40)	

CMYK percentages

%51.97
%0
%39.47
%40.39

Codes

Color #49985C in popluar color models

49985C
RGB7315292
HSL134°35.11%44.12%
HSB/HSV134°51.97%59.61%
CMYK51.97%0.00%39.47%
40.39%

Color #49985C in popluar number systems.

HEX49985C
Decimal7315292
Binary1001001100110001011100
Octal111230134

Shades and tints

Shades of #49985C

#49985C
(73,152,92)
#438B54
(67,139,84)
#3D7E4C
(61,126,76)
#377144
(55,113,68)
#31643C
(49,100,60)
#2B5734
(43,87,52)
#254A2C
(37,74,44)
#1F3D24
(31,61,36)
#19301C
(25,48,28)
#132314
(19,35,20)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #49985C

#49985C
(73,152,92)
#59A16A
(89,161,106)
#69AA78
(105,170,120)
#79B386
(121,179,134)
#89BC94
(137,188,148)
#99C5A2
(153,197,162)
#A9CEB0
(169,206,176)
#B9D7BE
(185,215,190)
#C9E0CC
(201,224,204)
#D9E9DA
(217,233,218)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49985C color. Also use rgb(73,152,92) instead hex code.

Text Font Color

.myTextColor { color: #49985C; }

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

This text font color is #49985C.


Background Color

.myBgColor { background-color: #49985C; }

<div style="background-color:#49985C">Inner text</div>

This div background color is #49985C.


Border color

.myBorderColor { border: 1px solid #49985C; }

<div style="border:3px solid #49985C">Div</div>

This div border color is #49985C.


Opacity

.myOpacity80 { color: #49985C; opacity: 0.8; }

<p style="color:#49985C;opacity:0.8;">80%</p>

Text with #49985C 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 #49985C;}

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

This text has shadow with #49985C color.

.textShadow {text-shadow: 3px 3px 1px #49985C, 3px 3px 1px red;}

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

This text has shadow with #49985C primary color and red secondary color.


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

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

This text has shadow with #49985C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49985C on black background.


Color preview on white background

This text has color #49985C on white background.



Black color preview on #49985C background

This text has black color on #49985C background.


White color preview on #49985C background

This text has white color on #49985C background.