COLOR #473148

HEX: #473148
RGB: (71,49,72)

Renk bilgisi

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

RGB renk modeli

#473148 color RGB value is (71,49,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 49 of 255 = 19%
B 72 of 255 = 28%

71
49
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 49 + 72 = 192 (100%)
R 71 of 192 ~ 36.98%
G 49 of 192 ~ 25.52%
B 72 of 192 ~ 37.5%

%36.98
%25.52
%37.5

CMYK RENK MODELİ

#473148 rengi CMYK tonu (1,32,0,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 31.94%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(1,32,0,72)
C1M32Y0K72 
(1%,32%,0%,72%)
(0.01/0.32/0.00/0.72)	

CMYK yüzdeleri

%1.39
%31.94
%0
%71.76

Codes

Color #473148 in popluar color models

473148
RGB714972
HSL297°19.01%23.73%
HSB/HSV297°31.94%28.24%
CMYK1.39%31.94%0.00%
71.76%

Color #473148 in popluar number systems.

HEX473148
Decimal714972
Binary10001111100011001000
Octal10761110

Shades and tints

Shades of #473148

#473148
(71,49,72)
#412D42
(65,45,66)
#3B293C
(59,41,60)
#352536
(53,37,54)
#2F2130
(47,33,48)
#291D2A
(41,29,42)
#231924
(35,25,36)
#1D151E
(29,21,30)
#171118
(23,17,24)
#110D12
(17,13,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #473148

#473148
(71,49,72)
#574358
(87,67,88)
#675568
(103,85,104)
#776778
(119,103,120)
#877988
(135,121,136)
#978B98
(151,139,152)
#A79DA8
(167,157,168)
#B7AFB8
(183,175,184)
#C7C1C8
(199,193,200)
#D7D3D8
(215,211,216)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473148; }

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

This text font color is #473148.


Background Color

.myBgColor { background-color: #473148; }

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

This div background color is #473148.


Border color

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

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

This div border color is #473148.


Opacity

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

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

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

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

This text has shadow with #473148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473148 on black background.


Color preview on white background

This text has color #473148 on white background.



Black color preview on #473148 background

This text has black color on #473148 background.


White color preview on #473148 background

This text has white color on #473148 background.