COLOR #473347

HEX: #473347
RGB: (71,51,71)

Renk bilgisi

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

RGB renk modeli

#473347 color RGB value is (71,51,71).

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

RGB bağlantıları ve doygunluk

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

71
51
71

R + G + B ~ 25%. #473347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 71 = 193 (100%)
R 71 of 193 ~ 36.79%
G 51 of 193 ~ 26.42%
B 71 of 193 ~ 36.79%

%36.79
%26.42
%36.79

CMYK RENK MODELİ

#473347 rengi CMYK tonu (0,28,0,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.17%
  • sarı tonu 0.00%
  • ana renk tonu 72.16%
CMYK:
(0,28,0,72)
C0M28Y0K72 
(0%,28%,0%,72%)
(0.00/0.28/0.00/0.72)	

CMYK yüzdeleri

%0
%28.17
%0
%72.16

Codes

Color #473347 in popluar color models

473347
RGB715171
HSL300°16.39%23.92%
HSB/HSV300°28.17%27.84%
CMYK0.00%28.17%0.00%
72.16%

Color #473347 in popluar number systems.

HEX473347
Decimal715171
Binary10001111100111000111
Octal10763107

Shades and tints

Shades of #473347

#473347
(71,51,71)
#412F41
(65,47,65)
#3B2B3B
(59,43,59)
#352735
(53,39,53)
#2F232F
(47,35,47)
#291F29
(41,31,41)
#231B23
(35,27,35)
#1D171D
(29,23,29)
#171317
(23,19,23)
#110F11
(17,15,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #473347

#473347
(71,51,71)
#574557
(87,69,87)
#675767
(103,87,103)
#776977
(119,105,119)
#877B87
(135,123,135)
#978D97
(151,141,151)
#A79FA7
(167,159,167)
#B7B1B7
(183,177,183)
#C7C3C7
(199,195,199)
#D7D5D7
(215,213,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473347; }

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

This text font color is #473347.


Background Color

.myBgColor { background-color: #473347; }

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

This div background color is #473347.


Border color

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

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

This div border color is #473347.


Opacity

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

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

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

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

This text has shadow with #473347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473347 on black background.


Color preview on white background

This text has color #473347 on white background.



Black color preview on #473347 background

This text has black color on #473347 background.


White color preview on #473347 background

This text has white color on #473347 background.