COLOR #49534E

HEX: #49534E
RGB: (73,83,78)

Color info

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

RGB color model

#49534E color RGB value is (73,83,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 78 of 255 = 31%

73
83
78

R + G + B ~ 31%. #49534E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 78 = 234 (100%)
R 73 of 234 ~ 31.2%
G 83 of 234 ~ 35.47%
B 78 of 234 ~ 33.33%

%31.2
%35.47
%33.33

CMYK color model

#49534E color CMYK value is (12,0,6,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 67.45%
CMYK:
(12,0,6,67)
C12M0Y6K67 
(12%,0%,6%,67%)
(0.12/0.00/0.06/0.67)	

CMYK percentages

%12.05
%0
%6.02
%67.45

Codes

Color #49534E in popluar color models

49534E
RGB738378
HSL150°6.41%30.59%
HSB/HSV150°12.05%32.55%
CMYK12.05%0.00%6.02%
67.45%

Color #49534E in popluar number systems.

HEX49534E
Decimal738378
Binary100100110100111001110
Octal111123116

Shades and tints

Shades of #49534E

#49534E
(73,83,78)
#434C47
(67,76,71)
#3D4540
(61,69,64)
#373E39
(55,62,57)
#313732
(49,55,50)
#2B302B
(43,48,43)
#252924
(37,41,36)
#1F221D
(31,34,29)
#191B16
(25,27,22)
#13140F
(19,20,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #49534E

#49534E
(73,83,78)
#59625E
(89,98,94)
#69716E
(105,113,110)
#79807E
(121,128,126)
#898F8E
(137,143,142)
#999E9E
(153,158,158)
#A9ADAE
(169,173,174)
#B9BCBE
(185,188,190)
#C9CBCE
(201,203,206)
#D9DADE
(217,218,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49534E; }

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

This text font color is #49534E.


Background Color

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

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

This div background color is #49534E.


Border color

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

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

This div border color is #49534E.


Opacity

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

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

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

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

This text has shadow with #49534E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49534E on black background.


Color preview on white background

This text has color #49534E on white background.



Black color preview on #49534E background

This text has black color on #49534E background.


White color preview on #49534E background

This text has white color on #49534E background.