COLOR #49506B

HEX: #49506B
RGB: (73,80,107)

Renk bilgisi

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

RGB renk modeli

#49506B color RGB value is (73,80,107).

  • kırmız ton 73;
  • yeşil ton 80;
  • mavi ton 107.
RGB:
(73,80,107)
(29%,31%,42%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 80 of 255 = 31%
B 107 of 255 = 42%

73
80
107

R + G + B ~ 34%. #49506B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 80 + 107 = 260 (100%)
R 73 of 260 ~ 28.08%
G 80 of 260 ~ 30.77%
B 107 of 260 ~ 41.15%

%28.08
%30.77
%41.15

CMYK RENK MODELİ

#49506B rengi CMYK tonu (32,25,0,58).

  • camgöbeği tonu 31.78%
  • eflatun tonu 25.23%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(32,25,0,58)
C32M25Y0K58 
(32%,25%,0%,58%)
(0.32/0.25/0.00/0.58)	

CMYK yüzdeleri

%31.78
%25.23
%0
%58.04

Codes

Color #49506B in popluar color models

49506B
RGB7380107
HSL228°18.89%35.29%
HSB/HSV228°31.78%41.96%
CMYK31.78%25.23%0.00%
58.04%

Color #49506B in popluar number systems.

HEX49506B
Decimal7380107
Binary100100110100001101011
Octal111120153

Shades and tints

Shades of #49506B

#49506B
(73,80,107)
#434962
(67,73,98)
#3D4259
(61,66,89)
#373B50
(55,59,80)
#313447
(49,52,71)
#2B2D3E
(43,45,62)
#252635
(37,38,53)
#1F1F2C
(31,31,44)
#191823
(25,24,35)
#13111A
(19,17,26)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #49506B

#49506B
(73,80,107)
#595F78
(89,95,120)
#696E85
(105,110,133)
#797D92
(121,125,146)
#898C9F
(137,140,159)
#999BAC
(153,155,172)
#A9AAB9
(169,170,185)
#B9B9C6
(185,185,198)
#C9C8D3
(201,200,211)
#D9D7E0
(217,215,224)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49506B color. Also use rgb(73,80,107) instead hex code.

Text Font Color

.myTextColor { color: #49506B; }

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

This text font color is #49506B.


Background Color

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

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

This div background color is #49506B.


Border color

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

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

This div border color is #49506B.


Opacity

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

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

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

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

This text has shadow with #49506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49506B on black background.


Color preview on white background

This text has color #49506B on white background.



Black color preview on #49506B background

This text has black color on #49506B background.


White color preview on #49506B background

This text has white color on #49506B background.