COLOR #47376D

HEX: #47376D
RGB: (71,55,109)

Renk bilgisi

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

RGB renk modeli

#47376D color RGB value is (71,55,109).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 55 of 255 = 22%
B 109 of 255 = 43%

71
55
109

R + G + B ~ 31%. #47376D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 109 = 235 (100%)
R 71 of 235 ~ 30.21%
G 55 of 235 ~ 23.4%
B 109 of 235 ~ 46.38%

%30.21
%23.4
%46.38

CMYK RENK MODELİ

#47376D rengi CMYK tonu (35,50,0,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 49.54%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(35,50,0,57)
C35M50Y0K57 
(35%,50%,0%,57%)
(0.35/0.50/0.00/0.57)	

CMYK yüzdeleri

%34.86
%49.54
%0
%57.25

Codes

Color #47376D in popluar color models

47376D
RGB7155109
HSL258°32.93%32.16%
HSB/HSV258°49.54%42.75%
CMYK34.86%49.54%0.00%
57.25%

Color #47376D in popluar number systems.

HEX47376D
Decimal7155109
Binary10001111101111101101
Octal10767155

Shades and tints

Shades of #47376D

#47376D
(71,55,109)
#413264
(65,50,100)
#3B2D5B
(59,45,91)
#352852
(53,40,82)
#2F2349
(47,35,73)
#291E40
(41,30,64)
#231937
(35,25,55)
#1D142E
(29,20,46)
#170F25
(23,15,37)
#110A1C
(17,10,28)
#0B0513
(11,5,19)
#000000
(0,0,0)

Tints of #47376D

#47376D
(71,55,109)
#57497A
(87,73,122)
#675B87
(103,91,135)
#776D94
(119,109,148)
#877FA1
(135,127,161)
#9791AE
(151,145,174)
#A7A3BB
(167,163,187)
#B7B5C8
(183,181,200)
#C7C7D5
(199,199,213)
#D7D9E2
(215,217,226)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47376D; }

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

This text font color is #47376D.


Background Color

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

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

This div background color is #47376D.


Border color

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

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

This div border color is #47376D.


Opacity

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

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

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

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

This text has shadow with #47376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47376D on black background.


Color preview on white background

This text has color #47376D on white background.



Black color preview on #47376D background

This text has black color on #47376D background.


White color preview on #47376D background

This text has white color on #47376D background.