COLOR #47474B

HEX: #47474B
RGB: (71,71,75)

Renk bilgisi

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

RGB renk modeli

#47474B color RGB value is (71,71,75).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 71 of 255 = 28%
B 75 of 255 = 29%

71
71
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 75 = 217 (100%)
R 71 of 217 ~ 32.72%
G 71 of 217 ~ 32.72%
B 75 of 217 ~ 34.56%

%32.72
%32.72
%34.56

CMYK RENK MODELİ

#47474B rengi CMYK tonu (5,5,0,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 5.33%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(5,5,0,71)
C5M5Y0K71 
(5%,5%,0%,71%)
(0.05/0.05/0.00/0.71)	

CMYK yüzdeleri

%5.33
%5.33
%0
%70.59

Codes

Color #47474B in popluar color models

47474B
RGB717175
HSL240°2.74%28.63%
HSB/HSV240°5.33%29.41%
CMYK5.33%5.33%0.00%
70.59%

Color #47474B in popluar number systems.

HEX47474B
Decimal717175
Binary100011110001111001011
Octal107107113

Shades and tints

Shades of #47474B

#47474B
(71,71,75)
#414145
(65,65,69)
#3B3B3F
(59,59,63)
#353539
(53,53,57)
#2F2F33
(47,47,51)
#29292D
(41,41,45)
#232327
(35,35,39)
#1D1D21
(29,29,33)
#17171B
(23,23,27)
#111115
(17,17,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #47474B

#47474B
(71,71,75)
#57575B
(87,87,91)
#67676B
(103,103,107)
#77777B
(119,119,123)
#87878B
(135,135,139)
#97979B
(151,151,155)
#A7A7AB
(167,167,171)
#B7B7BB
(183,183,187)
#C7C7CB
(199,199,203)
#D7D7DB
(215,215,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47474B color. Also use rgb(71,71,75) instead hex code.

Text Font Color

.myTextColor { color: #47474B; }

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

This text font color is #47474B.


Background Color

.myBgColor { background-color: #47474B; }

<div style="background-color:#47474B">Inner text</div>

This div background color is #47474B.


Border color

.myBorderColor { border: 1px solid #47474B; }

<div style="border:3px solid #47474B">Div</div>

This div border color is #47474B.


Opacity

.myOpacity80 { color: #47474B; opacity: 0.8; }

<p style="color:#47474B;opacity:0.8;">80%</p>

Text with #47474B 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 #47474B;}

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

This text has shadow with #47474B color.

.textShadow {text-shadow: 3px 3px 1px #47474B, 3px 3px 1px red;}

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

This text has shadow with #47474B primary color and red secondary color.


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

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

This text has shadow with #47474B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47474B on black background.


Color preview on white background

This text has color #47474B on white background.



Black color preview on #47474B background

This text has black color on #47474B background.


White color preview on #47474B background

This text has white color on #47474B background.