COLOR #47464F

HEX: #47464F
RGB: (71,70,79)

Renk bilgisi

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

RGB renk modeli

#47464F color RGB value is (71,70,79).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 79 of 255 = 31%

71
70
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 79 = 220 (100%)
R 71 of 220 ~ 32.27%
G 70 of 220 ~ 31.82%
B 79 of 220 ~ 35.91%

%32.27
%31.82
%35.91

CMYK RENK MODELİ

#47464F rengi CMYK tonu (10,11,0,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 11.39%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(10,11,0,69)
C10M11Y0K69 
(10%,11%,0%,69%)
(0.10/0.11/0.00/0.69)	

CMYK yüzdeleri

%10.13
%11.39
%0
%69.02

Codes

Color #47464F in popluar color models

47464F
RGB717079
HSL247°6.04%29.22%
HSB/HSV247°11.39%30.98%
CMYK10.13%11.39%0.00%
69.02%

Color #47464F in popluar number systems.

HEX47464F
Decimal717079
Binary100011110001101001111
Octal107106117

Shades and tints

Shades of #47464F

#47464F
(71,70,79)
#414048
(65,64,72)
#3B3A41
(59,58,65)
#35343A
(53,52,58)
#2F2E33
(47,46,51)
#29282C
(41,40,44)
#232225
(35,34,37)
#1D1C1E
(29,28,30)
#171617
(23,22,23)
#111010
(17,16,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #47464F

#47464F
(71,70,79)
#57565F
(87,86,95)
#67666F
(103,102,111)
#77767F
(119,118,127)
#87868F
(135,134,143)
#97969F
(151,150,159)
#A7A6AF
(167,166,175)
#B7B6BF
(183,182,191)
#C7C6CF
(199,198,207)
#D7D6DF
(215,214,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47464F; }

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

This text font color is #47464F.


Background Color

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

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

This div background color is #47464F.


Border color

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

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

This div border color is #47464F.


Opacity

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

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

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

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

This text has shadow with #47464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47464F on black background.


Color preview on white background

This text has color #47464F on white background.



Black color preview on #47464F background

This text has black color on #47464F background.


White color preview on #47464F background

This text has white color on #47464F background.