COLOR #474A43

HEX: #474A43
RGB: (71,74,67)

Renk bilgisi

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

RGB renk modeli

#474A43 color RGB value is (71,74,67).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 74 of 255 = 29%
B 67 of 255 = 26%

71
74
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 74 + 67 = 212 (100%)
R 71 of 212 ~ 33.49%
G 74 of 212 ~ 34.91%
B 67 of 212 ~ 31.6%

%33.49
%34.91
%31.6

CMYK RENK MODELİ

#474A43 rengi CMYK tonu (4,0,9,71).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 9.46%
  • ana renk tonu 70.98%
CMYK:
(4,0,9,71)
C4M0Y9K71 
(4%,0%,9%,71%)
(0.04/0.00/0.09/0.71)	

CMYK yüzdeleri

%4.05
%0
%9.46
%70.98

Codes

Color #474A43 in popluar color models

474A43
RGB717467
HSL86°4.96%27.65%
HSB/HSV86°9.46%29.02%
CMYK4.05%0.00%9.46%
70.98%

Color #474A43 in popluar number systems.

HEX474A43
Decimal717467
Binary100011110010101000011
Octal107112103

Shades and tints

Shades of #474A43

#474A43
(71,74,67)
#41443D
(65,68,61)
#3B3E37
(59,62,55)
#353831
(53,56,49)
#2F322B
(47,50,43)
#292C25
(41,44,37)
#23261F
(35,38,31)
#1D2019
(29,32,25)
#171A13
(23,26,19)
#11140D
(17,20,13)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #474A43

#474A43
(71,74,67)
#575A54
(87,90,84)
#676A65
(103,106,101)
#777A76
(119,122,118)
#878A87
(135,138,135)
#979A98
(151,154,152)
#A7AAA9
(167,170,169)
#B7BABA
(183,186,186)
#C7CACB
(199,202,203)
#D7DADC
(215,218,220)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A43; }

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

This text font color is #474A43.


Background Color

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

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

This div background color is #474A43.


Border color

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

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

This div border color is #474A43.


Opacity

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

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

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

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

This text has shadow with #474A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A43 on black background.


Color preview on white background

This text has color #474A43 on white background.



Black color preview on #474A43 background

This text has black color on #474A43 background.


White color preview on #474A43 background

This text has white color on #474A43 background.