COLOR #474646

HEX: #474646
RGB: (71,70,70)

Renk bilgisi

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

RGB renk modeli

#474646 color RGB value is (71,70,70).

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

RGB bağlantıları ve doygunluk

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

71
70
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 70 = 211 (100%)
R 71 of 211 ~ 33.65%
G 70 of 211 ~ 33.18%
B 70 of 211 ~ 33.18%

%33.65
%33.18
%33.18

CMYK RENK MODELİ

#474646 rengi CMYK tonu (0,1,1,72).

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

CMYK yüzdeleri

%0
%1.41
%1.41
%72.16

Codes

Color #474646 in popluar color models

474646
RGB717070
HSL0.71%27.65%
HSB/HSV1.41%27.84%
CMYK0.00%1.41%1.41%
72.16%

Color #474646 in popluar number systems.

HEX474646
Decimal717070
Binary100011110001101000110
Octal107106106

Shades and tints

Shades of #474646

#474646
(71,70,70)
#414040
(65,64,64)
#3B3A3A
(59,58,58)
#353434
(53,52,52)
#2F2E2E
(47,46,46)
#292828
(41,40,40)
#232222
(35,34,34)
#1D1C1C
(29,28,28)
#171616
(23,22,22)
#111010
(17,16,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #474646

#474646
(71,70,70)
#575656
(87,86,86)
#676666
(103,102,102)
#777676
(119,118,118)
#878686
(135,134,134)
#979696
(151,150,150)
#A7A6A6
(167,166,166)
#B7B6B6
(183,182,182)
#C7C6C6
(199,198,198)
#D7D6D6
(215,214,214)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474646; }

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

This text font color is #474646.


Background Color

.myBgColor { background-color: #474646; }

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

This div background color is #474646.


Border color

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

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

This div border color is #474646.


Opacity

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

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

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

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

This text has shadow with #474646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474646 on black background.


Color preview on white background

This text has color #474646 on white background.



Black color preview on #474646 background

This text has black color on #474646 background.


White color preview on #474646 background

This text has white color on #474646 background.