COLOR #49826B

HEX: #49826B
RGB: (73,130,107)

Color info

#49826B contains red, green and blue colors in about the same proportion. Web safe color of #49826B is #339966 (or #396).

RGB color model

#49826B color RGB value is (73,130,107).

  • red value is 73;
  • green value is 130;
  • blue value is 107.
RGB:
(73,130,107)
(29%,51%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 107 of 255 = 42%

73
130
107

R + G + B ~ 41%. #49826B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 107 = 310 (100%)
R 73 of 310 ~ 23.55%
G 130 of 310 ~ 41.94%
B 107 of 310 ~ 34.52%

%23.55
%41.94
%34.52

CMYK color model

#49826B color CMYK value is (44,0,18,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK:
(44,0,18,49)
C44M0Y18K49 
(44%,0%,18%,49%)
(0.44/0.00/0.18/0.49)	

CMYK percentages

%43.85
%0
%17.69
%49.02

Codes

Color #49826B in popluar color models

49826B
RGB73130107
HSL156°28.08%39.80%
HSB/HSV156°43.85%50.98%
CMYK43.85%0.00%17.69%
49.02%

Color #49826B in popluar number systems.

HEX49826B
Decimal73130107
Binary1001001100000101101011
Octal111202153

Shades and tints

Shades of #49826B

#49826B
(73,130,107)
#437762
(67,119,98)
#3D6C59
(61,108,89)
#376150
(55,97,80)
#315647
(49,86,71)
#2B4B3E
(43,75,62)
#254035
(37,64,53)
#1F352C
(31,53,44)
#192A23
(25,42,35)
#131F1A
(19,31,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #49826B

#49826B
(73,130,107)
#598D78
(89,141,120)
#699885
(105,152,133)
#79A392
(121,163,146)
#89AE9F
(137,174,159)
#99B9AC
(153,185,172)
#A9C4B9
(169,196,185)
#B9CFC6
(185,207,198)
#C9DAD3
(201,218,211)
#D9E5E0
(217,229,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49826B color. Also use rgb(73,130,107) instead hex code.

Text Font Color

.myTextColor { color: #49826B; }

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

This text font color is #49826B.


Background Color

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

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

This div background color is #49826B.


Border color

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

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

This div border color is #49826B.


Opacity

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

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

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

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

This text has shadow with #49826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49826B on black background.


Color preview on white background

This text has color #49826B on white background.



Black color preview on #49826B background

This text has black color on #49826B background.


White color preview on #49826B background

This text has white color on #49826B background.