COLOR #474F57

HEX: #474F57
RGB: (71,79,87)

Renk bilgisi

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

RGB renk modeli

#474F57 color RGB value is (71,79,87).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 87 of 255 = 34%

71
79
87

R + G + B ~ 31%. #474F57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 87 = 237 (100%)
R 71 of 237 ~ 29.96%
G 79 of 237 ~ 33.33%
B 87 of 237 ~ 36.71%

%29.96
%33.33
%36.71

CMYK RENK MODELİ

#474F57 rengi CMYK tonu (18,9,0,66).

  • camgöbeği tonu 18.39%
  • eflatun tonu 9.20%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(18,9,0,66)
C18M9Y0K66 
(18%,9%,0%,66%)
(0.18/0.09/0.00/0.66)	

CMYK yüzdeleri

%18.39
%9.2
%0
%65.88

Codes

Color #474F57 in popluar color models

474F57
RGB717987
HSL210°10.13%30.98%
HSB/HSV210°18.39%34.12%
CMYK18.39%9.20%0.00%
65.88%

Color #474F57 in popluar number systems.

HEX474F57
Decimal717987
Binary100011110011111010111
Octal107117127

Shades and tints

Shades of #474F57

#474F57
(71,79,87)
#414850
(65,72,80)
#3B4149
(59,65,73)
#353A42
(53,58,66)
#2F333B
(47,51,59)
#292C34
(41,44,52)
#23252D
(35,37,45)
#1D1E26
(29,30,38)
#17171F
(23,23,31)
#111018
(17,16,24)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #474F57

#474F57
(71,79,87)
#575F66
(87,95,102)
#676F75
(103,111,117)
#777F84
(119,127,132)
#878F93
(135,143,147)
#979FA2
(151,159,162)
#A7AFB1
(167,175,177)
#B7BFC0
(183,191,192)
#C7CFCF
(199,207,207)
#D7DFDE
(215,223,222)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F57; }

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

This text font color is #474F57.


Background Color

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

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

This div background color is #474F57.


Border color

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

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

This div border color is #474F57.


Opacity

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

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

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

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

This text has shadow with #474F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F57 on black background.


Color preview on white background

This text has color #474F57 on white background.



Black color preview on #474F57 background

This text has black color on #474F57 background.


White color preview on #474F57 background

This text has white color on #474F57 background.