COLOR #49875C

HEX: #49875C
RGB: (73,135,92)

Color info

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

RGB color model

#49875C color RGB value is (73,135,92).

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

RGB channels and saturation

R 73 of 255 = 29%
G 135 of 255 = 53%
B 92 of 255 = 36%

73
135
92

R + G + B ~ 39%. #49875C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 135 + 92 = 300 (100%)
R 73 of 300 ~ 24.33%
G 135 of 300 ~ 45%
B 92 of 300 ~ 30.67%

%24.33
%45
%30.67

CMYK color model

#49875C color CMYK value is (46,0,32,47).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(46,0,32,47)
C46M0Y32K47 
(46%,0%,32%,47%)
(0.46/0.00/0.32/0.47)	

CMYK percentages

%45.93
%0
%31.85
%47.06

Codes

Color #49875C in popluar color models

49875C
RGB7313592
HSL138°29.81%40.78%
HSB/HSV138°45.93%52.94%
CMYK45.93%0.00%31.85%
47.06%

Color #49875C in popluar number systems.

HEX49875C
Decimal7313592
Binary1001001100001111011100
Octal111207134

Shades and tints

Shades of #49875C

#49875C
(73,135,92)
#437B54
(67,123,84)
#3D6F4C
(61,111,76)
#376344
(55,99,68)
#31573C
(49,87,60)
#2B4B34
(43,75,52)
#253F2C
(37,63,44)
#1F3324
(31,51,36)
#19271C
(25,39,28)
#131B14
(19,27,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #49875C

#49875C
(73,135,92)
#59916A
(89,145,106)
#699B78
(105,155,120)
#79A586
(121,165,134)
#89AF94
(137,175,148)
#99B9A2
(153,185,162)
#A9C3B0
(169,195,176)
#B9CDBE
(185,205,190)
#C9D7CC
(201,215,204)
#D9E1DA
(217,225,218)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49875C; }

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

This text font color is #49875C.


Background Color

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

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

This div background color is #49875C.


Border color

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

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

This div border color is #49875C.


Opacity

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

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

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

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

This text has shadow with #49875C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49875C on black background.


Color preview on white background

This text has color #49875C on white background.



Black color preview on #49875C background

This text has black color on #49875C background.


White color preview on #49875C background

This text has white color on #49875C background.