COLOR #475E57

HEX: #475E57
RGB: (71,94,87)

Renk bilgisi

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

RGB renk modeli

#475E57 color RGB value is (71,94,87).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 87 of 255 = 34%

71
94
87

R + G + B ~ 33%. #475E57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 87 = 252 (100%)
R 71 of 252 ~ 28.17%
G 94 of 252 ~ 37.3%
B 87 of 252 ~ 34.52%

%28.17
%37.3
%34.52

CMYK RENK MODELİ

#475E57 rengi CMYK tonu (24,0,7,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 0.00%
  • sarı tonu 7.45%
  • ana renk tonu 63.14%
CMYK:
(24,0,7,63)
C24M0Y7K63 
(24%,0%,7%,63%)
(0.24/0.00/0.07/0.63)	

CMYK yüzdeleri

%24.47
%0
%7.45
%63.14

Codes

Color #475E57 in popluar color models

475E57
RGB719487
HSL162°13.94%32.35%
HSB/HSV162°24.47%36.86%
CMYK24.47%0.00%7.45%
63.14%

Color #475E57 in popluar number systems.

HEX475E57
Decimal719487
Binary100011110111101010111
Octal107136127

Shades and tints

Shades of #475E57

#475E57
(71,94,87)
#415650
(65,86,80)
#3B4E49
(59,78,73)
#354642
(53,70,66)
#2F3E3B
(47,62,59)
#293634
(41,54,52)
#232E2D
(35,46,45)
#1D2626
(29,38,38)
#171E1F
(23,30,31)
#111618
(17,22,24)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #475E57

#475E57
(71,94,87)
#576C66
(87,108,102)
#677A75
(103,122,117)
#778884
(119,136,132)
#879693
(135,150,147)
#97A4A2
(151,164,162)
#A7B2B1
(167,178,177)
#B7C0C0
(183,192,192)
#C7CECF
(199,206,207)
#D7DCDE
(215,220,222)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E57; }

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

This text font color is #475E57.


Background Color

.myBgColor { background-color: #475E57; }

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

This div background color is #475E57.


Border color

.myBorderColor { border: 1px solid #475E57; }

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

This div border color is #475E57.


Opacity

.myOpacity80 { color: #475E57; opacity: 0.8; }

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

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

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

This text has shadow with #475E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E57 on black background.


Color preview on white background

This text has color #475E57 on white background.



Black color preview on #475E57 background

This text has black color on #475E57 background.


White color preview on #475E57 background

This text has white color on #475E57 background.