COLOR #47414B

HEX: #47414B
RGB: (71,65,75)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
65
75

R + G + B ~ 27%. #47414B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 75 = 211 (100%)
R 71 of 211 ~ 33.65%
G 65 of 211 ~ 30.81%
B 75 of 211 ~ 35.55%

%33.65
%30.81
%35.55

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.33
%13.33
%0
%70.59

Codes

Color #47414B in popluar color models

47414B
RGB716575
HSL276°7.14%27.45%
HSB/HSV276°13.33%29.41%
CMYK5.33%13.33%0.00%
70.59%

Color #47414B in popluar number systems.

HEX47414B
Decimal716575
Binary100011110000011001011
Octal107101113

Shades and tints

Shades of #47414B

#47414B
(71,65,75)
#413C45
(65,60,69)
#3B373F
(59,55,63)
#353239
(53,50,57)
#2F2D33
(47,45,51)
#29282D
(41,40,45)
#232327
(35,35,39)
#1D1E21
(29,30,33)
#17191B
(23,25,27)
#111415
(17,20,21)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #47414B

#47414B
(71,65,75)
#57525B
(87,82,91)
#67636B
(103,99,107)
#77747B
(119,116,123)
#87858B
(135,133,139)
#97969B
(151,150,155)
#A7A7AB
(167,167,171)
#B7B8BB
(183,184,187)
#C7C9CB
(199,201,203)
#D7DADB
(215,218,219)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47414B; }

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

This text font color is #47414B.


Background Color

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

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

This div background color is #47414B.


Border color

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

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

This div border color is #47414B.


Opacity

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

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

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

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

This text has shadow with #47414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47414B on black background.


Color preview on white background

This text has color #47414B on white background.



Black color preview on #47414B background

This text has black color on #47414B background.


White color preview on #47414B background

This text has white color on #47414B background.