COLOR #473A57

HEX: #473A57
RGB: (71,58,87)

Renk bilgisi

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

RGB renk modeli

#473A57 color RGB value is (71,58,87).

  • kırmız ton 71;
  • yeşil ton 58;
  • mavi ton 87.
RGB:
(71,58,87)
(28%,23%,34%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 87 of 255 = 34%

71
58
87

R + G + B ~ 28%. #473A57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 87 = 216 (100%)
R 71 of 216 ~ 32.87%
G 58 of 216 ~ 26.85%
B 87 of 216 ~ 40.28%

%32.87
%26.85
%40.28

CMYK RENK MODELİ

#473A57 rengi CMYK tonu (18,33,0,66).

  • camgöbeği tonu 18.39%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(18,33,0,66)
C18M33Y0K66 
(18%,33%,0%,66%)
(0.18/0.33/0.00/0.66)	

CMYK yüzdeleri

%18.39
%33.33
%0
%65.88

Codes

Color #473A57 in popluar color models

473A57
RGB715887
HSL267°20.00%28.43%
HSB/HSV267°33.33%34.12%
CMYK18.39%33.33%0.00%
65.88%

Color #473A57 in popluar number systems.

HEX473A57
Decimal715887
Binary10001111110101010111
Octal10772127

Shades and tints

Shades of #473A57

#473A57
(71,58,87)
#413550
(65,53,80)
#3B3049
(59,48,73)
#352B42
(53,43,66)
#2F263B
(47,38,59)
#292134
(41,33,52)
#231C2D
(35,28,45)
#1D1726
(29,23,38)
#17121F
(23,18,31)
#110D18
(17,13,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #473A57

#473A57
(71,58,87)
#574B66
(87,75,102)
#675C75
(103,92,117)
#776D84
(119,109,132)
#877E93
(135,126,147)
#978FA2
(151,143,162)
#A7A0B1
(167,160,177)
#B7B1C0
(183,177,192)
#C7C2CF
(199,194,207)
#D7D3DE
(215,211,222)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A57 color. Also use rgb(71,58,87) instead hex code.

Text Font Color

.myTextColor { color: #473A57; }

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

This text font color is #473A57.


Background Color

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

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

This div background color is #473A57.


Border color

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

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

This div border color is #473A57.


Opacity

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

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

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

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

This text has shadow with #473A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A57 on black background.


Color preview on white background

This text has color #473A57 on white background.



Black color preview on #473A57 background

This text has black color on #473A57 background.


White color preview on #473A57 background

This text has white color on #473A57 background.