COLOR #475C77

HEX: #475C77
RGB: (71,92,119)

Renk bilgisi

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

RGB renk modeli

#475C77 color RGB value is (71,92,119).

  • kırmız ton 71;
  • yeşil ton 92;
  • mavi ton 119.
RGB:
(71,92,119)
(28%,36%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 119 of 255 = 47%

71
92
119

R + G + B ~ 37%. #475C77 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 119 = 282 (100%)
R 71 of 282 ~ 25.18%
G 92 of 282 ~ 32.62%
B 119 of 282 ~ 42.2%

%25.18
%32.62
%42.2

CMYK RENK MODELİ

#475C77 rengi CMYK tonu (40,23,0,53).

  • camgöbeği tonu 40.34%
  • eflatun tonu 22.69%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(40,23,0,53)
C40M23Y0K53 
(40%,23%,0%,53%)
(0.40/0.23/0.00/0.53)	

CMYK yüzdeleri

%40.34
%22.69
%0
%53.33

Codes

Color #475C77 in popluar color models

475C77
RGB7192119
HSL214°25.26%37.25%
HSB/HSV214°40.34%46.67%
CMYK40.34%22.69%0.00%
53.33%

Color #475C77 in popluar number systems.

HEX475C77
Decimal7192119
Binary100011110111001110111
Octal107134167

Shades and tints

Shades of #475C77

#475C77
(71,92,119)
#41546D
(65,84,109)
#3B4C63
(59,76,99)
#354459
(53,68,89)
#2F3C4F
(47,60,79)
#293445
(41,52,69)
#232C3B
(35,44,59)
#1D2431
(29,36,49)
#171C27
(23,28,39)
#11141D
(17,20,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #475C77

#475C77
(71,92,119)
#576A83
(87,106,131)
#67788F
(103,120,143)
#77869B
(119,134,155)
#8794A7
(135,148,167)
#97A2B3
(151,162,179)
#A7B0BF
(167,176,191)
#B7BECB
(183,190,203)
#C7CCD7
(199,204,215)
#D7DAE3
(215,218,227)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475C77 color. Also use rgb(71,92,119) instead hex code.

Text Font Color

.myTextColor { color: #475C77; }

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

This text font color is #475C77.


Background Color

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

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

This div background color is #475C77.


Border color

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

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

This div border color is #475C77.


Opacity

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

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

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

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

This text has shadow with #475C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C77 on black background.


Color preview on white background

This text has color #475C77 on white background.



Black color preview on #475C77 background

This text has black color on #475C77 background.


White color preview on #475C77 background

This text has white color on #475C77 background.