COLOR #474B48

HEX: #474B48
RGB: (71,75,72)

Renk bilgisi

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

RGB renk modeli

#474B48 color RGB value is (71,75,72).

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

RGB bağlantıları ve doygunluk

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

71
75
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 72 = 218 (100%)
R 71 of 218 ~ 32.57%
G 75 of 218 ~ 34.4%
B 72 of 218 ~ 33.03%

%32.57
%34.4
%33.03

CMYK RENK MODELİ

#474B48 rengi CMYK tonu (5,0,4,71).

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

CMYK yüzdeleri

%5.33
%0
%4
%70.59

Codes

Color #474B48 in popluar color models

474B48
RGB717572
HSL135°2.74%28.63%
HSB/HSV135°5.33%29.41%
CMYK5.33%0.00%4.00%
70.59%

Color #474B48 in popluar number systems.

HEX474B48
Decimal717572
Binary100011110010111001000
Octal107113110

Shades and tints

Shades of #474B48

#474B48
(71,75,72)
#414542
(65,69,66)
#3B3F3C
(59,63,60)
#353936
(53,57,54)
#2F3330
(47,51,48)
#292D2A
(41,45,42)
#232724
(35,39,36)
#1D211E
(29,33,30)
#171B18
(23,27,24)
#111512
(17,21,18)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #474B48

#474B48
(71,75,72)
#575B58
(87,91,88)
#676B68
(103,107,104)
#777B78
(119,123,120)
#878B88
(135,139,136)
#979B98
(151,155,152)
#A7ABA8
(167,171,168)
#B7BBB8
(183,187,184)
#C7CBC8
(199,203,200)
#D7DBD8
(215,219,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B48; }

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

This text font color is #474B48.


Background Color

.myBgColor { background-color: #474B48; }

<div style="background-color:#474B48">Inner text</div>

This div background color is #474B48.


Border color

.myBorderColor { border: 1px solid #474B48; }

<div style="border:3px solid #474B48">Div</div>

This div border color is #474B48.


Opacity

.myOpacity80 { color: #474B48; opacity: 0.8; }

<p style="color:#474B48;opacity:0.8;">80%</p>

Text with #474B48 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 #474B48;}

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

This text has shadow with #474B48 color.

.textShadow {text-shadow: 3px 3px 1px #474B48, 3px 3px 1px red;}

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

This text has shadow with #474B48 primary color and red secondary color.


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

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

This text has shadow with #474B48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B48 on black background.


Color preview on white background

This text has color #474B48 on white background.



Black color preview on #474B48 background

This text has black color on #474B48 background.


White color preview on #474B48 background

This text has white color on #474B48 background.