COLOR #475B6C

HEX: #475B6C
RGB: (71,91,108)

Renk bilgisi

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

RGB renk modeli

#475B6C color RGB value is (71,91,108).

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

RGB bağlantıları ve doygunluk

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

71
91
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 108 = 270 (100%)
R 71 of 270 ~ 26.3%
G 91 of 270 ~ 33.7%
B 108 of 270 ~ 40%

%26.3
%33.7
%40

CMYK RENK MODELİ

#475B6C rengi CMYK tonu (34,16,0,58).

  • camgöbeği tonu 34.26%
  • eflatun tonu 15.74%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(34,16,0,58)
C34M16Y0K58 
(34%,16%,0%,58%)
(0.34/0.16/0.00/0.58)	

CMYK yüzdeleri

%34.26
%15.74
%0
%57.65

Codes

Color #475B6C in popluar color models

475B6C
RGB7191108
HSL208°20.67%35.10%
HSB/HSV208°34.26%42.35%
CMYK34.26%15.74%0.00%
57.65%

Color #475B6C in popluar number systems.

HEX475B6C
Decimal7191108
Binary100011110110111101100
Octal107133154

Shades and tints

Shades of #475B6C

#475B6C
(71,91,108)
#415363
(65,83,99)
#3B4B5A
(59,75,90)
#354351
(53,67,81)
#2F3B48
(47,59,72)
#29333F
(41,51,63)
#232B36
(35,43,54)
#1D232D
(29,35,45)
#171B24
(23,27,36)
#11131B
(17,19,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #475B6C

#475B6C
(71,91,108)
#576979
(87,105,121)
#677786
(103,119,134)
#778593
(119,133,147)
#8793A0
(135,147,160)
#97A1AD
(151,161,173)
#A7AFBA
(167,175,186)
#B7BDC7
(183,189,199)
#C7CBD4
(199,203,212)
#D7D9E1
(215,217,225)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475B6C; }

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

This text font color is #475B6C.


Background Color

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

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

This div background color is #475B6C.


Border color

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

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

This div border color is #475B6C.


Opacity

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

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

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

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

This text has shadow with #475B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B6C on black background.


Color preview on white background

This text has color #475B6C on white background.



Black color preview on #475B6C background

This text has black color on #475B6C background.


White color preview on #475B6C background

This text has white color on #475B6C background.