COLOR #49622B

HEX: #49622B
RGB: (73,98,43)

Color info

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

RGB color model

#49622B color RGB value is (73,98,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 43 of 255 = 17%

73
98
43

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 43 = 214 (100%)
R 73 of 214 ~ 34.11%
G 98 of 214 ~ 45.79%
B 43 of 214 ~ 20.09%

%34.11
%45.79
%20.09

CMYK color model

#49622B color CMYK value is (26,0,56,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 61.57%
CMYK:
(26,0,56,62)
C26M0Y56K62 
(26%,0%,56%,62%)
(0.26/0.00/0.56/0.62)	

CMYK percentages

%25.51
%0
%56.12
%61.57

Codes

Color #49622B in popluar color models

49622B
RGB739843
HSL87°39.01%27.65%
HSB/HSV87°56.12%38.43%
CMYK25.51%0.00%56.12%
61.57%

Color #49622B in popluar number systems.

HEX49622B
Decimal739843
Binary10010011100010101011
Octal11114253

Shades and tints

Shades of #49622B

#49622B
(73,98,43)
#435A28
(67,90,40)
#3D5225
(61,82,37)
#374A22
(55,74,34)
#31421F
(49,66,31)
#2B3A1C
(43,58,28)
#253219
(37,50,25)
#1F2A16
(31,42,22)
#192213
(25,34,19)
#131A10
(19,26,16)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #49622B

#49622B
(73,98,43)
#59703E
(89,112,62)
#697E51
(105,126,81)
#798C64
(121,140,100)
#899A77
(137,154,119)
#99A88A
(153,168,138)
#A9B69D
(169,182,157)
#B9C4B0
(185,196,176)
#C9D2C3
(201,210,195)
#D9E0D6
(217,224,214)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49622B; }

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

This text font color is #49622B.


Background Color

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

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

This div background color is #49622B.


Border color

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

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

This div border color is #49622B.


Opacity

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

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

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

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

This text has shadow with #49622B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49622B on black background.


Color preview on white background

This text has color #49622B on white background.



Black color preview on #49622B background

This text has black color on #49622B background.


White color preview on #49622B background

This text has white color on #49622B background.