COLOR #470E48

HEX: #470E48
RGB: (71,14,72)

Renk bilgisi

#470E48 contains red, green and blue colors in about the same proportion. #470E48 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#470E48 color RGB value is (71,14,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 14 of 255 = 5%
B 72 of 255 = 28%

71
14
72

R + G + B ~ 20%. #470E48 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 14 + 72 = 157 (100%)
R 71 of 157 ~ 45.22%
G 14 of 157 ~ 8.92%
B 72 of 157 ~ 45.86%

%45.22
%45.86

CMYK RENK MODELİ

#470E48 rengi CMYK tonu (1,81,0,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 80.56%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(1,81,0,72)
C1M81Y0K72 
(1%,81%,0%,72%)
(0.01/0.81/0.00/0.72)	

CMYK yüzdeleri

%1.39
%80.56
%0
%71.76

Codes

Color #470E48 in popluar color models

470E48
RGB711472
HSL299°67.44%16.86%
HSB/HSV299°80.56%28.24%
CMYK1.39%80.56%0.00%
71.76%

Color #470E48 in popluar number systems.

HEX470E48
Decimal711472
Binary100011111101001000
Octal10716110

Shades and tints

Shades of #470E48

#470E48
(71,14,72)
#410D42
(65,13,66)
#3B0C3C
(59,12,60)
#350B36
(53,11,54)
#2F0A30
(47,10,48)
#29092A
(41,9,42)
#230824
(35,8,36)
#1D071E
(29,7,30)
#170618
(23,6,24)
#110512
(17,5,18)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #470E48

#470E48
(71,14,72)
#572358
(87,35,88)
#673868
(103,56,104)
#774D78
(119,77,120)
#876288
(135,98,136)
#977798
(151,119,152)
#A78CA8
(167,140,168)
#B7A1B8
(183,161,184)
#C7B6C8
(199,182,200)
#D7CBD8
(215,203,216)
#E7E0E8
(231,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470E48; }

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

This text font color is #470E48.


Background Color

.myBgColor { background-color: #470E48; }

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

This div background color is #470E48.


Border color

.myBorderColor { border: 1px solid #470E48; }

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

This div border color is #470E48.


Opacity

.myOpacity80 { color: #470E48; opacity: 0.8; }

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

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

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

This text has shadow with #470E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470E48 on black background.


Color preview on white background

This text has color #470E48 on white background.



Black color preview on #470E48 background

This text has black color on #470E48 background.


White color preview on #470E48 background

This text has white color on #470E48 background.