COLOR #49865F

HEX: #49865F
RGB: (73,134,95)

Color info

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

RGB color model

#49865F color RGB value is (73,134,95).

  • red value is 73;
  • green value is 134;
  • blue value is 95.
RGB:
(73,134,95)
(29%,53%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 134 of 255 = 53%
B 95 of 255 = 37%

73
134
95

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

Portions of RGB colors in percentages

R + G + B =
73 + 134 + 95 = 302 (100%)
R 73 of 302 ~ 24.17%
G 134 of 302 ~ 44.37%
B 95 of 302 ~ 31.46%

%24.17
%44.37
%31.46

CMYK color model

#49865F color CMYK value is (46,0,29,47).

  • cyan value is 45.52%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 47.45%
CMYK:
(46,0,29,47)
C46M0Y29K47 
(46%,0%,29%,47%)
(0.46/0.00/0.29/0.47)	

CMYK percentages

%45.52
%0
%29.1
%47.45

Codes

Color #49865F in popluar color models

49865F
RGB7313495
HSL142°29.47%40.59%
HSB/HSV142°45.52%52.55%
CMYK45.52%0.00%29.10%
47.45%

Color #49865F in popluar number systems.

HEX49865F
Decimal7313495
Binary1001001100001101011111
Octal111206137

Shades and tints

Shades of #49865F

#49865F
(73,134,95)
#437A57
(67,122,87)
#3D6E4F
(61,110,79)
#376247
(55,98,71)
#31563F
(49,86,63)
#2B4A37
(43,74,55)
#253E2F
(37,62,47)
#1F3227
(31,50,39)
#19261F
(25,38,31)
#131A17
(19,26,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #49865F

#49865F
(73,134,95)
#59916D
(89,145,109)
#699C7B
(105,156,123)
#79A789
(121,167,137)
#89B297
(137,178,151)
#99BDA5
(153,189,165)
#A9C8B3
(169,200,179)
#B9D3C1
(185,211,193)
#C9DECF
(201,222,207)
#D9E9DD
(217,233,221)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49865F color. Also use rgb(73,134,95) instead hex code.

Text Font Color

.myTextColor { color: #49865F; }

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

This text font color is #49865F.


Background Color

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

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

This div background color is #49865F.


Border color

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

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

This div border color is #49865F.


Opacity

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

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

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

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

This text has shadow with #49865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49865F on black background.


Color preview on white background

This text has color #49865F on white background.



Black color preview on #49865F background

This text has black color on #49865F background.


White color preview on #49865F background

This text has white color on #49865F background.