COLOR #474848

HEX: #474848
RGB: (71,72,72)

Renk bilgisi

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

RGB renk modeli

#474848 color RGB value is (71,72,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 72 of 255 = 28%

71
72
72

R + G + B ~ 28%. #474848 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 72 = 215 (100%)
R 71 of 215 ~ 33.02%
G 72 of 215 ~ 33.49%
B 72 of 215 ~ 33.49%

%33.02
%33.49
%33.49

CMYK RENK MODELİ

#474848 rengi CMYK tonu (1,0,0,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(1,0,0,72)
C1M0Y0K72 
(1%,0%,0%,72%)
(0.01/0.00/0.00/0.72)	

CMYK yüzdeleri

%1.39
%0
%0
%71.76

Codes

Color #474848 in popluar color models

474848
RGB717272
HSL180°0.70%28.04%
HSB/HSV180°1.39%28.24%
CMYK1.39%0.00%0.00%
71.76%

Color #474848 in popluar number systems.

HEX474848
Decimal717272
Binary100011110010001001000
Octal107110110

Shades and tints

Shades of #474848

#474848
(71,72,72)
#414242
(65,66,66)
#3B3C3C
(59,60,60)
#353636
(53,54,54)
#2F3030
(47,48,48)
#292A2A
(41,42,42)
#232424
(35,36,36)
#1D1E1E
(29,30,30)
#171818
(23,24,24)
#111212
(17,18,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #474848

#474848
(71,72,72)
#575858
(87,88,88)
#676868
(103,104,104)
#777878
(119,120,120)
#878888
(135,136,136)
#979898
(151,152,152)
#A7A8A8
(167,168,168)
#B7B8B8
(183,184,184)
#C7C8C8
(199,200,200)
#D7D8D8
(215,216,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474848; }

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

This text font color is #474848.


Background Color

.myBgColor { background-color: #474848; }

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

This div background color is #474848.


Border color

.myBorderColor { border: 1px solid #474848; }

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

This div border color is #474848.


Opacity

.myOpacity80 { color: #474848; opacity: 0.8; }

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

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

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

This text has shadow with #474848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474848 on black background.


Color preview on white background

This text has color #474848 on white background.



Black color preview on #474848 background

This text has black color on #474848 background.


White color preview on #474848 background

This text has white color on #474848 background.