COLOR #474657

HEX: #474657
RGB: (71,70,87)

Renk bilgisi

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

RGB renk modeli

#474657 color RGB value is (71,70,87).

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

RGB bağlantıları ve doygunluk

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

71
70
87

R + G + B ~ 30%. #474657 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 87 = 228 (100%)
R 71 of 228 ~ 31.14%
G 70 of 228 ~ 30.7%
B 87 of 228 ~ 38.16%

%31.14
%30.7
%38.16

CMYK RENK MODELİ

#474657 rengi CMYK tonu (18,20,0,66).

  • camgöbeği tonu 18.39%
  • eflatun tonu 19.54%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(18,20,0,66)
C18M20Y0K66 
(18%,20%,0%,66%)
(0.18/0.20/0.00/0.66)	

CMYK yüzdeleri

%18.39
%19.54
%0
%65.88

Codes

Color #474657 in popluar color models

474657
RGB717087
HSL244°10.83%30.78%
HSB/HSV244°19.54%34.12%
CMYK18.39%19.54%0.00%
65.88%

Color #474657 in popluar number systems.

HEX474657
Decimal717087
Binary100011110001101010111
Octal107106127

Shades and tints

Shades of #474657

#474657
(71,70,87)
#414050
(65,64,80)
#3B3A49
(59,58,73)
#353442
(53,52,66)
#2F2E3B
(47,46,59)
#292834
(41,40,52)
#23222D
(35,34,45)
#1D1C26
(29,28,38)
#17161F
(23,22,31)
#111018
(17,16,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #474657

#474657
(71,70,87)
#575666
(87,86,102)
#676675
(103,102,117)
#777684
(119,118,132)
#878693
(135,134,147)
#9796A2
(151,150,162)
#A7A6B1
(167,166,177)
#B7B6C0
(183,182,192)
#C7C6CF
(199,198,207)
#D7D6DE
(215,214,222)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474657; }

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

This text font color is #474657.


Background Color

.myBgColor { background-color: #474657; }

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

This div background color is #474657.


Border color

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

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

This div border color is #474657.


Opacity

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

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

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

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

This text has shadow with #474657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474657 on black background.


Color preview on white background

This text has color #474657 on white background.



Black color preview on #474657 background

This text has black color on #474657 background.


White color preview on #474657 background

This text has white color on #474657 background.