COLOR #47484E

HEX: #47484E
RGB: (71,72,78)

Renk bilgisi

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

RGB renk modeli

#47484E color RGB value is (71,72,78).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 78 of 255 = 31%

71
72
78

R + G + B ~ 29%. #47484E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 78 = 221 (100%)
R 71 of 221 ~ 32.13%
G 72 of 221 ~ 32.58%
B 78 of 221 ~ 35.29%

%32.13
%32.58
%35.29

CMYK RENK MODELİ

#47484E rengi CMYK tonu (9,8,0,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(9,8,0,69)
C9M8Y0K69 
(9%,8%,0%,69%)
(0.09/0.08/0.00/0.69)	

CMYK yüzdeleri

%8.97
%7.69
%0
%69.41

Codes

Color #47484E in popluar color models

47484E
RGB717278
HSL231°4.70%29.22%
HSB/HSV231°8.97%30.59%
CMYK8.97%7.69%0.00%
69.41%

Color #47484E in popluar number systems.

HEX47484E
Decimal717278
Binary100011110010001001110
Octal107110116

Shades and tints

Shades of #47484E

#47484E
(71,72,78)
#414247
(65,66,71)
#3B3C40
(59,60,64)
#353639
(53,54,57)
#2F3032
(47,48,50)
#292A2B
(41,42,43)
#232424
(35,36,36)
#1D1E1D
(29,30,29)
#171816
(23,24,22)
#11120F
(17,18,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #47484E

#47484E
(71,72,78)
#57585E
(87,88,94)
#67686E
(103,104,110)
#77787E
(119,120,126)
#87888E
(135,136,142)
#97989E
(151,152,158)
#A7A8AE
(167,168,174)
#B7B8BE
(183,184,190)
#C7C8CE
(199,200,206)
#D7D8DE
(215,216,222)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47484E; }

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

This text font color is #47484E.


Background Color

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

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

This div background color is #47484E.


Border color

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

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

This div border color is #47484E.


Opacity

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

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

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

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

This text has shadow with #47484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47484E on black background.


Color preview on white background

This text has color #47484E on white background.



Black color preview on #47484E background

This text has black color on #47484E background.


White color preview on #47484E background

This text has white color on #47484E background.