COLOR #475C5A

HEX: #475C5A
RGB: (71,92,90)

Renk bilgisi

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

RGB renk modeli

#475C5A color RGB value is (71,92,90).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 90 of 255 = 35%

71
92
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 90 = 253 (100%)
R 71 of 253 ~ 28.06%
G 92 of 253 ~ 36.36%
B 90 of 253 ~ 35.57%

%28.06
%36.36
%35.57

CMYK RENK MODELİ

#475C5A rengi CMYK tonu (23,0,2,64).

  • camgöbeği tonu 22.83%
  • eflatun tonu 0.00%
  • sarı tonu 2.17%
  • ana renk tonu 63.92%
CMYK:
(23,0,2,64)
C23M0Y2K64 
(23%,0%,2%,64%)
(0.23/0.00/0.02/0.64)	

CMYK yüzdeleri

%22.83
%0
%2.17
%63.92

Codes

Color #475C5A in popluar color models

475C5A
RGB719290
HSL174°12.88%31.96%
HSB/HSV174°22.83%36.08%
CMYK22.83%0.00%2.17%
63.92%

Color #475C5A in popluar number systems.

HEX475C5A
Decimal719290
Binary100011110111001011010
Octal107134132

Shades and tints

Shades of #475C5A

#475C5A
(71,92,90)
#415452
(65,84,82)
#3B4C4A
(59,76,74)
#354442
(53,68,66)
#2F3C3A
(47,60,58)
#293432
(41,52,50)
#232C2A
(35,44,42)
#1D2422
(29,36,34)
#171C1A
(23,28,26)
#111412
(17,20,18)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #475C5A

#475C5A
(71,92,90)
#576A69
(87,106,105)
#677878
(103,120,120)
#778687
(119,134,135)
#879496
(135,148,150)
#97A2A5
(151,162,165)
#A7B0B4
(167,176,180)
#B7BEC3
(183,190,195)
#C7CCD2
(199,204,210)
#D7DAE1
(215,218,225)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C5A; }

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

This text font color is #475C5A.


Background Color

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

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

This div background color is #475C5A.


Border color

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

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

This div border color is #475C5A.


Opacity

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

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

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

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

This text has shadow with #475C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C5A on black background.


Color preview on white background

This text has color #475C5A on white background.



Black color preview on #475C5A background

This text has black color on #475C5A background.


White color preview on #475C5A background

This text has white color on #475C5A background.