COLOR #474249

HEX: #474249
RGB: (71,66,73)

Renk bilgisi

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

RGB renk modeli

#474249 color RGB value is (71,66,73).

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

RGB bağlantıları ve doygunluk

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

71
66
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 73 = 210 (100%)
R 71 of 210 ~ 33.81%
G 66 of 210 ~ 31.43%
B 73 of 210 ~ 34.76%

%33.81
%31.43
%34.76

CMYK RENK MODELİ

#474249 rengi CMYK tonu (3,10,0,71).

  • camgöbeği tonu 2.74%
  • eflatun tonu 9.59%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(3,10,0,71)
C3M10Y0K71 
(3%,10%,0%,71%)
(0.03/0.10/0.00/0.71)	

CMYK yüzdeleri

%2.74
%9.59
%0
%71.37

Codes

Color #474249 in popluar color models

474249
RGB716673
HSL283°5.04%27.25%
HSB/HSV283°9.59%28.63%
CMYK2.74%9.59%0.00%
71.37%

Color #474249 in popluar number systems.

HEX474249
Decimal716673
Binary100011110000101001001
Octal107102111

Shades and tints

Shades of #474249

#474249
(71,66,73)
#413C43
(65,60,67)
#3B363D
(59,54,61)
#353037
(53,48,55)
#2F2A31
(47,42,49)
#29242B
(41,36,43)
#231E25
(35,30,37)
#1D181F
(29,24,31)
#171219
(23,18,25)
#110C13
(17,12,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #474249

#474249
(71,66,73)
#575359
(87,83,89)
#676469
(103,100,105)
#777579
(119,117,121)
#878689
(135,134,137)
#979799
(151,151,153)
#A7A8A9
(167,168,169)
#B7B9B9
(183,185,185)
#C7CAC9
(199,202,201)
#D7DBD9
(215,219,217)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474249; }

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

This text font color is #474249.


Background Color

.myBgColor { background-color: #474249; }

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

This div background color is #474249.


Border color

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

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

This div border color is #474249.


Opacity

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

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

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

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

This text has shadow with #474249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474249 on black background.


Color preview on white background

This text has color #474249 on white background.



Black color preview on #474249 background

This text has black color on #474249 background.


White color preview on #474249 background

This text has white color on #474249 background.