COLOR #474846

HEX: #474846
RGB: (71,72,70)

Renk bilgisi

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

RGB renk modeli

#474846 color RGB value is (71,72,70).

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

RGB bağlantıları ve doygunluk

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

71
72
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 70 = 213 (100%)
R 71 of 213 ~ 33.33%
G 72 of 213 ~ 33.8%
B 70 of 213 ~ 32.86%

%33.33
%33.8
%32.86

CMYK RENK MODELİ

#474846 rengi CMYK tonu (1,0,3,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 2.78%
  • ana renk tonu 71.76%
CMYK:
(1,0,3,72)
C1M0Y3K72 
(1%,0%,3%,72%)
(0.01/0.00/0.03/0.72)	

CMYK yüzdeleri

%1.39
%0
%2.78
%71.76

Codes

Color #474846 in popluar color models

474846
RGB717270
HSL90°1.41%27.84%
HSB/HSV90°2.78%28.24%
CMYK1.39%0.00%2.78%
71.76%

Color #474846 in popluar number systems.

HEX474846
Decimal717270
Binary100011110010001000110
Octal107110106

Shades and tints

Shades of #474846

#474846
(71,72,70)
#414240
(65,66,64)
#3B3C3A
(59,60,58)
#353634
(53,54,52)
#2F302E
(47,48,46)
#292A28
(41,42,40)
#232422
(35,36,34)
#1D1E1C
(29,30,28)
#171816
(23,24,22)
#111210
(17,18,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #474846

#474846
(71,72,70)
#575856
(87,88,86)
#676866
(103,104,102)
#777876
(119,120,118)
#878886
(135,136,134)
#979896
(151,152,150)
#A7A8A6
(167,168,166)
#B7B8B6
(183,184,182)
#C7C8C6
(199,200,198)
#D7D8D6
(215,216,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474846; }

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

This text font color is #474846.


Background Color

.myBgColor { background-color: #474846; }

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

This div background color is #474846.


Border color

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

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

This div border color is #474846.


Opacity

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

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

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

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

This text has shadow with #474846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474846 on black background.


Color preview on white background

This text has color #474846 on white background.



Black color preview on #474846 background

This text has black color on #474846 background.


White color preview on #474846 background

This text has white color on #474846 background.