COLOR #47373F

HEX: #47373F
RGB: (71,55,63)

Renk bilgisi

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

RGB renk modeli

#47373F color RGB value is (71,55,63).

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

RGB bağlantıları ve doygunluk

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

71
55
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 63 = 189 (100%)
R 71 of 189 ~ 37.57%
G 55 of 189 ~ 29.1%
B 63 of 189 ~ 33.33%

%37.57
%29.1
%33.33

CMYK RENK MODELİ

#47373F rengi CMYK tonu (0,23,11,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 11.27%
  • ana renk tonu 72.16%
CMYK:
(0,23,11,72)
C0M23Y11K72 
(0%,23%,11%,72%)
(0.00/0.23/0.11/0.72)	

CMYK yüzdeleri

%0
%22.54
%11.27
%72.16

Codes

Color #47373F in popluar color models

47373F
RGB715563
HSL330°12.70%24.71%
HSB/HSV330°22.54%27.84%
CMYK0.00%22.54%11.27%
72.16%

Color #47373F in popluar number systems.

HEX47373F
Decimal715563
Binary1000111110111111111
Octal1076777

Shades and tints

Shades of #47373F

#47373F
(71,55,63)
#41323A
(65,50,58)
#3B2D35
(59,45,53)
#352830
(53,40,48)
#2F232B
(47,35,43)
#291E26
(41,30,38)
#231921
(35,25,33)
#1D141C
(29,20,28)
#170F17
(23,15,23)
#110A12
(17,10,18)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #47373F

#47373F
(71,55,63)
#574950
(87,73,80)
#675B61
(103,91,97)
#776D72
(119,109,114)
#877F83
(135,127,131)
#979194
(151,145,148)
#A7A3A5
(167,163,165)
#B7B5B6
(183,181,182)
#C7C7C7
(199,199,199)
#D7D9D8
(215,217,216)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47373F; }

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

This text font color is #47373F.


Background Color

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

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

This div background color is #47373F.


Border color

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

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

This div border color is #47373F.


Opacity

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

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

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

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

This text has shadow with #47373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47373F on black background.


Color preview on white background

This text has color #47373F on white background.



Black color preview on #47373F background

This text has black color on #47373F background.


White color preview on #47373F background

This text has white color on #47373F background.