COLOR #474B49

HEX: #474B49
RGB: (71,75,73)

Renk bilgisi

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

RGB renk modeli

#474B49 color RGB value is (71,75,73).

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

RGB bağlantıları ve doygunluk

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

71
75
73

R + G + B ~ 29%. #474B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 73 = 219 (100%)
R 71 of 219 ~ 32.42%
G 75 of 219 ~ 34.25%
B 73 of 219 ~ 33.33%

%32.42
%34.25
%33.33

CMYK RENK MODELİ

#474B49 rengi CMYK tonu (5,0,3,71).

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

CMYK yüzdeleri

%5.33
%0
%2.67
%70.59

Codes

Color #474B49 in popluar color models

474B49
RGB717573
HSL150°2.74%28.63%
HSB/HSV150°5.33%29.41%
CMYK5.33%0.00%2.67%
70.59%

Color #474B49 in popluar number systems.

HEX474B49
Decimal717573
Binary100011110010111001001
Octal107113111

Shades and tints

Shades of #474B49

#474B49
(71,75,73)
#414543
(65,69,67)
#3B3F3D
(59,63,61)
#353937
(53,57,55)
#2F3331
(47,51,49)
#292D2B
(41,45,43)
#232725
(35,39,37)
#1D211F
(29,33,31)
#171B19
(23,27,25)
#111513
(17,21,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #474B49

#474B49
(71,75,73)
#575B59
(87,91,89)
#676B69
(103,107,105)
#777B79
(119,123,121)
#878B89
(135,139,137)
#979B99
(151,155,153)
#A7ABA9
(167,171,169)
#B7BBB9
(183,187,185)
#C7CBC9
(199,203,201)
#D7DBD9
(215,219,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B49; }

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

This text font color is #474B49.


Background Color

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

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

This div background color is #474B49.


Border color

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

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

This div border color is #474B49.


Opacity

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

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

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

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

This text has shadow with #474B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B49 on black background.


Color preview on white background

This text has color #474B49 on white background.



Black color preview on #474B49 background

This text has black color on #474B49 background.


White color preview on #474B49 background

This text has white color on #474B49 background.