COLOR #475A60

HEX: #475A60
RGB: (71,90,96)

Renk bilgisi

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

RGB renk modeli

#475A60 color RGB value is (71,90,96).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 90 of 255 = 35%
B 96 of 255 = 38%

71
90
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 90 + 96 = 257 (100%)
R 71 of 257 ~ 27.63%
G 90 of 257 ~ 35.02%
B 96 of 257 ~ 37.35%

%27.63
%35.02
%37.35

CMYK RENK MODELİ

#475A60 rengi CMYK tonu (26,6,0,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 6.25%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(26,6,0,62)
C26M6Y0K62 
(26%,6%,0%,62%)
(0.26/0.06/0.00/0.62)	

CMYK yüzdeleri

%26.04
%6.25
%0
%62.35

Codes

Color #475A60 in popluar color models

475A60
RGB719096
HSL194°14.97%32.75%
HSB/HSV194°26.04%37.65%
CMYK26.04%6.25%0.00%
62.35%

Color #475A60 in popluar number systems.

HEX475A60
Decimal719096
Binary100011110110101100000
Octal107132140

Shades and tints

Shades of #475A60

#475A60
(71,90,96)
#415258
(65,82,88)
#3B4A50
(59,74,80)
#354248
(53,66,72)
#2F3A40
(47,58,64)
#293238
(41,50,56)
#232A30
(35,42,48)
#1D2228
(29,34,40)
#171A20
(23,26,32)
#111218
(17,18,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #475A60

#475A60
(71,90,96)
#57696E
(87,105,110)
#67787C
(103,120,124)
#77878A
(119,135,138)
#879698
(135,150,152)
#97A5A6
(151,165,166)
#A7B4B4
(167,180,180)
#B7C3C2
(183,195,194)
#C7D2D0
(199,210,208)
#D7E1DE
(215,225,222)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475A60; }

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

This text font color is #475A60.


Background Color

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

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

This div background color is #475A60.


Border color

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

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

This div border color is #475A60.


Opacity

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

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

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

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

This text has shadow with #475A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475A60 on black background.


Color preview on white background

This text has color #475A60 on white background.



Black color preview on #475A60 background

This text has black color on #475A60 background.


White color preview on #475A60 background

This text has white color on #475A60 background.