COLOR #474A4D

HEX: #474A4D
RGB: (71,74,77)

Renk bilgisi

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

RGB renk modeli

#474A4D color RGB value is (71,74,77).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 74 of 255 = 29%
B 77 of 255 = 30%

71
74
77

R + G + B ~ 29%. #474A4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 74 + 77 = 222 (100%)
R 71 of 222 ~ 31.98%
G 74 of 222 ~ 33.33%
B 77 of 222 ~ 34.68%

%31.98
%33.33
%34.68

CMYK RENK MODELİ

#474A4D rengi CMYK tonu (8,4,0,70).

  • camgöbeği tonu 7.79%
  • eflatun tonu 3.90%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(8,4,0,70)
C8M4Y0K70 
(8%,4%,0%,70%)
(0.08/0.04/0.00/0.70)	

CMYK yüzdeleri

%7.79
%3.9
%0
%69.8

Codes

Color #474A4D in popluar color models

474A4D
RGB717477
HSL210°4.05%29.02%
HSB/HSV210°7.79%30.20%
CMYK7.79%3.90%0.00%
69.80%

Color #474A4D in popluar number systems.

HEX474A4D
Decimal717477
Binary100011110010101001101
Octal107112115

Shades and tints

Shades of #474A4D

#474A4D
(71,74,77)
#414446
(65,68,70)
#3B3E3F
(59,62,63)
#353838
(53,56,56)
#2F3231
(47,50,49)
#292C2A
(41,44,42)
#232623
(35,38,35)
#1D201C
(29,32,28)
#171A15
(23,26,21)
#11140E
(17,20,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #474A4D

#474A4D
(71,74,77)
#575A5D
(87,90,93)
#676A6D
(103,106,109)
#777A7D
(119,122,125)
#878A8D
(135,138,141)
#979A9D
(151,154,157)
#A7AAAD
(167,170,173)
#B7BABD
(183,186,189)
#C7CACD
(199,202,205)
#D7DADD
(215,218,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A4D; }

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

This text font color is #474A4D.


Background Color

.myBgColor { background-color: #474A4D; }

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

This div background color is #474A4D.


Border color

.myBorderColor { border: 1px solid #474A4D; }

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

This div border color is #474A4D.


Opacity

.myOpacity80 { color: #474A4D; opacity: 0.8; }

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

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

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

This text has shadow with #474A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A4D on black background.


Color preview on white background

This text has color #474A4D on white background.



Black color preview on #474A4D background

This text has black color on #474A4D background.


White color preview on #474A4D background

This text has white color on #474A4D background.