COLOR #48494F

HEX: #48494F
RGB: (72,73,79)

Renk bilgisi

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

RGB renk modeli

#48494F color RGB value is (72,73,79).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 73 of 255 = 29%
B 79 of 255 = 31%

72
73
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 73 + 79 = 224 (100%)
R 72 of 224 ~ 32.14%
G 73 of 224 ~ 32.59%
B 79 of 224 ~ 35.27%

%32.14
%32.59
%35.27

CMYK RENK MODELİ

#48494F rengi CMYK tonu (9,8,0,69).

  • camgöbeği tonu 8.86%
  • eflatun tonu 7.59%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(9,8,0,69)
C9M8Y0K69 
(9%,8%,0%,69%)
(0.09/0.08/0.00/0.69)	

CMYK yüzdeleri

%8.86
%7.59
%0
%69.02

Codes

Color #48494F in popluar color models

48494F
RGB727379
HSL231°4.64%29.61%
HSB/HSV231°8.86%30.98%
CMYK8.86%7.59%0.00%
69.02%

Color #48494F in popluar number systems.

HEX48494F
Decimal727379
Binary100100010010011001111
Octal110111117

Shades and tints

Shades of #48494F

#48494F
(72,73,79)
#424348
(66,67,72)
#3C3D41
(60,61,65)
#36373A
(54,55,58)
#303133
(48,49,51)
#2A2B2C
(42,43,44)
#242525
(36,37,37)
#1E1F1E
(30,31,30)
#181917
(24,25,23)
#121310
(18,19,16)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #48494F

#48494F
(72,73,79)
#58595F
(88,89,95)
#68696F
(104,105,111)
#78797F
(120,121,127)
#88898F
(136,137,143)
#98999F
(152,153,159)
#A8A9AF
(168,169,175)
#B8B9BF
(184,185,191)
#C8C9CF
(200,201,207)
#D8D9DF
(216,217,223)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48494F; }

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

This text font color is #48494F.


Background Color

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

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

This div background color is #48494F.


Border color

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

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

This div border color is #48494F.


Opacity

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

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

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

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

This text has shadow with #48494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48494F on black background.


Color preview on white background

This text has color #48494F on white background.



Black color preview on #48494F background

This text has black color on #48494F background.


White color preview on #48494F background

This text has white color on #48494F background.