COLOR #475966

HEX: #475966
RGB: (71,89,102)

Renk bilgisi

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

RGB renk modeli

#475966 color RGB value is (71,89,102).

  • kırmız ton 71;
  • yeşil ton 89;
  • mavi ton 102.
RGB:
(71,89,102)
(28%,35%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 89 of 255 = 35%
B 102 of 255 = 40%

71
89
102

R + G + B ~ 34%. #475966 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 89 + 102 = 262 (100%)
R 71 of 262 ~ 27.1%
G 89 of 262 ~ 33.97%
B 102 of 262 ~ 38.93%

%27.1
%33.97
%38.93

CMYK RENK MODELİ

#475966 rengi CMYK tonu (30,13,0,60).

  • camgöbeği tonu 30.39%
  • eflatun tonu 12.75%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(30,13,0,60)
C30M13Y0K60 
(30%,13%,0%,60%)
(0.30/0.13/0.00/0.60)	

CMYK yüzdeleri

%30.39
%12.75
%0
%60

Codes

Color #475966 in popluar color models

475966
RGB7189102
HSL205°17.92%33.92%
HSB/HSV205°30.39%40.00%
CMYK30.39%12.75%0.00%
60.00%

Color #475966 in popluar number systems.

HEX475966
Decimal7189102
Binary100011110110011100110
Octal107131146

Shades and tints

Shades of #475966

#475966
(71,89,102)
#41515D
(65,81,93)
#3B4954
(59,73,84)
#35414B
(53,65,75)
#2F3942
(47,57,66)
#293139
(41,49,57)
#232930
(35,41,48)
#1D2127
(29,33,39)
#17191E
(23,25,30)
#111115
(17,17,21)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #475966

#475966
(71,89,102)
#576873
(87,104,115)
#677780
(103,119,128)
#77868D
(119,134,141)
#87959A
(135,149,154)
#97A4A7
(151,164,167)
#A7B3B4
(167,179,180)
#B7C2C1
(183,194,193)
#C7D1CE
(199,209,206)
#D7E0DB
(215,224,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475966 color. Also use rgb(71,89,102) instead hex code.

Text Font Color

.myTextColor { color: #475966; }

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

This text font color is #475966.


Background Color

.myBgColor { background-color: #475966; }

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

This div background color is #475966.


Border color

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

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

This div border color is #475966.


Opacity

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

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

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

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

This text has shadow with #475966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475966 on black background.


Color preview on white background

This text has color #475966 on white background.



Black color preview on #475966 background

This text has black color on #475966 background.


White color preview on #475966 background

This text has white color on #475966 background.