COLOR #475771

HEX: #475771
RGB: (71,87,113)

Renk bilgisi

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

RGB renk modeli

#475771 color RGB value is (71,87,113).

  • kırmız ton 71;
  • yeşil ton 87;
  • mavi ton 113.
RGB:
(71,87,113)
(28%,34%,44%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 87 of 255 = 34%
B 113 of 255 = 44%

71
87
113

R + G + B ~ 35%. #475771 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 87 + 113 = 271 (100%)
R 71 of 271 ~ 26.2%
G 87 of 271 ~ 32.1%
B 113 of 271 ~ 41.7%

%26.2
%32.1
%41.7

CMYK RENK MODELİ

#475771 rengi CMYK tonu (37,23,0,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 23.01%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(37,23,0,56)
C37M23Y0K56 
(37%,23%,0%,56%)
(0.37/0.23/0.00/0.56)	

CMYK yüzdeleri

%37.17
%23.01
%0
%55.69

Codes

Color #475771 in popluar color models

475771
RGB7187113
HSL217°22.83%36.08%
HSB/HSV217°37.17%44.31%
CMYK37.17%23.01%0.00%
55.69%

Color #475771 in popluar number systems.

HEX475771
Decimal7187113
Binary100011110101111110001
Octal107127161

Shades and tints

Shades of #475771

#475771
(71,87,113)
#415067
(65,80,103)
#3B495D
(59,73,93)
#354253
(53,66,83)
#2F3B49
(47,59,73)
#29343F
(41,52,63)
#232D35
(35,45,53)
#1D262B
(29,38,43)
#171F21
(23,31,33)
#111817
(17,24,23)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #475771

#475771
(71,87,113)
#57667D
(87,102,125)
#677589
(103,117,137)
#778495
(119,132,149)
#8793A1
(135,147,161)
#97A2AD
(151,162,173)
#A7B1B9
(167,177,185)
#B7C0C5
(183,192,197)
#C7CFD1
(199,207,209)
#D7DEDD
(215,222,221)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475771 color. Also use rgb(71,87,113) instead hex code.

Text Font Color

.myTextColor { color: #475771; }

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

This text font color is #475771.


Background Color

.myBgColor { background-color: #475771; }

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

This div background color is #475771.


Border color

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

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

This div border color is #475771.


Opacity

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

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

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

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

This text has shadow with #475771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475771 on black background.


Color preview on white background

This text has color #475771 on white background.



Black color preview on #475771 background

This text has black color on #475771 background.


White color preview on #475771 background

This text has white color on #475771 background.