COLOR #49785E

HEX: #49785E
RGB: (73,120,94)

Color info

#49785E contains red, green and blue colors in about the same proportion. Web safe color of #49785E is #336666 (or #366).

RGB color model

#49785E color RGB value is (73,120,94).

  • red value is 73;
  • green value is 120;
  • blue value is 94.
RGB:
(73,120,94)
(29%,47%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 94 of 255 = 37%

73
120
94

R + G + B ~ 38%. #49785E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 94 = 287 (100%)
R 73 of 287 ~ 25.44%
G 120 of 287 ~ 41.81%
B 94 of 287 ~ 32.75%

%25.44
%41.81
%32.75

CMYK color model

#49785E color CMYK value is (39,0,22,53).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(39,0,22,53)
C39M0Y22K53 
(39%,0%,22%,53%)
(0.39/0.00/0.22/0.53)	

CMYK percentages

%39.17
%0
%21.67
%52.94

Codes

Color #49785E in popluar color models

49785E
RGB7312094
HSL147°24.35%37.84%
HSB/HSV147°39.17%47.06%
CMYK39.17%0.00%21.67%
52.94%

Color #49785E in popluar number systems.

HEX49785E
Decimal7312094
Binary100100111110001011110
Octal111170136

Shades and tints

Shades of #49785E

#49785E
(73,120,94)
#436E56
(67,110,86)
#3D644E
(61,100,78)
#375A46
(55,90,70)
#31503E
(49,80,62)
#2B4636
(43,70,54)
#253C2E
(37,60,46)
#1F3226
(31,50,38)
#19281E
(25,40,30)
#131E16
(19,30,22)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #49785E

#49785E
(73,120,94)
#59846C
(89,132,108)
#69907A
(105,144,122)
#799C88
(121,156,136)
#89A896
(137,168,150)
#99B4A4
(153,180,164)
#A9C0B2
(169,192,178)
#B9CCC0
(185,204,192)
#C9D8CE
(201,216,206)
#D9E4DC
(217,228,220)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49785E color. Also use rgb(73,120,94) instead hex code.

Text Font Color

.myTextColor { color: #49785E; }

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

This text font color is #49785E.


Background Color

.myBgColor { background-color: #49785E; }

<div style="background-color:#49785E">Inner text</div>

This div background color is #49785E.


Border color

.myBorderColor { border: 1px solid #49785E; }

<div style="border:3px solid #49785E">Div</div>

This div border color is #49785E.


Opacity

.myOpacity80 { color: #49785E; opacity: 0.8; }

<p style="color:#49785E;opacity:0.8;">80%</p>

Text with #49785E 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 #49785E;}

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

This text has shadow with #49785E color.

.textShadow {text-shadow: 3px 3px 1px #49785E, 3px 3px 1px red;}

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

This text has shadow with #49785E primary color and red secondary color.


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

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

This text has shadow with #49785E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49785E on black background.


Color preview on white background

This text has color #49785E on white background.



Black color preview on #49785E background

This text has black color on #49785E background.


White color preview on #49785E background

This text has white color on #49785E background.