COLOR #48484C

HEX: #48484C
RGB: (72,72,76)

Renk bilgisi

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

RGB renk modeli

#48484C color RGB value is (72,72,76).

  • kırmız ton 72;
  • yeşil ton 72;
  • mavi ton 76.
RGB:
(72,72,76)
(28%,28%,30%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 72 of 255 = 28%
B 76 of 255 = 30%

72
72
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 72 + 76 = 220 (100%)
R 72 of 220 ~ 32.73%
G 72 of 220 ~ 32.73%
B 76 of 220 ~ 34.55%

%32.73
%32.73
%34.55

CMYK RENK MODELİ

#48484C rengi CMYK tonu (5,5,0,70).

  • camgöbeği tonu 5.26%
  • eflatun tonu 5.26%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(5,5,0,70)
C5M5Y0K70 
(5%,5%,0%,70%)
(0.05/0.05/0.00/0.70)	

CMYK yüzdeleri

%5.26
%5.26
%0
%70.2

Codes

Color #48484C in popluar color models

48484C
RGB727276
HSL240°2.70%29.02%
HSB/HSV240°5.26%29.80%
CMYK5.26%5.26%0.00%
70.20%

Color #48484C in popluar number systems.

HEX48484C
Decimal727276
Binary100100010010001001100
Octal110110114

Shades and tints

Shades of #48484C

#48484C
(72,72,76)
#424246
(66,66,70)
#3C3C40
(60,60,64)
#36363A
(54,54,58)
#303034
(48,48,52)
#2A2A2E
(42,42,46)
#242428
(36,36,40)
#1E1E22
(30,30,34)
#18181C
(24,24,28)
#121216
(18,18,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #48484C

#48484C
(72,72,76)
#58585C
(88,88,92)
#68686C
(104,104,108)
#78787C
(120,120,124)
#88888C
(136,136,140)
#98989C
(152,152,156)
#A8A8AC
(168,168,172)
#B8B8BC
(184,184,188)
#C8C8CC
(200,200,204)
#D8D8DC
(216,216,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48484C color. Also use rgb(72,72,76) instead hex code.

Text Font Color

.myTextColor { color: #48484C; }

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

This text font color is #48484C.


Background Color

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

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

This div background color is #48484C.


Border color

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

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

This div border color is #48484C.


Opacity

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

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

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

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

This text has shadow with #48484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48484C on black background.


Color preview on white background

This text has color #48484C on white background.



Black color preview on #48484C background

This text has black color on #48484C background.


White color preview on #48484C background

This text has white color on #48484C background.