COLOR #47494F

HEX: #47494F
RGB: (71,73,79)

Renk bilgisi

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

RGB renk modeli

#47494F color RGB value is (71,73,79).

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

RGB bağlantıları ve doygunluk

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

71
73
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 79 = 223 (100%)
R 71 of 223 ~ 31.84%
G 73 of 223 ~ 32.74%
B 79 of 223 ~ 35.43%

%31.84
%32.74
%35.43

CMYK RENK MODELİ

#47494F rengi CMYK tonu (10,8,0,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 7.59%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(10,8,0,69)
C10M8Y0K69 
(10%,8%,0%,69%)
(0.10/0.08/0.00/0.69)	

CMYK yüzdeleri

%10.13
%7.59
%0
%69.02

Codes

Color #47494F in popluar color models

47494F
RGB717379
HSL225°5.33%29.41%
HSB/HSV225°10.13%30.98%
CMYK10.13%7.59%0.00%
69.02%

Color #47494F in popluar number systems.

HEX47494F
Decimal717379
Binary100011110010011001111
Octal107111117

Shades and tints

Shades of #47494F

#47494F
(71,73,79)
#414348
(65,67,72)
#3B3D41
(59,61,65)
#35373A
(53,55,58)
#2F3133
(47,49,51)
#292B2C
(41,43,44)
#232525
(35,37,37)
#1D1F1E
(29,31,30)
#171917
(23,25,23)
#111310
(17,19,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #47494F

#47494F
(71,73,79)
#57595F
(87,89,95)
#67696F
(103,105,111)
#77797F
(119,121,127)
#87898F
(135,137,143)
#97999F
(151,153,159)
#A7A9AF
(167,169,175)
#B7B9BF
(183,185,191)
#C7C9CF
(199,201,207)
#D7D9DF
(215,217,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47494F; }

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

This text font color is #47494F.


Background Color

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

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

This div background color is #47494F.


Border color

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

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

This div border color is #47494F.


Opacity

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

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

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

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

This text has shadow with #47494F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47494F on black background.


Color preview on white background

This text has color #47494F on white background.



Black color preview on #47494F background

This text has black color on #47494F background.


White color preview on #47494F background

This text has white color on #47494F background.