COLOR #474349

HEX: #474349
RGB: (71,67,73)

Renk bilgisi

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

RGB renk modeli

#474349 color RGB value is (71,67,73).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 67 of 255 = 26%
B 73 of 255 = 29%

71
67
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 67 + 73 = 211 (100%)
R 71 of 211 ~ 33.65%
G 67 of 211 ~ 31.75%
B 73 of 211 ~ 34.6%

%33.65
%31.75
%34.6

CMYK RENK MODELİ

#474349 rengi CMYK tonu (3,8,0,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 8.22%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(3,8,0,71)
C3M8Y0K71 
(3%,8%,0%,71%)
(0.03/0.08/0.00/0.71)	

CMYK yüzdeleri

%2.74
%8.22
%0
%71.37

Codes

Color #474349 in popluar color models

474349
RGB716773
HSL280°4.29%27.45%
HSB/HSV280°8.22%28.63%
CMYK2.74%8.22%0.00%
71.37%

Color #474349 in popluar number systems.

HEX474349
Decimal716773
Binary100011110000111001001
Octal107103111

Shades and tints

Shades of #474349

#474349
(71,67,73)
#413D43
(65,61,67)
#3B373D
(59,55,61)
#353137
(53,49,55)
#2F2B31
(47,43,49)
#29252B
(41,37,43)
#231F25
(35,31,37)
#1D191F
(29,25,31)
#171319
(23,19,25)
#110D13
(17,13,19)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #474349

#474349
(71,67,73)
#575459
(87,84,89)
#676569
(103,101,105)
#777679
(119,118,121)
#878789
(135,135,137)
#979899
(151,152,153)
#A7A9A9
(167,169,169)
#B7BAB9
(183,186,185)
#C7CBC9
(199,203,201)
#D7DCD9
(215,220,217)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474349; }

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

This text font color is #474349.


Background Color

.myBgColor { background-color: #474349; }

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

This div background color is #474349.


Border color

.myBorderColor { border: 1px solid #474349; }

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

This div border color is #474349.


Opacity

.myOpacity80 { color: #474349; opacity: 0.8; }

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

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

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

This text has shadow with #474349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474349 on black background.


Color preview on white background

This text has color #474349 on white background.



Black color preview on #474349 background

This text has black color on #474349 background.


White color preview on #474349 background

This text has white color on #474349 background.