COLOR #47404F

HEX: #47404F
RGB: (71,64,79)

Renk bilgisi

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

RGB renk modeli

#47404F color RGB value is (71,64,79).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 64 of 255 = 25%
B 79 of 255 = 31%

71
64
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 64 + 79 = 214 (100%)
R 71 of 214 ~ 33.18%
G 64 of 214 ~ 29.91%
B 79 of 214 ~ 36.92%

%33.18
%29.91
%36.92

CMYK RENK MODELİ

#47404F rengi CMYK tonu (10,19,0,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 18.99%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(10,19,0,69)
C10M19Y0K69 
(10%,19%,0%,69%)
(0.10/0.19/0.00/0.69)	

CMYK yüzdeleri

%10.13
%18.99
%0
%69.02

Codes

Color #47404F in popluar color models

47404F
RGB716479
HSL268°10.49%28.04%
HSB/HSV268°18.99%30.98%
CMYK10.13%18.99%0.00%
69.02%

Color #47404F in popluar number systems.

HEX47404F
Decimal716479
Binary100011110000001001111
Octal107100117

Shades and tints

Shades of #47404F

#47404F
(71,64,79)
#413B48
(65,59,72)
#3B3641
(59,54,65)
#35313A
(53,49,58)
#2F2C33
(47,44,51)
#29272C
(41,39,44)
#232225
(35,34,37)
#1D1D1E
(29,29,30)
#171817
(23,24,23)
#111310
(17,19,16)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #47404F

#47404F
(71,64,79)
#57515F
(87,81,95)
#67626F
(103,98,111)
#77737F
(119,115,127)
#87848F
(135,132,143)
#97959F
(151,149,159)
#A7A6AF
(167,166,175)
#B7B7BF
(183,183,191)
#C7C8CF
(199,200,207)
#D7D9DF
(215,217,223)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47404F; }

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

This text font color is #47404F.


Background Color

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

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

This div background color is #47404F.


Border color

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

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

This div border color is #47404F.


Opacity

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

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

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

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

This text has shadow with #47404F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47404F on black background.


Color preview on white background

This text has color #47404F on white background.



Black color preview on #47404F background

This text has black color on #47404F background.


White color preview on #47404F background

This text has white color on #47404F background.