COLOR #473C56

HEX: #473C56
RGB: (71,60,86)

Renk bilgisi

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

RGB renk modeli

#473C56 color RGB value is (71,60,86).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 86 of 255 = 34%

71
60
86

R + G + B ~ 29%. #473C56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 86 = 217 (100%)
R 71 of 217 ~ 32.72%
G 60 of 217 ~ 27.65%
B 86 of 217 ~ 39.63%

%32.72
%27.65
%39.63

CMYK RENK MODELİ

#473C56 rengi CMYK tonu (17,30,0,66).

  • camgöbeği tonu 17.44%
  • eflatun tonu 30.23%
  • sarı tonu 0.00%
  • ana renk tonu 66.27%
CMYK:
(17,30,0,66)
C17M30Y0K66 
(17%,30%,0%,66%)
(0.17/0.30/0.00/0.66)	

CMYK yüzdeleri

%17.44
%30.23
%0
%66.27

Codes

Color #473C56 in popluar color models

473C56
RGB716086
HSL265°17.81%28.63%
HSB/HSV265°30.23%33.73%
CMYK17.44%30.23%0.00%
66.27%

Color #473C56 in popluar number systems.

HEX473C56
Decimal716086
Binary10001111111001010110
Octal10774126

Shades and tints

Shades of #473C56

#473C56
(71,60,86)
#41374F
(65,55,79)
#3B3248
(59,50,72)
#352D41
(53,45,65)
#2F283A
(47,40,58)
#292333
(41,35,51)
#231E2C
(35,30,44)
#1D1925
(29,25,37)
#17141E
(23,20,30)
#110F17
(17,15,23)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #473C56

#473C56
(71,60,86)
#574D65
(87,77,101)
#675E74
(103,94,116)
#776F83
(119,111,131)
#878092
(135,128,146)
#9791A1
(151,145,161)
#A7A2B0
(167,162,176)
#B7B3BF
(183,179,191)
#C7C4CE
(199,196,206)
#D7D5DD
(215,213,221)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473C56; }

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

This text font color is #473C56.


Background Color

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

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

This div background color is #473C56.


Border color

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

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

This div border color is #473C56.


Opacity

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

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

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

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

This text has shadow with #473C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C56 on black background.


Color preview on white background

This text has color #473C56 on white background.



Black color preview on #473C56 background

This text has black color on #473C56 background.


White color preview on #473C56 background

This text has white color on #473C56 background.