COLOR #47476D

HEX: #47476D
RGB: (71,71,109)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
71
109

R + G + B ~ 33%. #47476D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 109 = 251 (100%)
R 71 of 251 ~ 28.29%
G 71 of 251 ~ 28.29%
B 109 of 251 ~ 43.43%

%28.29
%28.29
%43.43

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%34.86
%34.86
%0
%57.25

Codes

Color #47476D in popluar color models

47476D
RGB7171109
HSL240°21.11%35.29%
HSB/HSV240°34.86%42.75%
CMYK34.86%34.86%0.00%
57.25%

Color #47476D in popluar number systems.

HEX47476D
Decimal7171109
Binary100011110001111101101
Octal107107155

Shades and tints

Shades of #47476D

#47476D
(71,71,109)
#414164
(65,65,100)
#3B3B5B
(59,59,91)
#353552
(53,53,82)
#2F2F49
(47,47,73)
#292940
(41,41,64)
#232337
(35,35,55)
#1D1D2E
(29,29,46)
#171725
(23,23,37)
#11111C
(17,17,28)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #47476D

#47476D
(71,71,109)
#57577A
(87,87,122)
#676787
(103,103,135)
#777794
(119,119,148)
#8787A1
(135,135,161)
#9797AE
(151,151,174)
#A7A7BB
(167,167,187)
#B7B7C8
(183,183,200)
#C7C7D5
(199,199,213)
#D7D7E2
(215,215,226)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47476D; }

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

This text font color is #47476D.


Background Color

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

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

This div background color is #47476D.


Border color

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

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

This div border color is #47476D.


Opacity

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

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

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

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

This text has shadow with #47476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47476D on black background.


Color preview on white background

This text has color #47476D on white background.



Black color preview on #47476D background

This text has black color on #47476D background.


White color preview on #47476D background

This text has white color on #47476D background.