COLOR #49614B

HEX: #49614B
RGB: (73,97,75)

Color info

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

RGB color model

#49614B color RGB value is (73,97,75).

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

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 75 of 255 = 29%

73
97
75

R + G + B ~ 32%. #49614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 75 = 245 (100%)
R 73 of 245 ~ 29.8%
G 97 of 245 ~ 39.59%
B 75 of 245 ~ 30.61%

%29.8
%39.59
%30.61

CMYK color model

#49614B color CMYK value is (25,0,23,62).

  • cyan value is 24.74%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(25,0,23,62)
C25M0Y23K62 
(25%,0%,23%,62%)
(0.25/0.00/0.23/0.62)	

CMYK percentages

%24.74
%0
%22.68
%61.96

Codes

Color #49614B in popluar color models

49614B
RGB739775
HSL125°14.12%33.33%
HSB/HSV125°24.74%38.04%
CMYK24.74%0.00%22.68%
61.96%

Color #49614B in popluar number systems.

HEX49614B
Decimal739775
Binary100100111000011001011
Octal111141113

Shades and tints

Shades of #49614B

#49614B
(73,97,75)
#435945
(67,89,69)
#3D513F
(61,81,63)
#374939
(55,73,57)
#314133
(49,65,51)
#2B392D
(43,57,45)
#253127
(37,49,39)
#1F2921
(31,41,33)
#19211B
(25,33,27)
#131915
(19,25,21)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #49614B

#49614B
(73,97,75)
#596F5B
(89,111,91)
#697D6B
(105,125,107)
#798B7B
(121,139,123)
#89998B
(137,153,139)
#99A79B
(153,167,155)
#A9B5AB
(169,181,171)
#B9C3BB
(185,195,187)
#C9D1CB
(201,209,203)
#D9DFDB
(217,223,219)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49614B; }

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

This text font color is #49614B.


Background Color

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

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

This div background color is #49614B.


Border color

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

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

This div border color is #49614B.


Opacity

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

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

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

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

This text has shadow with #49614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49614B on black background.


Color preview on white background

This text has color #49614B on white background.



Black color preview on #49614B background

This text has black color on #49614B background.


White color preview on #49614B background

This text has white color on #49614B background.