COLOR #475063

HEX: #475063
RGB: (71,80,99)

Renk bilgisi

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

RGB renk modeli

#475063 color RGB value is (71,80,99).

  • kırmız ton 71;
  • yeşil ton 80;
  • mavi ton 99.
RGB:
(71,80,99)
(28%,31%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 99 of 255 = 39%

71
80
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 99 = 250 (100%)
R 71 of 250 ~ 28.4%
G 80 of 250 ~ 32%
B 99 of 250 ~ 39.6%

%28.4
%32
%39.6

CMYK RENK MODELİ

#475063 rengi CMYK tonu (28,19,0,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 19.19%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(28,19,0,61)
C28M19Y0K61 
(28%,19%,0%,61%)
(0.28/0.19/0.00/0.61)	

CMYK yüzdeleri

%28.28
%19.19
%0
%61.18

Codes

Color #475063 in popluar color models

475063
RGB718099
HSL221°16.47%33.33%
HSB/HSV221°28.28%38.82%
CMYK28.28%19.19%0.00%
61.18%

Color #475063 in popluar number systems.

HEX475063
Decimal718099
Binary100011110100001100011
Octal107120143

Shades and tints

Shades of #475063

#475063
(71,80,99)
#41495A
(65,73,90)
#3B4251
(59,66,81)
#353B48
(53,59,72)
#2F343F
(47,52,63)
#292D36
(41,45,54)
#23262D
(35,38,45)
#1D1F24
(29,31,36)
#17181B
(23,24,27)
#111112
(17,17,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #475063

#475063
(71,80,99)
#575F71
(87,95,113)
#676E7F
(103,110,127)
#777D8D
(119,125,141)
#878C9B
(135,140,155)
#979BA9
(151,155,169)
#A7AAB7
(167,170,183)
#B7B9C5
(183,185,197)
#C7C8D3
(199,200,211)
#D7D7E1
(215,215,225)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475063 color. Also use rgb(71,80,99) instead hex code.

Text Font Color

.myTextColor { color: #475063; }

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

This text font color is #475063.


Background Color

.myBgColor { background-color: #475063; }

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

This div background color is #475063.


Border color

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

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

This div border color is #475063.


Opacity

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

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

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

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

This text has shadow with #475063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475063 on black background.


Color preview on white background

This text has color #475063 on white background.



Black color preview on #475063 background

This text has black color on #475063 background.


White color preview on #475063 background

This text has white color on #475063 background.