COLOR #47484C

HEX: #47484C
RGB: (71,72,76)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
72
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 76 = 219 (100%)
R 71 of 219 ~ 32.42%
G 72 of 219 ~ 32.88%
B 76 of 219 ~ 34.7%

%32.42
%32.88
%34.7

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%6.58
%5.26
%0
%70.2

Codes

Color #47484C in popluar color models

47484C
RGB717276
HSL228°3.40%28.82%
HSB/HSV228°6.58%29.80%
CMYK6.58%5.26%0.00%
70.20%

Color #47484C in popluar number systems.

HEX47484C
Decimal717276
Binary100011110010001001100
Octal107110114

Shades and tints

Shades of #47484C

#47484C
(71,72,76)
#414246
(65,66,70)
#3B3C40
(59,60,64)
#35363A
(53,54,58)
#2F3034
(47,48,52)
#292A2E
(41,42,46)
#232428
(35,36,40)
#1D1E22
(29,30,34)
#17181C
(23,24,28)
#111216
(17,18,22)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #47484C

#47484C
(71,72,76)
#57585C
(87,88,92)
#67686C
(103,104,108)
#77787C
(119,120,124)
#87888C
(135,136,140)
#97989C
(151,152,156)
#A7A8AC
(167,168,172)
#B7B8BC
(183,184,188)
#C7C8CC
(199,200,204)
#D7D8DC
(215,216,220)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47484C; }

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

This text font color is #47484C.


Background Color

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

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

This div background color is #47484C.


Border color

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

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

This div border color is #47484C.


Opacity

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

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

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

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

This text has shadow with #47484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47484C on black background.


Color preview on white background

This text has color #47484C on white background.



Black color preview on #47484C background

This text has black color on #47484C background.


White color preview on #47484C background

This text has white color on #47484C background.