COLOR #475C6C

HEX: #475C6C
RGB: (71,92,108)

Renk bilgisi

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

RGB renk modeli

#475C6C color RGB value is (71,92,108).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 92 of 255 = 36%
B 108 of 255 = 42%

71
92
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 92 + 108 = 271 (100%)
R 71 of 271 ~ 26.2%
G 92 of 271 ~ 33.95%
B 108 of 271 ~ 39.85%

%26.2
%33.95
%39.85

CMYK RENK MODELİ

#475C6C rengi CMYK tonu (34,15,0,58).

  • camgöbeği tonu 34.26%
  • eflatun tonu 14.81%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(34,15,0,58)
C34M15Y0K58 
(34%,15%,0%,58%)
(0.34/0.15/0.00/0.58)	

CMYK yüzdeleri

%34.26
%14.81
%0
%57.65

Codes

Color #475C6C in popluar color models

475C6C
RGB7192108
HSL206°20.67%35.10%
HSB/HSV206°34.26%42.35%
CMYK34.26%14.81%0.00%
57.65%

Color #475C6C in popluar number systems.

HEX475C6C
Decimal7192108
Binary100011110111001101100
Octal107134154

Shades and tints

Shades of #475C6C

#475C6C
(71,92,108)
#415463
(65,84,99)
#3B4C5A
(59,76,90)
#354451
(53,68,81)
#2F3C48
(47,60,72)
#29343F
(41,52,63)
#232C36
(35,44,54)
#1D242D
(29,36,45)
#171C24
(23,28,36)
#11141B
(17,20,27)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #475C6C

#475C6C
(71,92,108)
#576A79
(87,106,121)
#677886
(103,120,134)
#778693
(119,134,147)
#8794A0
(135,148,160)
#97A2AD
(151,162,173)
#A7B0BA
(167,176,186)
#B7BEC7
(183,190,199)
#C7CCD4
(199,204,212)
#D7DAE1
(215,218,225)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475C6C; }

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

This text font color is #475C6C.


Background Color

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

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

This div background color is #475C6C.


Border color

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

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

This div border color is #475C6C.


Opacity

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

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

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

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

This text has shadow with #475C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475C6C on black background.


Color preview on white background

This text has color #475C6C on white background.



Black color preview on #475C6C background

This text has black color on #475C6C background.


White color preview on #475C6C background

This text has white color on #475C6C background.