COLOR #47136D

HEX: #47136D
RGB: (71,19,109)

Renk bilgisi

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

RGB renk modeli

#47136D color RGB value is (71,19,109).

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

RGB bağlantıları ve doygunluk

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

71
19
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 19 + 109 = 199 (100%)
R 71 of 199 ~ 35.68%
G 19 of 199 ~ 9.55%
B 109 of 199 ~ 54.77%

%35.68
%9.55
%54.77

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%34.86
%82.57
%0
%57.25

Codes

Color #47136D in popluar color models

47136D
RGB7119109
HSL275°70.31%25.10%
HSB/HSV275°82.57%42.75%
CMYK34.86%82.57%0.00%
57.25%

Color #47136D in popluar number systems.

HEX47136D
Decimal7119109
Binary1000111100111101101
Octal10723155

Shades and tints

Shades of #47136D

#47136D
(71,19,109)
#411264
(65,18,100)
#3B115B
(59,17,91)
#351052
(53,16,82)
#2F0F49
(47,15,73)
#290E40
(41,14,64)
#230D37
(35,13,55)
#1D0C2E
(29,12,46)
#170B25
(23,11,37)
#110A1C
(17,10,28)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #47136D

#47136D
(71,19,109)
#57287A
(87,40,122)
#673D87
(103,61,135)
#775294
(119,82,148)
#8767A1
(135,103,161)
#977CAE
(151,124,174)
#A791BB
(167,145,187)
#B7A6C8
(183,166,200)
#C7BBD5
(199,187,213)
#D7D0E2
(215,208,226)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47136D; }

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

This text font color is #47136D.


Background Color

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

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

This div background color is #47136D.


Border color

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

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

This div border color is #47136D.


Opacity

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

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

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

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

This text has shadow with #47136D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47136D on black background.


Color preview on white background

This text has color #47136D on white background.



Black color preview on #47136D background

This text has black color on #47136D background.


White color preview on #47136D background

This text has white color on #47136D background.