COLOR #49715C

HEX: #49715C
RGB: (73,113,92)

Color info

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

RGB color model

#49715C color RGB value is (73,113,92).

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

RGB channels and saturation

R 73 of 255 = 29%
G 113 of 255 = 44%
B 92 of 255 = 36%

73
113
92

R + G + B ~ 36%. #49715C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 113 + 92 = 278 (100%)
R 73 of 278 ~ 26.26%
G 113 of 278 ~ 40.65%
B 92 of 278 ~ 33.09%

%26.26
%40.65
%33.09

CMYK color model

#49715C color CMYK value is (35,0,19,56).

  • cyan value is 35.40%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(35,0,19,56)
C35M0Y19K56 
(35%,0%,19%,56%)
(0.35/0.00/0.19/0.56)	

CMYK percentages

%35.4
%0
%18.58
%55.69

Codes

Color #49715C in popluar color models

49715C
RGB7311392
HSL149°21.51%36.47%
HSB/HSV149°35.40%44.31%
CMYK35.40%0.00%18.58%
55.69%

Color #49715C in popluar number systems.

HEX49715C
Decimal7311392
Binary100100111100011011100
Octal111161134

Shades and tints

Shades of #49715C

#49715C
(73,113,92)
#436754
(67,103,84)
#3D5D4C
(61,93,76)
#375344
(55,83,68)
#31493C
(49,73,60)
#2B3F34
(43,63,52)
#25352C
(37,53,44)
#1F2B24
(31,43,36)
#19211C
(25,33,28)
#131714
(19,23,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #49715C

#49715C
(73,113,92)
#597D6A
(89,125,106)
#698978
(105,137,120)
#799586
(121,149,134)
#89A194
(137,161,148)
#99ADA2
(153,173,162)
#A9B9B0
(169,185,176)
#B9C5BE
(185,197,190)
#C9D1CC
(201,209,204)
#D9DDDA
(217,221,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49715C; }

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

This text font color is #49715C.


Background Color

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

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

This div background color is #49715C.


Border color

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

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

This div border color is #49715C.


Opacity

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

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

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

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

This text has shadow with #49715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49715C on black background.


Color preview on white background

This text has color #49715C on white background.



Black color preview on #49715C background

This text has black color on #49715C background.


White color preview on #49715C background

This text has white color on #49715C background.