COLOR #49654B

HEX: #49654B
RGB: (73,101,75)

Color info

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

RGB color model

#49654B color RGB value is (73,101,75).

  • red value is 73;
  • green value is 101;
  • blue value is 75.
RGB:
(73,101,75)
(29%,40%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 75 of 255 = 29%

73
101
75

R + G + B ~ 33%. #49654B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 75 = 249 (100%)
R 73 of 249 ~ 29.32%
G 101 of 249 ~ 40.56%
B 75 of 249 ~ 30.12%

%29.32
%40.56
%30.12

CMYK color model

#49654B color CMYK value is (28,0,26,60).

  • cyan value is 27.72%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 60.39%
CMYK:
(28,0,26,60)
C28M0Y26K60 
(28%,0%,26%,60%)
(0.28/0.00/0.26/0.60)	

CMYK percentages

%27.72
%0
%25.74
%60.39

Codes

Color #49654B in popluar color models

49654B
RGB7310175
HSL124°16.09%34.12%
HSB/HSV124°27.72%39.61%
CMYK27.72%0.00%25.74%
60.39%

Color #49654B in popluar number systems.

HEX49654B
Decimal7310175
Binary100100111001011001011
Octal111145113

Shades and tints

Shades of #49654B

#49654B
(73,101,75)
#435C45
(67,92,69)
#3D533F
(61,83,63)
#374A39
(55,74,57)
#314133
(49,65,51)
#2B382D
(43,56,45)
#252F27
(37,47,39)
#1F2621
(31,38,33)
#191D1B
(25,29,27)
#131415
(19,20,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #49654B

#49654B
(73,101,75)
#59735B
(89,115,91)
#69816B
(105,129,107)
#798F7B
(121,143,123)
#899D8B
(137,157,139)
#99AB9B
(153,171,155)
#A9B9AB
(169,185,171)
#B9C7BB
(185,199,187)
#C9D5CB
(201,213,203)
#D9E3DB
(217,227,219)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49654B color. Also use rgb(73,101,75) instead hex code.

Text Font Color

.myTextColor { color: #49654B; }

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

This text font color is #49654B.


Background Color

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

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

This div background color is #49654B.


Border color

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

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

This div border color is #49654B.


Opacity

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

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

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

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

This text has shadow with #49654B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49654B on black background.


Color preview on white background

This text has color #49654B on white background.



Black color preview on #49654B background

This text has black color on #49654B background.


White color preview on #49654B background

This text has white color on #49654B background.