COLOR #49647C

HEX: #49647C
RGB: (73,100,124)

Renk bilgisi

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

RGB renk modeli

#49647C color RGB value is (73,100,124).

  • kırmız ton 73;
  • yeşil ton 100;
  • mavi ton 124.
RGB:
(73,100,124)
(29%,39%,49%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 100 of 255 = 39%
B 124 of 255 = 49%

73
100
124

R + G + B ~ 39%. #49647C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 100 + 124 = 297 (100%)
R 73 of 297 ~ 24.58%
G 100 of 297 ~ 33.67%
B 124 of 297 ~ 41.75%

%24.58
%33.67
%41.75

CMYK RENK MODELİ

#49647C rengi CMYK tonu (41,19,0,51).

  • camgöbeği tonu 41.13%
  • eflatun tonu 19.35%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(41,19,0,51)
C41M19Y0K51 
(41%,19%,0%,51%)
(0.41/0.19/0.00/0.51)	

CMYK yüzdeleri

%41.13
%19.35
%0
%51.37

Codes

Color #49647C in popluar color models

49647C
RGB73100124
HSL208°25.89%38.63%
HSB/HSV208°41.13%48.63%
CMYK41.13%19.35%0.00%
51.37%

Color #49647C in popluar number systems.

HEX49647C
Decimal73100124
Binary100100111001001111100
Octal111144174

Shades and tints

Shades of #49647C

#49647C
(73,100,124)
#435B71
(67,91,113)
#3D5266
(61,82,102)
#37495B
(55,73,91)
#314050
(49,64,80)
#2B3745
(43,55,69)
#252E3A
(37,46,58)
#1F252F
(31,37,47)
#191C24
(25,28,36)
#131319
(19,19,25)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #49647C

#49647C
(73,100,124)
#597287
(89,114,135)
#698092
(105,128,146)
#798E9D
(121,142,157)
#899CA8
(137,156,168)
#99AAB3
(153,170,179)
#A9B8BE
(169,184,190)
#B9C6C9
(185,198,201)
#C9D4D4
(201,212,212)
#D9E2DF
(217,226,223)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49647C color. Also use rgb(73,100,124) instead hex code.

Text Font Color

.myTextColor { color: #49647C; }

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

This text font color is #49647C.


Background Color

.myBgColor { background-color: #49647C; }

<div style="background-color:#49647C">Inner text</div>

This div background color is #49647C.


Border color

.myBorderColor { border: 1px solid #49647C; }

<div style="border:3px solid #49647C">Div</div>

This div border color is #49647C.


Opacity

.myOpacity80 { color: #49647C; opacity: 0.8; }

<p style="color:#49647C;opacity:0.8;">80%</p>

Text with #49647C 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 #49647C;}

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

This text has shadow with #49647C color.

.textShadow {text-shadow: 3px 3px 1px #49647C, 3px 3px 1px red;}

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

This text has shadow with #49647C primary color and red secondary color.


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

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

This text has shadow with #49647C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49647C on black background.


Color preview on white background

This text has color #49647C on white background.



Black color preview on #49647C background

This text has black color on #49647C background.


White color preview on #49647C background

This text has white color on #49647C background.