COLOR #49474B

HEX: #49474B
RGB: (73,71,75)

Renk bilgisi

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

RGB renk modeli

#49474B color RGB value is (73,71,75).

  • kırmız ton 73;
  • yeşil ton 71;
  • mavi ton 75.
RGB:
(73,71,75)
(29%,28%,29%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 75 of 255 = 29%

73
71
75

R + G + B ~ 29%. #49474B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 75 = 219 (100%)
R 73 of 219 ~ 33.33%
G 71 of 219 ~ 32.42%
B 75 of 219 ~ 34.25%

%33.33
%32.42
%34.25

CMYK RENK MODELİ

#49474B rengi CMYK tonu (3,5,0,71).

  • camgöbeği tonu 2.67%
  • eflatun tonu 5.33%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(3,5,0,71)
C3M5Y0K71 
(3%,5%,0%,71%)
(0.03/0.05/0.00/0.71)	

CMYK yüzdeleri

%2.67
%5.33
%0
%70.59

Codes

Color #49474B in popluar color models

49474B
RGB737175
HSL270°2.74%28.63%
HSB/HSV270°5.33%29.41%
CMYK2.67%5.33%0.00%
70.59%

Color #49474B in popluar number systems.

HEX49474B
Decimal737175
Binary100100110001111001011
Octal111107113

Shades and tints

Shades of #49474B

#49474B
(73,71,75)
#434145
(67,65,69)
#3D3B3F
(61,59,63)
#373539
(55,53,57)
#312F33
(49,47,51)
#2B292D
(43,41,45)
#252327
(37,35,39)
#1F1D21
(31,29,33)
#19171B
(25,23,27)
#131115
(19,17,21)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #49474B

#49474B
(73,71,75)
#59575B
(89,87,91)
#69676B
(105,103,107)
#79777B
(121,119,123)
#89878B
(137,135,139)
#99979B
(153,151,155)
#A9A7AB
(169,167,171)
#B9B7BB
(185,183,187)
#C9C7CB
(201,199,203)
#D9D7DB
(217,215,219)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49474B color. Also use rgb(73,71,75) instead hex code.

Text Font Color

.myTextColor { color: #49474B; }

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

This text font color is #49474B.


Background Color

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

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

This div background color is #49474B.


Border color

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

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

This div border color is #49474B.


Opacity

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

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

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

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

This text has shadow with #49474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49474B on black background.


Color preview on white background

This text has color #49474B on white background.



Black color preview on #49474B background

This text has black color on #49474B background.


White color preview on #49474B background

This text has white color on #49474B background.