COLOR #47393F

HEX: #47393F
RGB: (71,57,63)

Renk bilgisi

#47393F contains red, green and blue colors in about the same proportion. #47393F ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#47393F color RGB value is (71,57,63).

  • kırmız ton 71;
  • yeşil ton 57;
  • mavi ton 63.
RGB:
(71,57,63)
(28%,22%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 57 of 255 = 22%
B 63 of 255 = 25%

71
57
63

R + G + B ~ 25%. #47393F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 57 + 63 = 191 (100%)
R 71 of 191 ~ 37.17%
G 57 of 191 ~ 29.84%
B 63 of 191 ~ 32.98%

%37.17
%29.84
%32.98

CMYK RENK MODELİ

#47393F rengi CMYK tonu (0,20,11,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.72%
  • sarı tonu 11.27%
  • ana renk tonu 72.16%
CMYK:
(0,20,11,72)
C0M20Y11K72 
(0%,20%,11%,72%)
(0.00/0.20/0.11/0.72)	

CMYK yüzdeleri

%0
%19.72
%11.27
%72.16

Codes

Color #47393F in popluar color models

47393F
RGB715763
HSL334°10.94%25.10%
HSB/HSV334°19.72%27.84%
CMYK0.00%19.72%11.27%
72.16%

Color #47393F in popluar number systems.

HEX47393F
Decimal715763
Binary1000111111001111111
Octal1077177

Shades and tints

Shades of #47393F

#47393F
(71,57,63)
#41343A
(65,52,58)
#3B2F35
(59,47,53)
#352A30
(53,42,48)
#2F252B
(47,37,43)
#292026
(41,32,38)
#231B21
(35,27,33)
#1D161C
(29,22,28)
#171117
(23,17,23)
#110C12
(17,12,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #47393F

#47393F
(71,57,63)
#574B50
(87,75,80)
#675D61
(103,93,97)
#776F72
(119,111,114)
#878183
(135,129,131)
#979394
(151,147,148)
#A7A5A5
(167,165,165)
#B7B7B6
(183,183,182)
#C7C9C7
(199,201,199)
#D7DBD8
(215,219,216)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47393F color. Also use rgb(71,57,63) instead hex code.

Text Font Color

.myTextColor { color: #47393F; }

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

This text font color is #47393F.


Background Color

.myBgColor { background-color: #47393F; }

<div style="background-color:#47393F">Inner text</div>

This div background color is #47393F.


Border color

.myBorderColor { border: 1px solid #47393F; }

<div style="border:3px solid #47393F">Div</div>

This div border color is #47393F.


Opacity

.myOpacity80 { color: #47393F; opacity: 0.8; }

<p style="color:#47393F;opacity:0.8;">80%</p>

Text with #47393F 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 #47393F;}

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

This text has shadow with #47393F color.

.textShadow {text-shadow: 3px 3px 1px #47393F, 3px 3px 1px red;}

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

This text has shadow with #47393F primary color and red secondary color.


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

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

This text has shadow with #47393F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47393F on black background.


Color preview on white background

This text has color #47393F on white background.



Black color preview on #47393F background

This text has black color on #47393F background.


White color preview on #47393F background

This text has white color on #47393F background.