COLOR #49622F

HEX: #49622F
RGB: (73,98,47)

Color info

#49622F contains red, green and blue colors in about the same proportion. Web safe color of #49622F is #336633 (or #363).

RGB color model

#49622F color RGB value is (73,98,47).

  • red value is 73;
  • green value is 98;
  • blue value is 47.
RGB:
(73,98,47)
(29%,38%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 47 of 255 = 18%

73
98
47

R + G + B ~ 28%. #49622F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 47 = 218 (100%)
R 73 of 218 ~ 33.49%
G 98 of 218 ~ 44.95%
B 47 of 218 ~ 21.56%

%33.49
%44.95
%21.56

CMYK color model

#49622F color CMYK value is (26,0,52,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 52.04%
  • key color value is 61.57%
CMYK:
(26,0,52,62)
C26M0Y52K62 
(26%,0%,52%,62%)
(0.26/0.00/0.52/0.62)	

CMYK percentages

%25.51
%0
%52.04
%61.57

Codes

Color #49622F in popluar color models

49622F
RGB739847
HSL89°35.17%28.43%
HSB/HSV89°52.04%38.43%
CMYK25.51%0.00%52.04%
61.57%

Color #49622F in popluar number systems.

HEX49622F
Decimal739847
Binary10010011100010101111
Octal11114257

Shades and tints

Shades of #49622F

#49622F
(73,98,47)
#435A2B
(67,90,43)
#3D5227
(61,82,39)
#374A23
(55,74,35)
#31421F
(49,66,31)
#2B3A1B
(43,58,27)
#253217
(37,50,23)
#1F2A13
(31,42,19)
#19220F
(25,34,15)
#131A0B
(19,26,11)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #49622F

#49622F
(73,98,47)
#597041
(89,112,65)
#697E53
(105,126,83)
#798C65
(121,140,101)
#899A77
(137,154,119)
#99A889
(153,168,137)
#A9B69B
(169,182,155)
#B9C4AD
(185,196,173)
#C9D2BF
(201,210,191)
#D9E0D1
(217,224,209)
#E9EEE3
(233,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49622F color. Also use rgb(73,98,47) instead hex code.

Text Font Color

.myTextColor { color: #49622F; }

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

This text font color is #49622F.


Background Color

.myBgColor { background-color: #49622F; }

<div style="background-color:#49622F">Inner text</div>

This div background color is #49622F.


Border color

.myBorderColor { border: 1px solid #49622F; }

<div style="border:3px solid #49622F">Div</div>

This div border color is #49622F.


Opacity

.myOpacity80 { color: #49622F; opacity: 0.8; }

<p style="color:#49622F;opacity:0.8;">80%</p>

Text with #49622F 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 #49622F;}

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

This text has shadow with #49622F color.

.textShadow {text-shadow: 3px 3px 1px #49622F, 3px 3px 1px red;}

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

This text has shadow with #49622F primary color and red secondary color.


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

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

This text has shadow with #49622F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49622F on black background.


Color preview on white background

This text has color #49622F on white background.



Black color preview on #49622F background

This text has black color on #49622F background.


White color preview on #49622F background

This text has white color on #49622F background.