COLOR #473370

HEX: #473370
RGB: (71,51,112)

Renk bilgisi

#473370 contains mainly red and blue colors. #473370 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473370 color RGB value is (71,51,112).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 51 of 255 = 20%
B 112 of 255 = 44%

71
51
112

R + G + B ~ 31%. #473370 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 112 = 234 (100%)
R 71 of 234 ~ 30.34%
G 51 of 234 ~ 21.79%
B 112 of 234 ~ 47.86%

%30.34
%21.79
%47.86

CMYK RENK MODELİ

#473370 rengi CMYK tonu (37,54,0,56).

  • camgöbeği tonu 36.61%
  • eflatun tonu 54.46%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(37,54,0,56)
C37M54Y0K56 
(37%,54%,0%,56%)
(0.37/0.54/0.00/0.56)	

CMYK yüzdeleri

%36.61
%54.46
%0
%56.08

Codes

Color #473370 in popluar color models

473370
RGB7151112
HSL260°37.42%31.96%
HSB/HSV260°54.46%43.92%
CMYK36.61%54.46%0.00%
56.08%

Color #473370 in popluar number systems.

HEX473370
Decimal7151112
Binary10001111100111110000
Octal10763160

Shades and tints

Shades of #473370

#473370
(71,51,112)
#412F66
(65,47,102)
#3B2B5C
(59,43,92)
#352752
(53,39,82)
#2F2348
(47,35,72)
#291F3E
(41,31,62)
#231B34
(35,27,52)
#1D172A
(29,23,42)
#171320
(23,19,32)
#110F16
(17,15,22)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #473370

#473370
(71,51,112)
#57457D
(87,69,125)
#67578A
(103,87,138)
#776997
(119,105,151)
#877BA4
(135,123,164)
#978DB1
(151,141,177)
#A79FBE
(167,159,190)
#B7B1CB
(183,177,203)
#C7C3D8
(199,195,216)
#D7D5E5
(215,213,229)
#E7E7F2
(231,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473370; }

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

This text font color is #473370.


Background Color

.myBgColor { background-color: #473370; }

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

This div background color is #473370.


Border color

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

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

This div border color is #473370.


Opacity

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

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

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

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

This text has shadow with #473370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473370 on black background.


Color preview on white background

This text has color #473370 on white background.



Black color preview on #473370 background

This text has black color on #473370 background.


White color preview on #473370 background

This text has white color on #473370 background.