COLOR #473346

HEX: #473346
RGB: (71,51,70)

Renk bilgisi

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

RGB renk modeli

#473346 color RGB value is (71,51,70).

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

RGB bağlantıları ve doygunluk

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

71
51
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 70 = 192 (100%)
R 71 of 192 ~ 36.98%
G 51 of 192 ~ 26.56%
B 70 of 192 ~ 36.46%

%36.98
%26.56
%36.46

CMYK RENK MODELİ

#473346 rengi CMYK tonu (0,28,1,72).

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

CMYK yüzdeleri

%0
%28.17
%1.41
%72.16

Codes

Color #473346 in popluar color models

473346
RGB715170
HSL303°16.39%23.92%
HSB/HSV303°28.17%27.84%
CMYK0.00%28.17%1.41%
72.16%

Color #473346 in popluar number systems.

HEX473346
Decimal715170
Binary10001111100111000110
Octal10763106

Shades and tints

Shades of #473346

#473346
(71,51,70)
#412F40
(65,47,64)
#3B2B3A
(59,43,58)
#352734
(53,39,52)
#2F232E
(47,35,46)
#291F28
(41,31,40)
#231B22
(35,27,34)
#1D171C
(29,23,28)
#171316
(23,19,22)
#110F10
(17,15,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #473346

#473346
(71,51,70)
#574556
(87,69,86)
#675766
(103,87,102)
#776976
(119,105,118)
#877B86
(135,123,134)
#978D96
(151,141,150)
#A79FA6
(167,159,166)
#B7B1B6
(183,177,182)
#C7C3C6
(199,195,198)
#D7D5D6
(215,213,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473346; }

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

This text font color is #473346.


Background Color

.myBgColor { background-color: #473346; }

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

This div background color is #473346.


Border color

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

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

This div border color is #473346.


Opacity

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

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

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

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

This text has shadow with #473346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473346 on black background.


Color preview on white background

This text has color #473346 on white background.



Black color preview on #473346 background

This text has black color on #473346 background.


White color preview on #473346 background

This text has white color on #473346 background.