COLOR #47366E

HEX: #47366E
RGB: (71,54,110)

Renk bilgisi

#47366E contains red, green and blue colors in about the same proportion. #47366E ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#47366E color RGB value is (71,54,110).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 54 of 255 = 21%
B 110 of 255 = 43%

71
54
110

R + G + B ~ 31%. #47366E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 110 = 235 (100%)
R 71 of 235 ~ 30.21%
G 54 of 235 ~ 22.98%
B 110 of 235 ~ 46.81%

%30.21
%22.98
%46.81

CMYK RENK MODELİ

#47366E rengi CMYK tonu (35,51,0,57).

  • camgöbeği tonu 35.45%
  • eflatun tonu 50.91%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(35,51,0,57)
C35M51Y0K57 
(35%,51%,0%,57%)
(0.35/0.51/0.00/0.57)	

CMYK yüzdeleri

%35.45
%50.91
%0
%56.86

Codes

Color #47366E in popluar color models

47366E
RGB7154110
HSL258°34.15%32.16%
HSB/HSV258°50.91%43.14%
CMYK35.45%50.91%0.00%
56.86%

Color #47366E in popluar number systems.

HEX47366E
Decimal7154110
Binary10001111101101101110
Octal10766156

Shades and tints

Shades of #47366E

#47366E
(71,54,110)
#413264
(65,50,100)
#3B2E5A
(59,46,90)
#352A50
(53,42,80)
#2F2646
(47,38,70)
#29223C
(41,34,60)
#231E32
(35,30,50)
#1D1A28
(29,26,40)
#17161E
(23,22,30)
#111214
(17,18,20)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #47366E

#47366E
(71,54,110)
#57487B
(87,72,123)
#675A88
(103,90,136)
#776C95
(119,108,149)
#877EA2
(135,126,162)
#9790AF
(151,144,175)
#A7A2BC
(167,162,188)
#B7B4C9
(183,180,201)
#C7C6D6
(199,198,214)
#D7D8E3
(215,216,227)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47366E; }

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

This text font color is #47366E.


Background Color

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

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

This div background color is #47366E.


Border color

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

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

This div border color is #47366E.


Opacity

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

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

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

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

This text has shadow with #47366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47366E on black background.


Color preview on white background

This text has color #47366E on white background.



Black color preview on #47366E background

This text has black color on #47366E background.


White color preview on #47366E background

This text has white color on #47366E background.