COLOR #474650

HEX: #474650
RGB: (71,70,80)

Renk bilgisi

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

RGB renk modeli

#474650 color RGB value is (71,70,80).

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

RGB bağlantıları ve doygunluk

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

71
70
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 80 = 221 (100%)
R 71 of 221 ~ 32.13%
G 70 of 221 ~ 31.67%
B 80 of 221 ~ 36.2%

%32.13
%31.67
%36.2

CMYK RENK MODELİ

#474650 rengi CMYK tonu (11,13,0,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 12.50%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(11,13,0,69)
C11M13Y0K69 
(11%,13%,0%,69%)
(0.11/0.13/0.00/0.69)	

CMYK yüzdeleri

%11.25
%12.5
%0
%68.63

Codes

Color #474650 in popluar color models

474650
RGB717080
HSL246°6.67%29.41%
HSB/HSV246°12.50%31.37%
CMYK11.25%12.50%0.00%
68.63%

Color #474650 in popluar number systems.

HEX474650
Decimal717080
Binary100011110001101010000
Octal107106120

Shades and tints

Shades of #474650

#474650
(71,70,80)
#414049
(65,64,73)
#3B3A42
(59,58,66)
#35343B
(53,52,59)
#2F2E34
(47,46,52)
#29282D
(41,40,45)
#232226
(35,34,38)
#1D1C1F
(29,28,31)
#171618
(23,22,24)
#111011
(17,16,17)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #474650

#474650
(71,70,80)
#57565F
(87,86,95)
#67666E
(103,102,110)
#77767D
(119,118,125)
#87868C
(135,134,140)
#97969B
(151,150,155)
#A7A6AA
(167,166,170)
#B7B6B9
(183,182,185)
#C7C6C8
(199,198,200)
#D7D6D7
(215,214,215)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474650; }

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

This text font color is #474650.


Background Color

.myBgColor { background-color: #474650; }

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

This div background color is #474650.


Border color

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

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

This div border color is #474650.


Opacity

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

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

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

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

This text has shadow with #474650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474650 on black background.


Color preview on white background

This text has color #474650 on white background.



Black color preview on #474650 background

This text has black color on #474650 background.


White color preview on #474650 background

This text has white color on #474650 background.