COLOR #475A65

HEX: #475A65
RGB: (71,90,101)

Renk bilgisi

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

RGB renk modeli

#475A65 color RGB value is (71,90,101).

  • kırmız ton 71;
  • yeşil ton 90;
  • mavi ton 101.
RGB:
(71,90,101)
(28%,35%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 101 of 255 = 40%

71
90
101

R + G + B ~ 34%. #475A65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 101 = 262 (100%)
R 71 of 262 ~ 27.1%
G 90 of 262 ~ 34.35%
B 101 of 262 ~ 38.55%

%27.1
%34.35
%38.55

CMYK RENK MODELİ

#475A65 rengi CMYK tonu (30,11,0,60).

  • camgöbeği tonu 29.70%
  • eflatun tonu 10.89%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(30,11,0,60)
C30M11Y0K60 
(30%,11%,0%,60%)
(0.30/0.11/0.00/0.60)	

CMYK yüzdeleri

%29.7
%10.89
%0
%60.39

Codes

Color #475A65 in popluar color models

475A65
RGB7190101
HSL202°17.44%33.73%
HSB/HSV202°29.70%39.61%
CMYK29.70%10.89%0.00%
60.39%

Color #475A65 in popluar number systems.

HEX475A65
Decimal7190101
Binary100011110110101100101
Octal107132145

Shades and tints

Shades of #475A65

#475A65
(71,90,101)
#41525C
(65,82,92)
#3B4A53
(59,74,83)
#35424A
(53,66,74)
#2F3A41
(47,58,65)
#293238
(41,50,56)
#232A2F
(35,42,47)
#1D2226
(29,34,38)
#171A1D
(23,26,29)
#111214
(17,18,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #475A65

#475A65
(71,90,101)
#576973
(87,105,115)
#677881
(103,120,129)
#77878F
(119,135,143)
#87969D
(135,150,157)
#97A5AB
(151,165,171)
#A7B4B9
(167,180,185)
#B7C3C7
(183,195,199)
#C7D2D5
(199,210,213)
#D7E1E3
(215,225,227)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475A65 color. Also use rgb(71,90,101) instead hex code.

Text Font Color

.myTextColor { color: #475A65; }

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

This text font color is #475A65.


Background Color

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

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

This div background color is #475A65.


Border color

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

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

This div border color is #475A65.


Opacity

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

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

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

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

This text has shadow with #475A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A65 on black background.


Color preview on white background

This text has color #475A65 on white background.



Black color preview on #475A65 background

This text has black color on #475A65 background.


White color preview on #475A65 background

This text has white color on #475A65 background.