COLOR #474446

HEX: #474446
RGB: (71,68,70)

Renk bilgisi

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

RGB renk modeli

#474446 color RGB value is (71,68,70).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 68 of 255 = 27%
B 70 of 255 = 27%

71
68
70

R + G + B ~ 27%. #474446 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 68 + 70 = 209 (100%)
R 71 of 209 ~ 33.97%
G 68 of 209 ~ 32.54%
B 70 of 209 ~ 33.49%

%33.97
%32.54
%33.49

CMYK RENK MODELİ

#474446 rengi CMYK tonu (0,4,1,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.23%
  • sarı tonu 1.41%
  • ana renk tonu 72.16%
CMYK:
(0,4,1,72)
C0M4Y1K72 
(0%,4%,1%,72%)
(0.00/0.04/0.01/0.72)	

CMYK yüzdeleri

%0
%4.23
%1.41
%72.16

Codes

Color #474446 in popluar color models

474446
RGB716870
HSL320°2.16%27.25%
HSB/HSV320°4.23%27.84%
CMYK0.00%4.23%1.41%
72.16%

Color #474446 in popluar number systems.

HEX474446
Decimal716870
Binary100011110001001000110
Octal107104106

Shades and tints

Shades of #474446

#474446
(71,68,70)
#413E40
(65,62,64)
#3B383A
(59,56,58)
#353234
(53,50,52)
#2F2C2E
(47,44,46)
#292628
(41,38,40)
#232022
(35,32,34)
#1D1A1C
(29,26,28)
#171416
(23,20,22)
#110E10
(17,14,16)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #474446

#474446
(71,68,70)
#575556
(87,85,86)
#676666
(103,102,102)
#777776
(119,119,118)
#878886
(135,136,134)
#979996
(151,153,150)
#A7AAA6
(167,170,166)
#B7BBB6
(183,187,182)
#C7CCC6
(199,204,198)
#D7DDD6
(215,221,214)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474446; }

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

This text font color is #474446.


Background Color

.myBgColor { background-color: #474446; }

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

This div background color is #474446.


Border color

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

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

This div border color is #474446.


Opacity

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

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

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

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

This text has shadow with #474446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474446 on black background.


Color preview on white background

This text has color #474446 on white background.



Black color preview on #474446 background

This text has black color on #474446 background.


White color preview on #474446 background

This text has white color on #474446 background.