COLOR #473367

HEX: #473367
RGB: (71,51,103)

Renk bilgisi

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

RGB renk modeli

#473367 color RGB value is (71,51,103).

  • kırmız ton 71;
  • yeşil ton 51;
  • mavi ton 103.
RGB:
(71,51,103)
(28%,20%,40%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 51 of 255 = 20%
B 103 of 255 = 40%

71
51
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 103 = 225 (100%)
R 71 of 225 ~ 31.56%
G 51 of 225 ~ 22.67%
B 103 of 225 ~ 45.78%

%31.56
%22.67
%45.78

CMYK RENK MODELİ

#473367 rengi CMYK tonu (31,50,0,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 50.49%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(31,50,0,60)
C31M50Y0K60 
(31%,50%,0%,60%)
(0.31/0.50/0.00/0.60)	

CMYK yüzdeleri

%31.07
%50.49
%0
%59.61

Codes

Color #473367 in popluar color models

473367
RGB7151103
HSL263°33.77%30.20%
HSB/HSV263°50.49%40.39%
CMYK31.07%50.49%0.00%
59.61%

Color #473367 in popluar number systems.

HEX473367
Decimal7151103
Binary10001111100111100111
Octal10763147

Shades and tints

Shades of #473367

#473367
(71,51,103)
#412F5E
(65,47,94)
#3B2B55
(59,43,85)
#35274C
(53,39,76)
#2F2343
(47,35,67)
#291F3A
(41,31,58)
#231B31
(35,27,49)
#1D1728
(29,23,40)
#17131F
(23,19,31)
#110F16
(17,15,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #473367

#473367
(71,51,103)
#574574
(87,69,116)
#675781
(103,87,129)
#77698E
(119,105,142)
#877B9B
(135,123,155)
#978DA8
(151,141,168)
#A79FB5
(167,159,181)
#B7B1C2
(183,177,194)
#C7C3CF
(199,195,207)
#D7D5DC
(215,213,220)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473367 color. Also use rgb(71,51,103) instead hex code.

Text Font Color

.myTextColor { color: #473367; }

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

This text font color is #473367.


Background Color

.myBgColor { background-color: #473367; }

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

This div background color is #473367.


Border color

.myBorderColor { border: 1px solid #473367; }

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

This div border color is #473367.


Opacity

.myOpacity80 { color: #473367; opacity: 0.8; }

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

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

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

This text has shadow with #473367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473367 on black background.


Color preview on white background

This text has color #473367 on white background.



Black color preview on #473367 background

This text has black color on #473367 background.


White color preview on #473367 background

This text has white color on #473367 background.