COLOR #47424E

HEX: #47424E
RGB: (71,66,78)

Renk bilgisi

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

RGB renk modeli

#47424E color RGB value is (71,66,78).

  • kırmız ton 71;
  • yeşil ton 66;
  • mavi ton 78.
RGB:
(71,66,78)
(28%,26%,31%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 78 of 255 = 31%

71
66
78

R + G + B ~ 28%. #47424E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 78 = 215 (100%)
R 71 of 215 ~ 33.02%
G 66 of 215 ~ 30.7%
B 78 of 215 ~ 36.28%

%33.02
%30.7
%36.28

CMYK RENK MODELİ

#47424E rengi CMYK tonu (9,15,0,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 15.38%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(9,15,0,69)
C9M15Y0K69 
(9%,15%,0%,69%)
(0.09/0.15/0.00/0.69)	

CMYK yüzdeleri

%8.97
%15.38
%0
%69.41

Codes

Color #47424E in popluar color models

47424E
RGB716678
HSL265°8.33%28.24%
HSB/HSV265°15.38%30.59%
CMYK8.97%15.38%0.00%
69.41%

Color #47424E in popluar number systems.

HEX47424E
Decimal716678
Binary100011110000101001110
Octal107102116

Shades and tints

Shades of #47424E

#47424E
(71,66,78)
#413C47
(65,60,71)
#3B3640
(59,54,64)
#353039
(53,48,57)
#2F2A32
(47,42,50)
#29242B
(41,36,43)
#231E24
(35,30,36)
#1D181D
(29,24,29)
#171216
(23,18,22)
#110C0F
(17,12,15)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #47424E

#47424E
(71,66,78)
#57535E
(87,83,94)
#67646E
(103,100,110)
#77757E
(119,117,126)
#87868E
(135,134,142)
#97979E
(151,151,158)
#A7A8AE
(167,168,174)
#B7B9BE
(183,185,190)
#C7CACE
(199,202,206)
#D7DBDE
(215,219,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47424E color. Also use rgb(71,66,78) instead hex code.

Text Font Color

.myTextColor { color: #47424E; }

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

This text font color is #47424E.


Background Color

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

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

This div background color is #47424E.


Border color

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

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

This div border color is #47424E.


Opacity

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

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

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

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

This text has shadow with #47424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47424E on black background.


Color preview on white background

This text has color #47424E on white background.



Black color preview on #47424E background

This text has black color on #47424E background.


White color preview on #47424E background

This text has white color on #47424E background.