COLOR #474747

HEX: #474747
RGB: (71,71,71)

Renk bilgisi

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

RGB renk modeli

#474747 color RGB value is (71,71,71).

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

RGB bağlantıları ve doygunluk

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

71
71
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 71 = 213 (100%)
R 71 of 213 ~ 33.33%
G 71 of 213 ~ 33.33%
B 71 of 213 ~ 33.33%

%33.33
%33.33
%33.33

CMYK RENK MODELİ

#474747 rengi CMYK tonu (0,0,0,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(0,0,0,72)
C0M0Y0K72 
(0%,0%,0%,72%)
(0.00/0.00/0.00/0.72)	

CMYK yüzdeleri

%0
%0
%0
%72.16

Codes

Color #474747 in popluar color models

474747
RGB717171
HSL0.00%0.28%
HSB/HSV0.00%0.28%
CMYK0.00%0.00%0.00%
72.16%

Color #474747 in popluar number systems.

HEX474747
Decimal717171
Binary100011110001111000111
Octal107107107

Shades and tints

Shades of #474747

#474747
(71,71,71)
#414141
(65,65,65)
#3B3B3B
(59,59,59)
#353535
(53,53,53)
#2F2F2F
(47,47,47)
#292929
(41,41,41)
#232323
(35,35,35)
#1D1D1D
(29,29,29)
#171717
(23,23,23)
#111111
(17,17,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #474747

#474747
(71,71,71)
#575757
(87,87,87)
#676767
(103,103,103)
#777777
(119,119,119)
#878787
(135,135,135)
#979797
(151,151,151)
#A7A7A7
(167,167,167)
#B7B7B7
(183,183,183)
#C7C7C7
(199,199,199)
#D7D7D7
(215,215,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474747; }

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

This text font color is #474747.


Background Color

.myBgColor { background-color: #474747; }

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

This div background color is #474747.


Border color

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

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

This div border color is #474747.


Opacity

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

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

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

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

This text has shadow with #474747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474747 on black background.


Color preview on white background

This text has color #474747 on white background.



Black color preview on #474747 background

This text has black color on #474747 background.


White color preview on #474747 background

This text has white color on #474747 background.