COLOR #47647E

HEX: #47647E
RGB: (71,100,126)

Renk bilgisi

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

RGB renk modeli

#47647E color RGB value is (71,100,126).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 126.
RGB:
(71,100,126)
(28%,39%,49%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 126 of 255 = 49%

71
100
126

R + G + B ~ 39%. #47647E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 126 = 297 (100%)
R 71 of 297 ~ 23.91%
G 100 of 297 ~ 33.67%
B 126 of 297 ~ 42.42%

%23.91
%33.67
%42.42

CMYK RENK MODELİ

#47647E rengi CMYK tonu (44,21,0,51).

  • camgöbeği tonu 43.65%
  • eflatun tonu 20.63%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(44,21,0,51)
C44M21Y0K51 
(44%,21%,0%,51%)
(0.44/0.21/0.00/0.51)	

CMYK yüzdeleri

%43.65
%20.63
%0
%50.59

Codes

Color #47647E in popluar color models

47647E
RGB71100126
HSL208°27.92%38.63%
HSB/HSV208°43.65%49.41%
CMYK43.65%20.63%0.00%
50.59%

Color #47647E in popluar number systems.

HEX47647E
Decimal71100126
Binary100011111001001111110
Octal107144176

Shades and tints

Shades of #47647E

#47647E
(71,100,126)
#415B73
(65,91,115)
#3B5268
(59,82,104)
#35495D
(53,73,93)
#2F4052
(47,64,82)
#293747
(41,55,71)
#232E3C
(35,46,60)
#1D2531
(29,37,49)
#171C26
(23,28,38)
#11131B
(17,19,27)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #47647E

#47647E
(71,100,126)
#577289
(87,114,137)
#678094
(103,128,148)
#778E9F
(119,142,159)
#879CAA
(135,156,170)
#97AAB5
(151,170,181)
#A7B8C0
(167,184,192)
#B7C6CB
(183,198,203)
#C7D4D6
(199,212,214)
#D7E2E1
(215,226,225)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47647E color. Also use rgb(71,100,126) instead hex code.

Text Font Color

.myTextColor { color: #47647E; }

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

This text font color is #47647E.


Background Color

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

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

This div background color is #47647E.


Border color

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

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

This div border color is #47647E.


Opacity

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

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

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

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

This text has shadow with #47647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47647E on black background.


Color preview on white background

This text has color #47647E on white background.



Black color preview on #47647E background

This text has black color on #47647E background.


White color preview on #47647E background

This text has white color on #47647E background.