COLOR #474148

HEX: #474148
RGB: (71,65,72)

Renk bilgisi

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

RGB renk modeli

#474148 color RGB value is (71,65,72).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 72 of 255 = 28%

71
65
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 72 = 208 (100%)
R 71 of 208 ~ 34.13%
G 65 of 208 ~ 31.25%
B 72 of 208 ~ 34.62%

%34.13
%31.25
%34.62

CMYK RENK MODELİ

#474148 rengi CMYK tonu (1,10,0,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 9.72%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(1,10,0,72)
C1M10Y0K72 
(1%,10%,0%,72%)
(0.01/0.10/0.00/0.72)	

CMYK yüzdeleri

%1.39
%9.72
%0
%71.76

Codes

Color #474148 in popluar color models

474148
RGB716572
HSL291°5.11%26.86%
HSB/HSV291°9.72%28.24%
CMYK1.39%9.72%0.00%
71.76%

Color #474148 in popluar number systems.

HEX474148
Decimal716572
Binary100011110000011001000
Octal107101110

Shades and tints

Shades of #474148

#474148
(71,65,72)
#413C42
(65,60,66)
#3B373C
(59,55,60)
#353236
(53,50,54)
#2F2D30
(47,45,48)
#29282A
(41,40,42)
#232324
(35,35,36)
#1D1E1E
(29,30,30)
#171918
(23,25,24)
#111412
(17,20,18)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #474148

#474148
(71,65,72)
#575258
(87,82,88)
#676368
(103,99,104)
#777478
(119,116,120)
#878588
(135,133,136)
#979698
(151,150,152)
#A7A7A8
(167,167,168)
#B7B8B8
(183,184,184)
#C7C9C8
(199,201,200)
#D7DAD8
(215,218,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474148; }

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

This text font color is #474148.


Background Color

.myBgColor { background-color: #474148; }

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

This div background color is #474148.


Border color

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

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

This div border color is #474148.


Opacity

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

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

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

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

This text has shadow with #474148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474148 on black background.


Color preview on white background

This text has color #474148 on white background.



Black color preview on #474148 background

This text has black color on #474148 background.


White color preview on #474148 background

This text has white color on #474148 background.