COLOR #49624E

HEX: #49624E
RGB: (73,98,78)

Color info

#49624E contains red, green and blue colors in about the same proportion. Web safe color of #49624E is #336666 (or #366).

RGB color model

#49624E color RGB value is (73,98,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 78 of 255 = 31%

73
98
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 78 = 249 (100%)
R 73 of 249 ~ 29.32%
G 98 of 249 ~ 39.36%
B 78 of 249 ~ 31.33%

%29.32
%39.36
%31.33

CMYK color model

#49624E color CMYK value is (26,0,20,62).

  • cyan value is 25.51%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 61.57%
CMYK:
(26,0,20,62)
C26M0Y20K62 
(26%,0%,20%,62%)
(0.26/0.00/0.20/0.62)	

CMYK percentages

%25.51
%0
%20.41
%61.57

Codes

Color #49624E in popluar color models

49624E
RGB739878
HSL132°14.62%33.53%
HSB/HSV132°25.51%38.43%
CMYK25.51%0.00%20.41%
61.57%

Color #49624E in popluar number systems.

HEX49624E
Decimal739878
Binary100100111000101001110
Octal111142116

Shades and tints

Shades of #49624E

#49624E
(73,98,78)
#435A47
(67,90,71)
#3D5240
(61,82,64)
#374A39
(55,74,57)
#314232
(49,66,50)
#2B3A2B
(43,58,43)
#253224
(37,50,36)
#1F2A1D
(31,42,29)
#192216
(25,34,22)
#131A0F
(19,26,15)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #49624E

#49624E
(73,98,78)
#59705E
(89,112,94)
#697E6E
(105,126,110)
#798C7E
(121,140,126)
#899A8E
(137,154,142)
#99A89E
(153,168,158)
#A9B6AE
(169,182,174)
#B9C4BE
(185,196,190)
#C9D2CE
(201,210,206)
#D9E0DE
(217,224,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49624E color. Also use rgb(73,98,78) instead hex code.

Text Font Color

.myTextColor { color: #49624E; }

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

This text font color is #49624E.


Background Color

.myBgColor { background-color: #49624E; }

<div style="background-color:#49624E">Inner text</div>

This div background color is #49624E.


Border color

.myBorderColor { border: 1px solid #49624E; }

<div style="border:3px solid #49624E">Div</div>

This div border color is #49624E.


Opacity

.myOpacity80 { color: #49624E; opacity: 0.8; }

<p style="color:#49624E;opacity:0.8;">80%</p>

Text with #49624E 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 #49624E;}

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

This text has shadow with #49624E color.

.textShadow {text-shadow: 3px 3px 1px #49624E, 3px 3px 1px red;}

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

This text has shadow with #49624E primary color and red secondary color.


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

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

This text has shadow with #49624E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49624E on black background.


Color preview on white background

This text has color #49624E on white background.



Black color preview on #49624E background

This text has black color on #49624E background.


White color preview on #49624E background

This text has white color on #49624E background.