COLOR #49795B

HEX: #49795B
RGB: (73,121,91)

Color info

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

RGB color model

#49795B color RGB value is (73,121,91).

  • red value is 73;
  • green value is 121;
  • blue value is 91.
RGB:
(73,121,91)
(29%,47%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 91 of 255 = 36%

73
121
91

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

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 91 = 285 (100%)
R 73 of 285 ~ 25.61%
G 121 of 285 ~ 42.46%
B 91 of 285 ~ 31.93%

%25.61
%42.46
%31.93

CMYK color model

#49795B color CMYK value is (40,0,25,53).

  • cyan value is 39.67%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(40,0,25,53)
C40M0Y25K53 
(40%,0%,25%,53%)
(0.40/0.00/0.25/0.53)	

CMYK percentages

%39.67
%0
%24.79
%52.55

Codes

Color #49795B in popluar color models

49795B
RGB7312191
HSL143°24.74%38.04%
HSB/HSV143°39.67%47.45%
CMYK39.67%0.00%24.79%
52.55%

Color #49795B in popluar number systems.

HEX49795B
Decimal7312191
Binary100100111110011011011
Octal111171133

Shades and tints

Shades of #49795B

#49795B
(73,121,91)
#436E53
(67,110,83)
#3D634B
(61,99,75)
#375843
(55,88,67)
#314D3B
(49,77,59)
#2B4233
(43,66,51)
#25372B
(37,55,43)
#1F2C23
(31,44,35)
#19211B
(25,33,27)
#131613
(19,22,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #49795B

#49795B
(73,121,91)
#598569
(89,133,105)
#699177
(105,145,119)
#799D85
(121,157,133)
#89A993
(137,169,147)
#99B5A1
(153,181,161)
#A9C1AF
(169,193,175)
#B9CDBD
(185,205,189)
#C9D9CB
(201,217,203)
#D9E5D9
(217,229,217)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49795B color. Also use rgb(73,121,91) instead hex code.

Text Font Color

.myTextColor { color: #49795B; }

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

This text font color is #49795B.


Background Color

.myBgColor { background-color: #49795B; }

<div style="background-color:#49795B">Inner text</div>

This div background color is #49795B.


Border color

.myBorderColor { border: 1px solid #49795B; }

<div style="border:3px solid #49795B">Div</div>

This div border color is #49795B.


Opacity

.myOpacity80 { color: #49795B; opacity: 0.8; }

<p style="color:#49795B;opacity:0.8;">80%</p>

Text with #49795B 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 #49795B;}

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

This text has shadow with #49795B color.

.textShadow {text-shadow: 3px 3px 1px #49795B, 3px 3px 1px red;}

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

This text has shadow with #49795B primary color and red secondary color.


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

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

This text has shadow with #49795B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49795B on black background.


Color preview on white background

This text has color #49795B on white background.



Black color preview on #49795B background

This text has black color on #49795B background.


White color preview on #49795B background

This text has white color on #49795B background.