COLOR #47004D

HEX: #47004D
RGB: (71,0,77)

Renk bilgisi

#47004D contains only red and blue colors. #47004D ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#47004D color RGB value is (71,0,77).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 0 of 255 = 0%
B 77 of 255 = 30%

71
0
77

R + G + B ~ 19%. #47004D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 0 + 77 = 148 (100%)
R 71 of 148 ~ 47.97%
G 0 of 148 ~ 0%
B 77 of 148 ~ 52.03%

%47.97
%52.03

CMYK RENK MODELİ

#47004D rengi CMYK tonu (8,100,0,70).

  • camgöbeği tonu 7.79%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(8,100,0,70)
C8M100Y0K70 
(8%,100%,0%,70%)
(0.08/1.00/0.00/0.70)	

CMYK yüzdeleri

%7.79
%100
%0
%69.8

Codes

Color #47004D in popluar color models

47004D
RGB71077
HSL295°100.00%15.10%
HSB/HSV295°100.00%30.20%
CMYK7.79%100.00%0.00%
69.80%

Color #47004D in popluar number systems.

HEX47004D
Decimal71077
Binary100011101001101
Octal1070115

Shades and tints

Shades of #47004D

#47004D
(71,0,77)
#410046
(65,0,70)
#3B003F
(59,0,63)
#350038
(53,0,56)
#2F0031
(47,0,49)
#29002A
(41,0,42)
#230023
(35,0,35)
#1D001C
(29,0,28)
#170015
(23,0,21)
#11000E
(17,0,14)
#0B0007
(11,0,7)
#000000
(0,0,0)

Tints of #47004D

#47004D
(71,0,77)
#57175D
(87,23,93)
#672E6D
(103,46,109)
#77457D
(119,69,125)
#875C8D
(135,92,141)
#97739D
(151,115,157)
#A78AAD
(167,138,173)
#B7A1BD
(183,161,189)
#C7B8CD
(199,184,205)
#D7CFDD
(215,207,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47004D color. Also use rgb(71,0,77) instead hex code.

Text Font Color

.myTextColor { color: #47004D; }

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

This text font color is #47004D.


Background Color

.myBgColor { background-color: #47004D; }

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

This div background color is #47004D.


Border color

.myBorderColor { border: 1px solid #47004D; }

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

This div border color is #47004D.


Opacity

.myOpacity80 { color: #47004D; opacity: 0.8; }

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

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

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

This text has shadow with #47004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47004D on black background.


Color preview on white background

This text has color #47004D on white background.



Black color preview on #47004D background

This text has black color on #47004D background.


White color preview on #47004D background

This text has white color on #47004D background.