COLOR #47136E

HEX: #47136E
RGB: (71,19,110)

Renk bilgisi

#47136E contains mainly red and blue colors. #47136E ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#47136E color RGB value is (71,19,110).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 19 of 255 = 7%
B 110 of 255 = 43%

71
19
110

R + G + B ~ 26%. #47136E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 19 + 110 = 200 (100%)
R 71 of 200 ~ 35.5%
G 19 of 200 ~ 9.5%
B 110 of 200 ~ 55%

%35.5
%9.5
%55

CMYK RENK MODELİ

#47136E rengi CMYK tonu (35,83,0,57).

  • camgöbeği tonu 35.45%
  • eflatun tonu 82.73%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(35,83,0,57)
C35M83Y0K57 
(35%,83%,0%,57%)
(0.35/0.83/0.00/0.57)	

CMYK yüzdeleri

%35.45
%82.73
%0
%56.86

Codes

Color #47136E in popluar color models

47136E
RGB7119110
HSL274°70.54%25.29%
HSB/HSV274°82.73%43.14%
CMYK35.45%82.73%0.00%
56.86%

Color #47136E in popluar number systems.

HEX47136E
Decimal7119110
Binary1000111100111101110
Octal10723156

Shades and tints

Shades of #47136E

#47136E
(71,19,110)
#411264
(65,18,100)
#3B115A
(59,17,90)
#351050
(53,16,80)
#2F0F46
(47,15,70)
#290E3C
(41,14,60)
#230D32
(35,13,50)
#1D0C28
(29,12,40)
#170B1E
(23,11,30)
#110A14
(17,10,20)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #47136E

#47136E
(71,19,110)
#57287B
(87,40,123)
#673D88
(103,61,136)
#775295
(119,82,149)
#8767A2
(135,103,162)
#977CAF
(151,124,175)
#A791BC
(167,145,188)
#B7A6C9
(183,166,201)
#C7BBD6
(199,187,214)
#D7D0E3
(215,208,227)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47136E color. Also use rgb(71,19,110) instead hex code.

Text Font Color

.myTextColor { color: #47136E; }

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

This text font color is #47136E.


Background Color

.myBgColor { background-color: #47136E; }

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

This div background color is #47136E.


Border color

.myBorderColor { border: 1px solid #47136E; }

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

This div border color is #47136E.


Opacity

.myOpacity80 { color: #47136E; opacity: 0.8; }

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

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

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

This text has shadow with #47136E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47136E on black background.


Color preview on white background

This text has color #47136E on white background.



Black color preview on #47136E background

This text has black color on #47136E background.


White color preview on #47136E background

This text has white color on #47136E background.