COLOR #474547

HEX: #474547
RGB: (71,69,71)

Renk bilgisi

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

RGB renk modeli

#474547 color RGB value is (71,69,71).

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

RGB bağlantıları ve doygunluk

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

71
69
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 69 + 71 = 211 (100%)
R 71 of 211 ~ 33.65%
G 69 of 211 ~ 32.7%
B 71 of 211 ~ 33.65%

%33.65
%32.7
%33.65

CMYK RENK MODELİ

#474547 rengi CMYK tonu (0,3,0,72).

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

CMYK yüzdeleri

%0
%2.82
%0
%72.16

Codes

Color #474547 in popluar color models

474547
RGB716971
HSL300°1.43%27.45%
HSB/HSV300°2.82%27.84%
CMYK0.00%2.82%0.00%
72.16%

Color #474547 in popluar number systems.

HEX474547
Decimal716971
Binary100011110001011000111
Octal107105107

Shades and tints

Shades of #474547

#474547
(71,69,71)
#413F41
(65,63,65)
#3B393B
(59,57,59)
#353335
(53,51,53)
#2F2D2F
(47,45,47)
#292729
(41,39,41)
#232123
(35,33,35)
#1D1B1D
(29,27,29)
#171517
(23,21,23)
#110F11
(17,15,17)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #474547

#474547
(71,69,71)
#575557
(87,85,87)
#676567
(103,101,103)
#777577
(119,117,119)
#878587
(135,133,135)
#979597
(151,149,151)
#A7A5A7
(167,165,167)
#B7B5B7
(183,181,183)
#C7C5C7
(199,197,199)
#D7D5D7
(215,213,215)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474547; }

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

This text font color is #474547.


Background Color

.myBgColor { background-color: #474547; }

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

This div background color is #474547.


Border color

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

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

This div border color is #474547.


Opacity

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

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

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

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

This text has shadow with #474547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474547 on black background.


Color preview on white background

This text has color #474547 on white background.



Black color preview on #474547 background

This text has black color on #474547 background.


White color preview on #474547 background

This text has white color on #474547 background.