COLOR #475064

HEX: #475064
RGB: (71,80,100)

Renk bilgisi

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

RGB renk modeli

#475064 color RGB value is (71,80,100).

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

RGB bağlantıları ve doygunluk

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

71
80
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 100 = 251 (100%)
R 71 of 251 ~ 28.29%
G 80 of 251 ~ 31.87%
B 100 of 251 ~ 39.84%

%28.29
%31.87
%39.84

CMYK RENK MODELİ

#475064 rengi CMYK tonu (29,20,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,20,0,61)
C29M20Y0K61 
(29%,20%,0%,61%)
(0.29/0.20/0.00/0.61)	

CMYK yüzdeleri

%29
%20
%0
%60.78

Codes

Color #475064 in popluar color models

475064
RGB7180100
HSL221°16.96%33.53%
HSB/HSV221°29.00%39.22%
CMYK29.00%20.00%0.00%
60.78%

Color #475064 in popluar number systems.

HEX475064
Decimal7180100
Binary100011110100001100100
Octal107120144

Shades and tints

Shades of #475064

#475064
(71,80,100)
#41495B
(65,73,91)
#3B4252
(59,66,82)
#353B49
(53,59,73)
#2F3440
(47,52,64)
#292D37
(41,45,55)
#23262E
(35,38,46)
#1D1F25
(29,31,37)
#17181C
(23,24,28)
#111113
(17,17,19)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #475064

#475064
(71,80,100)
#575F72
(87,95,114)
#676E80
(103,110,128)
#777D8E
(119,125,142)
#878C9C
(135,140,156)
#979BAA
(151,155,170)
#A7AAB8
(167,170,184)
#B7B9C6
(183,185,198)
#C7C8D4
(199,200,212)
#D7D7E2
(215,215,226)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475064; }

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

This text font color is #475064.


Background Color

.myBgColor { background-color: #475064; }

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

This div background color is #475064.


Border color

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

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

This div border color is #475064.


Opacity

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

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

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

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

This text has shadow with #475064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475064 on black background.


Color preview on white background

This text has color #475064 on white background.



Black color preview on #475064 background

This text has black color on #475064 background.


White color preview on #475064 background

This text has white color on #475064 background.