COLOR #475D72

HEX: #475D72
RGB: (71,93,114)

Renk bilgisi

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

RGB renk modeli

#475D72 color RGB value is (71,93,114).

  • kırmız ton 71;
  • yeşil ton 93;
  • mavi ton 114.
RGB:
(71,93,114)
(28%,36%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 93 of 255 = 36%
B 114 of 255 = 45%

71
93
114

R + G + B ~ 36%. #475D72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 93 + 114 = 278 (100%)
R 71 of 278 ~ 25.54%
G 93 of 278 ~ 33.45%
B 114 of 278 ~ 41.01%

%25.54
%33.45
%41.01

CMYK RENK MODELİ

#475D72 rengi CMYK tonu (38,18,0,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 18.42%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(38,18,0,55)
C38M18Y0K55 
(38%,18%,0%,55%)
(0.38/0.18/0.00/0.55)	

CMYK yüzdeleri

%37.72
%18.42
%0
%55.29

Codes

Color #475D72 in popluar color models

475D72
RGB7193114
HSL209°23.24%36.27%
HSB/HSV209°37.72%44.71%
CMYK37.72%18.42%0.00%
55.29%

Color #475D72 in popluar number systems.

HEX475D72
Decimal7193114
Binary100011110111011110010
Octal107135162

Shades and tints

Shades of #475D72

#475D72
(71,93,114)
#415568
(65,85,104)
#3B4D5E
(59,77,94)
#354554
(53,69,84)
#2F3D4A
(47,61,74)
#293540
(41,53,64)
#232D36
(35,45,54)
#1D252C
(29,37,44)
#171D22
(23,29,34)
#111518
(17,21,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #475D72

#475D72
(71,93,114)
#576B7E
(87,107,126)
#67798A
(103,121,138)
#778796
(119,135,150)
#8795A2
(135,149,162)
#97A3AE
(151,163,174)
#A7B1BA
(167,177,186)
#B7BFC6
(183,191,198)
#C7CDD2
(199,205,210)
#D7DBDE
(215,219,222)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475D72 color. Also use rgb(71,93,114) instead hex code.

Text Font Color

.myTextColor { color: #475D72; }

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

This text font color is #475D72.


Background Color

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

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

This div background color is #475D72.


Border color

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

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

This div border color is #475D72.


Opacity

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

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

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

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

This text has shadow with #475D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D72 on black background.


Color preview on white background

This text has color #475D72 on white background.



Black color preview on #475D72 background

This text has black color on #475D72 background.


White color preview on #475D72 background

This text has white color on #475D72 background.