COLOR #474451

HEX: #474451
RGB: (71,68,81)

Renk bilgisi

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

RGB renk modeli

#474451 color RGB value is (71,68,81).

  • kırmız ton 71;
  • yeşil ton 68;
  • mavi ton 81.
RGB:
(71,68,81)
(28%,27%,32%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 68 of 255 = 27%
B 81 of 255 = 32%

71
68
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 68 + 81 = 220 (100%)
R 71 of 220 ~ 32.27%
G 68 of 220 ~ 30.91%
B 81 of 220 ~ 36.82%

%32.27
%30.91
%36.82

CMYK RENK MODELİ

#474451 rengi CMYK tonu (12,16,0,68).

  • camgöbeği tonu 12.35%
  • eflatun tonu 16.05%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(12,16,0,68)
C12M16Y0K68 
(12%,16%,0%,68%)
(0.12/0.16/0.00/0.68)	

CMYK yüzdeleri

%12.35
%16.05
%0
%68.24

Codes

Color #474451 in popluar color models

474451
RGB716881
HSL254°8.72%29.22%
HSB/HSV254°16.05%31.76%
CMYK12.35%16.05%0.00%
68.24%

Color #474451 in popluar number systems.

HEX474451
Decimal716881
Binary100011110001001010001
Octal107104121

Shades and tints

Shades of #474451

#474451
(71,68,81)
#413E4A
(65,62,74)
#3B3843
(59,56,67)
#35323C
(53,50,60)
#2F2C35
(47,44,53)
#29262E
(41,38,46)
#232027
(35,32,39)
#1D1A20
(29,26,32)
#171419
(23,20,25)
#110E12
(17,14,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #474451

#474451
(71,68,81)
#575560
(87,85,96)
#67666F
(103,102,111)
#77777E
(119,119,126)
#87888D
(135,136,141)
#97999C
(151,153,156)
#A7AAAB
(167,170,171)
#B7BBBA
(183,187,186)
#C7CCC9
(199,204,201)
#D7DDD8
(215,221,216)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474451 color. Also use rgb(71,68,81) instead hex code.

Text Font Color

.myTextColor { color: #474451; }

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

This text font color is #474451.


Background Color

.myBgColor { background-color: #474451; }

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

This div background color is #474451.


Border color

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

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

This div border color is #474451.


Opacity

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

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

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

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

This text has shadow with #474451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474451 on black background.


Color preview on white background

This text has color #474451 on white background.



Black color preview on #474451 background

This text has black color on #474451 background.


White color preview on #474451 background

This text has white color on #474451 background.