COLOR #49826D

HEX: #49826D
RGB: (73,130,109)

Color info

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

RGB color model

#49826D color RGB value is (73,130,109).

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

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 109 of 255 = 43%

73
130
109

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

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 109 = 312 (100%)
R 73 of 312 ~ 23.4%
G 130 of 312 ~ 41.67%
B 109 of 312 ~ 34.94%

%23.4
%41.67
%34.94

CMYK color model

#49826D color CMYK value is (44,0,16,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(44,0,16,49)
C44M0Y16K49 
(44%,0%,16%,49%)
(0.44/0.00/0.16/0.49)	

CMYK percentages

%43.85
%0
%16.15
%49.02

Codes

Color #49826D in popluar color models

49826D
RGB73130109
HSL158°28.08%39.80%
HSB/HSV158°43.85%50.98%
CMYK43.85%0.00%16.15%
49.02%

Color #49826D in popluar number systems.

HEX49826D
Decimal73130109
Binary1001001100000101101101
Octal111202155

Shades and tints

Shades of #49826D

#49826D
(73,130,109)
#437764
(67,119,100)
#3D6C5B
(61,108,91)
#376152
(55,97,82)
#315649
(49,86,73)
#2B4B40
(43,75,64)
#254037
(37,64,55)
#1F352E
(31,53,46)
#192A25
(25,42,37)
#131F1C
(19,31,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #49826D

#49826D
(73,130,109)
#598D7A
(89,141,122)
#699887
(105,152,135)
#79A394
(121,163,148)
#89AEA1
(137,174,161)
#99B9AE
(153,185,174)
#A9C4BB
(169,196,187)
#B9CFC8
(185,207,200)
#C9DAD5
(201,218,213)
#D9E5E2
(217,229,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49826D; }

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

This text font color is #49826D.


Background Color

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

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

This div background color is #49826D.


Border color

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

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

This div border color is #49826D.


Opacity

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

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

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

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

This text has shadow with #49826D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49826D on black background.


Color preview on white background

This text has color #49826D on white background.



Black color preview on #49826D background

This text has black color on #49826D background.


White color preview on #49826D background

This text has white color on #49826D background.