COLOR #475866

HEX: #475866
RGB: (71,88,102)

Renk bilgisi

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

RGB renk modeli

#475866 color RGB value is (71,88,102).

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

RGB bağlantıları ve doygunluk

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

71
88
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 88 + 102 = 261 (100%)
R 71 of 261 ~ 27.2%
G 88 of 261 ~ 33.72%
B 102 of 261 ~ 39.08%

%27.2
%33.72
%39.08

CMYK RENK MODELİ

#475866 rengi CMYK tonu (30,14,0,60).

  • camgöbeği tonu 30.39%
  • eflatun tonu 13.73%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(30,14,0,60)
C30M14Y0K60 
(30%,14%,0%,60%)
(0.30/0.14/0.00/0.60)	

CMYK yüzdeleri

%30.39
%13.73
%0
%60

Codes

Color #475866 in popluar color models

475866
RGB7188102
HSL207°17.92%33.92%
HSB/HSV207°30.39%40.00%
CMYK30.39%13.73%0.00%
60.00%

Color #475866 in popluar number systems.

HEX475866
Decimal7188102
Binary100011110110001100110
Octal107130146

Shades and tints

Shades of #475866

#475866
(71,88,102)
#41505D
(65,80,93)
#3B4854
(59,72,84)
#35404B
(53,64,75)
#2F3842
(47,56,66)
#293039
(41,48,57)
#232830
(35,40,48)
#1D2027
(29,32,39)
#17181E
(23,24,30)
#111015
(17,16,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #475866

#475866
(71,88,102)
#576773
(87,103,115)
#677680
(103,118,128)
#77858D
(119,133,141)
#87949A
(135,148,154)
#97A3A7
(151,163,167)
#A7B2B4
(167,178,180)
#B7C1C1
(183,193,193)
#C7D0CE
(199,208,206)
#D7DFDB
(215,223,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475866; }

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

This text font color is #475866.


Background Color

.myBgColor { background-color: #475866; }

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

This div background color is #475866.


Border color

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

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

This div border color is #475866.


Opacity

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

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

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

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

This text has shadow with #475866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475866 on black background.


Color preview on white background

This text has color #475866 on white background.



Black color preview on #475866 background

This text has black color on #475866 background.


White color preview on #475866 background

This text has white color on #475866 background.