COLOR #475561

HEX: #475561
RGB: (71,85,97)

Renk bilgisi

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

RGB renk modeli

#475561 color RGB value is (71,85,97).

  • kırmız ton 71;
  • yeşil ton 85;
  • mavi ton 97.
RGB:
(71,85,97)
(28%,33%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 85 of 255 = 33%
B 97 of 255 = 38%

71
85
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 85 + 97 = 253 (100%)
R 71 of 253 ~ 28.06%
G 85 of 253 ~ 33.6%
B 97 of 253 ~ 38.34%

%28.06
%33.6
%38.34

CMYK RENK MODELİ

#475561 rengi CMYK tonu (27,12,0,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 12.37%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(27,12,0,62)
C27M12Y0K62 
(27%,12%,0%,62%)
(0.27/0.12/0.00/0.62)	

CMYK yüzdeleri

%26.8
%12.37
%0
%61.96

Codes

Color #475561 in popluar color models

475561
RGB718597
HSL208°15.48%32.94%
HSB/HSV208°26.80%38.04%
CMYK26.80%12.37%0.00%
61.96%

Color #475561 in popluar number systems.

HEX475561
Decimal718597
Binary100011110101011100001
Octal107125141

Shades and tints

Shades of #475561

#475561
(71,85,97)
#414E59
(65,78,89)
#3B4751
(59,71,81)
#354049
(53,64,73)
#2F3941
(47,57,65)
#293239
(41,50,57)
#232B31
(35,43,49)
#1D2429
(29,36,41)
#171D21
(23,29,33)
#111619
(17,22,25)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #475561

#475561
(71,85,97)
#57646F
(87,100,111)
#67737D
(103,115,125)
#77828B
(119,130,139)
#879199
(135,145,153)
#97A0A7
(151,160,167)
#A7AFB5
(167,175,181)
#B7BEC3
(183,190,195)
#C7CDD1
(199,205,209)
#D7DCDF
(215,220,223)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475561 color. Also use rgb(71,85,97) instead hex code.

Text Font Color

.myTextColor { color: #475561; }

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

This text font color is #475561.


Background Color

.myBgColor { background-color: #475561; }

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

This div background color is #475561.


Border color

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

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

This div border color is #475561.


Opacity

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

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

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

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

This text has shadow with #475561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475561 on black background.


Color preview on white background

This text has color #475561 on white background.



Black color preview on #475561 background

This text has black color on #475561 background.


White color preview on #475561 background

This text has white color on #475561 background.