COLOR #473C5E

HEX: #473C5E
RGB: (71,60,94)

Renk bilgisi

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

RGB renk modeli

#473C5E color RGB value is (71,60,94).

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

RGB bağlantıları ve doygunluk

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

71
60
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 94 = 225 (100%)
R 71 of 225 ~ 31.56%
G 60 of 225 ~ 26.67%
B 94 of 225 ~ 41.78%

%31.56
%26.67
%41.78

CMYK RENK MODELİ

#473C5E rengi CMYK tonu (24,36,0,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 36.17%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(24,36,0,63)
C24M36Y0K63 
(24%,36%,0%,63%)
(0.24/0.36/0.00/0.63)	

CMYK yüzdeleri

%24.47
%36.17
%0
%63.14

Codes

Color #473C5E in popluar color models

473C5E
RGB716094
HSL259°22.08%30.20%
HSB/HSV259°36.17%36.86%
CMYK24.47%36.17%0.00%
63.14%

Color #473C5E in popluar number systems.

HEX473C5E
Decimal716094
Binary10001111111001011110
Octal10774136

Shades and tints

Shades of #473C5E

#473C5E
(71,60,94)
#413756
(65,55,86)
#3B324E
(59,50,78)
#352D46
(53,45,70)
#2F283E
(47,40,62)
#292336
(41,35,54)
#231E2E
(35,30,46)
#1D1926
(29,25,38)
#17141E
(23,20,30)
#110F16
(17,15,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #473C5E

#473C5E
(71,60,94)
#574D6C
(87,77,108)
#675E7A
(103,94,122)
#776F88
(119,111,136)
#878096
(135,128,150)
#9791A4
(151,145,164)
#A7A2B2
(167,162,178)
#B7B3C0
(183,179,192)
#C7C4CE
(199,196,206)
#D7D5DC
(215,213,220)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C5E; }

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

This text font color is #473C5E.


Background Color

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

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

This div background color is #473C5E.


Border color

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

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

This div border color is #473C5E.


Opacity

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

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

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

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

This text has shadow with #473C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C5E on black background.


Color preview on white background

This text has color #473C5E on white background.



Black color preview on #473C5E background

This text has black color on #473C5E background.


White color preview on #473C5E background

This text has white color on #473C5E background.