COLOR #49846F

HEX: #49846F
RGB: (73,132,111)

Color info

#49846F contains red, green and blue colors in about the same proportion. Web safe color of #49846F is #339966 (or #396).

RGB color model

#49846F color RGB value is (73,132,111).

  • red value is 73;
  • green value is 132;
  • blue value is 111.
RGB:
(73,132,111)
(29%,52%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 111 of 255 = 44%

73
132
111

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 111 = 316 (100%)
R 73 of 316 ~ 23.1%
G 132 of 316 ~ 41.77%
B 111 of 316 ~ 35.13%

%23.1
%41.77
%35.13

CMYK color model

#49846F color CMYK value is (45,0,16,48).

  • cyan value is 44.70%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(45,0,16,48)
C45M0Y16K48 
(45%,0%,16%,48%)
(0.45/0.00/0.16/0.48)	

CMYK percentages

%44.7
%0
%15.91
%48.24

Codes

Color #49846F in popluar color models

49846F
RGB73132111
HSL159°28.78%40.20%
HSB/HSV159°44.70%51.76%
CMYK44.70%0.00%15.91%
48.24%

Color #49846F in popluar number systems.

HEX49846F
Decimal73132111
Binary1001001100001001101111
Octal111204157

Shades and tints

Shades of #49846F

#49846F
(73,132,111)
#437865
(67,120,101)
#3D6C5B
(61,108,91)
#376051
(55,96,81)
#315447
(49,84,71)
#2B483D
(43,72,61)
#253C33
(37,60,51)
#1F3029
(31,48,41)
#19241F
(25,36,31)
#131815
(19,24,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #49846F

#49846F
(73,132,111)
#598F7C
(89,143,124)
#699A89
(105,154,137)
#79A596
(121,165,150)
#89B0A3
(137,176,163)
#99BBB0
(153,187,176)
#A9C6BD
(169,198,189)
#B9D1CA
(185,209,202)
#C9DCD7
(201,220,215)
#D9E7E4
(217,231,228)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49846F color. Also use rgb(73,132,111) instead hex code.

Text Font Color

.myTextColor { color: #49846F; }

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

This text font color is #49846F.


Background Color

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

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

This div background color is #49846F.


Border color

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

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

This div border color is #49846F.


Opacity

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

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

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

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

This text has shadow with #49846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49846F on black background.


Color preview on white background

This text has color #49846F on white background.



Black color preview on #49846F background

This text has black color on #49846F background.


White color preview on #49846F background

This text has white color on #49846F background.