COLOR #49643F

HEX: #49643F
RGB: (73,100,63)

Color info

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

RGB color model

#49643F color RGB value is (73,100,63).

  • red value is 73;
  • green value is 100;
  • blue value is 63.
RGB:
(73,100,63)
(29%,39%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 63 of 255 = 25%

73
100
63

R + G + B ~ 31%. #49643F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 63 = 236 (100%)
R 73 of 236 ~ 30.93%
G 100 of 236 ~ 42.37%
B 63 of 236 ~ 26.69%

%30.93
%42.37
%26.69

CMYK color model

#49643F color CMYK value is (27,0,37,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK:
(27,0,37,61)
C27M0Y37K61 
(27%,0%,37%,61%)
(0.27/0.00/0.37/0.61)	

CMYK percentages

%27
%0
%37
%60.78

Codes

Color #49643F in popluar color models

49643F
RGB7310063
HSL104°22.70%31.96%
HSB/HSV104°37.00%39.22%
CMYK27.00%0.00%37.00%
60.78%

Color #49643F in popluar number systems.

HEX49643F
Decimal7310063
Binary10010011100100111111
Octal11114477

Shades and tints

Shades of #49643F

#49643F
(73,100,63)
#435B3A
(67,91,58)
#3D5235
(61,82,53)
#374930
(55,73,48)
#31402B
(49,64,43)
#2B3726
(43,55,38)
#252E21
(37,46,33)
#1F251C
(31,37,28)
#191C17
(25,28,23)
#131312
(19,19,18)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #49643F

#49643F
(73,100,63)
#597250
(89,114,80)
#698061
(105,128,97)
#798E72
(121,142,114)
#899C83
(137,156,131)
#99AA94
(153,170,148)
#A9B8A5
(169,184,165)
#B9C6B6
(185,198,182)
#C9D4C7
(201,212,199)
#D9E2D8
(217,226,216)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49643F color. Also use rgb(73,100,63) instead hex code.

Text Font Color

.myTextColor { color: #49643F; }

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

This text font color is #49643F.


Background Color

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

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

This div background color is #49643F.


Border color

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

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

This div border color is #49643F.


Opacity

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

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

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

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

This text has shadow with #49643F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49643F on black background.


Color preview on white background

This text has color #49643F on white background.



Black color preview on #49643F background

This text has black color on #49643F background.


White color preview on #49643F background

This text has white color on #49643F background.