COLOR #473F68

HEX: #473F68
RGB: (71,63,104)

Renk bilgisi

#473F68 contains red, green and blue colors in about the same proportion. #473F68 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473F68 color RGB value is (71,63,104).

  • kırmız ton 71;
  • yeşil ton 63;
  • mavi ton 104.
RGB:
(71,63,104)
(28%,25%,41%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 63 of 255 = 25%
B 104 of 255 = 41%

71
63
104

R + G + B ~ 31%. #473F68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 63 + 104 = 238 (100%)
R 71 of 238 ~ 29.83%
G 63 of 238 ~ 26.47%
B 104 of 238 ~ 43.7%

%29.83
%26.47
%43.7

CMYK RENK MODELİ

#473F68 rengi CMYK tonu (32,39,0,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 39.42%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(32,39,0,59)
C32M39Y0K59 
(32%,39%,0%,59%)
(0.32/0.39/0.00/0.59)	

CMYK yüzdeleri

%31.73
%39.42
%0
%59.22

Codes

Color #473F68 in popluar color models

473F68
RGB7163104
HSL252°24.55%32.75%
HSB/HSV252°39.42%40.78%
CMYK31.73%39.42%0.00%
59.22%

Color #473F68 in popluar number systems.

HEX473F68
Decimal7163104
Binary10001111111111101000
Octal10777150

Shades and tints

Shades of #473F68

#473F68
(71,63,104)
#413A5F
(65,58,95)
#3B3556
(59,53,86)
#35304D
(53,48,77)
#2F2B44
(47,43,68)
#29263B
(41,38,59)
#232132
(35,33,50)
#1D1C29
(29,28,41)
#171720
(23,23,32)
#111217
(17,18,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #473F68

#473F68
(71,63,104)
#575075
(87,80,117)
#676182
(103,97,130)
#77728F
(119,114,143)
#87839C
(135,131,156)
#9794A9
(151,148,169)
#A7A5B6
(167,165,182)
#B7B6C3
(183,182,195)
#C7C7D0
(199,199,208)
#D7D8DD
(215,216,221)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473F68 color. Also use rgb(71,63,104) instead hex code.

Text Font Color

.myTextColor { color: #473F68; }

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

This text font color is #473F68.


Background Color

.myBgColor { background-color: #473F68; }

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

This div background color is #473F68.


Border color

.myBorderColor { border: 1px solid #473F68; }

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

This div border color is #473F68.


Opacity

.myOpacity80 { color: #473F68; opacity: 0.8; }

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

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

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

This text has shadow with #473F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F68 on black background.


Color preview on white background

This text has color #473F68 on white background.



Black color preview on #473F68 background

This text has black color on #473F68 background.


White color preview on #473F68 background

This text has white color on #473F68 background.