COLOR #49574F

HEX: #49574F
RGB: (73,87,79)

Renk bilgisi

#49574F contains red, green and blue colors in about the same proportion. #49574F ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#49574F color RGB value is (73,87,79).

  • kırmız ton 73;
  • yeşil ton 87;
  • mavi ton 79.
RGB:
(73,87,79)
(29%,34%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 87 of 255 = 34%
B 79 of 255 = 31%

73
87
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 87 + 79 = 239 (100%)
R 73 of 239 ~ 30.54%
G 87 of 239 ~ 36.4%
B 79 of 239 ~ 33.05%

%30.54
%36.4
%33.05

CMYK RENK MODELİ

#49574F rengi CMYK tonu (16,0,9,66).

  • camgöbeği tonu 16.09%
  • eflatun tonu 0.00%
  • sarı tonu 9.20%
  • ana renk tonu 65.88%
CMYK:
(16,0,9,66)
C16M0Y9K66 
(16%,0%,9%,66%)
(0.16/0.00/0.09/0.66)	

CMYK yüzdeleri

%16.09
%0
%9.2
%65.88

Codes

Color #49574F in popluar color models

49574F
RGB738779
HSL146°8.75%31.37%
HSB/HSV146°16.09%34.12%
CMYK16.09%0.00%9.20%
65.88%

Color #49574F in popluar number systems.

HEX49574F
Decimal738779
Binary100100110101111001111
Octal111127117

Shades and tints

Shades of #49574F

#49574F
(73,87,79)
#435048
(67,80,72)
#3D4941
(61,73,65)
#37423A
(55,66,58)
#313B33
(49,59,51)
#2B342C
(43,52,44)
#252D25
(37,45,37)
#1F261E
(31,38,30)
#191F17
(25,31,23)
#131810
(19,24,16)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #49574F

#49574F
(73,87,79)
#59665F
(89,102,95)
#69756F
(105,117,111)
#79847F
(121,132,127)
#89938F
(137,147,143)
#99A29F
(153,162,159)
#A9B1AF
(169,177,175)
#B9C0BF
(185,192,191)
#C9CFCF
(201,207,207)
#D9DEDF
(217,222,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49574F color. Also use rgb(73,87,79) instead hex code.

Text Font Color

.myTextColor { color: #49574F; }

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

This text font color is #49574F.


Background Color

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

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

This div background color is #49574F.


Border color

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

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

This div border color is #49574F.


Opacity

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

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

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

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

This text has shadow with #49574F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49574F on black background.


Color preview on white background

This text has color #49574F on white background.



Black color preview on #49574F background

This text has black color on #49574F background.


White color preview on #49574F background

This text has white color on #49574F background.