COLOR #473C5F

HEX: #473C5F
RGB: (71,60,95)

Renk bilgisi

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

RGB renk modeli

#473C5F color RGB value is (71,60,95).

  • kırmız ton 71;
  • yeşil ton 60;
  • mavi ton 95.
RGB:
(71,60,95)
(28%,24%,37%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 95 of 255 = 37%

71
60
95

R + G + B ~ 30%. #473C5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 95 = 226 (100%)
R 71 of 226 ~ 31.42%
G 60 of 226 ~ 26.55%
B 95 of 226 ~ 42.04%

%31.42
%26.55
%42.04

CMYK RENK MODELİ

#473C5F rengi CMYK tonu (25,37,0,63).

  • camgöbeği tonu 25.26%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(25,37,0,63)
C25M37Y0K63 
(25%,37%,0%,63%)
(0.25/0.37/0.00/0.63)	

CMYK yüzdeleri

%25.26
%36.84
%0
%62.75

Codes

Color #473C5F in popluar color models

473C5F
RGB716095
HSL259°22.58%30.39%
HSB/HSV259°36.84%37.25%
CMYK25.26%36.84%0.00%
62.75%

Color #473C5F in popluar number systems.

HEX473C5F
Decimal716095
Binary10001111111001011111
Octal10774137

Shades and tints

Shades of #473C5F

#473C5F
(71,60,95)
#413757
(65,55,87)
#3B324F
(59,50,79)
#352D47
(53,45,71)
#2F283F
(47,40,63)
#292337
(41,35,55)
#231E2F
(35,30,47)
#1D1927
(29,25,39)
#17141F
(23,20,31)
#110F17
(17,15,23)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #473C5F

#473C5F
(71,60,95)
#574D6D
(87,77,109)
#675E7B
(103,94,123)
#776F89
(119,111,137)
#878097
(135,128,151)
#9791A5
(151,145,165)
#A7A2B3
(167,162,179)
#B7B3C1
(183,179,193)
#C7C4CF
(199,196,207)
#D7D5DD
(215,213,221)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C5F color. Also use rgb(71,60,95) instead hex code.

Text Font Color

.myTextColor { color: #473C5F; }

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

This text font color is #473C5F.


Background Color

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

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

This div background color is #473C5F.


Border color

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

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

This div border color is #473C5F.


Opacity

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

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

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

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

This text has shadow with #473C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C5F on black background.


Color preview on white background

This text has color #473C5F on white background.



Black color preview on #473C5F background

This text has black color on #473C5F background.


White color preview on #473C5F background

This text has white color on #473C5F background.