COLOR #474654

HEX: #474654
RGB: (71,70,84)

Renk bilgisi

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

RGB renk modeli

#474654 color RGB value is (71,70,84).

  • kırmız ton 71;
  • yeşil ton 70;
  • mavi ton 84.
RGB:
(71,70,84)
(28%,27%,33%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 84 of 255 = 33%

71
70
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 84 = 225 (100%)
R 71 of 225 ~ 31.56%
G 70 of 225 ~ 31.11%
B 84 of 225 ~ 37.33%

%31.56
%31.11
%37.33

CMYK RENK MODELİ

#474654 rengi CMYK tonu (15,17,0,67).

  • camgöbeği tonu 15.48%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(15,17,0,67)
C15M17Y0K67 
(15%,17%,0%,67%)
(0.15/0.17/0.00/0.67)	

CMYK yüzdeleri

%15.48
%16.67
%0
%67.06

Codes

Color #474654 in popluar color models

474654
RGB717084
HSL244°9.09%30.20%
HSB/HSV244°16.67%32.94%
CMYK15.48%16.67%0.00%
67.06%

Color #474654 in popluar number systems.

HEX474654
Decimal717084
Binary100011110001101010100
Octal107106124

Shades and tints

Shades of #474654

#474654
(71,70,84)
#41404D
(65,64,77)
#3B3A46
(59,58,70)
#35343F
(53,52,63)
#2F2E38
(47,46,56)
#292831
(41,40,49)
#23222A
(35,34,42)
#1D1C23
(29,28,35)
#17161C
(23,22,28)
#111015
(17,16,21)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #474654

#474654
(71,70,84)
#575663
(87,86,99)
#676672
(103,102,114)
#777681
(119,118,129)
#878690
(135,134,144)
#97969F
(151,150,159)
#A7A6AE
(167,166,174)
#B7B6BD
(183,182,189)
#C7C6CC
(199,198,204)
#D7D6DB
(215,214,219)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474654 color. Also use rgb(71,70,84) instead hex code.

Text Font Color

.myTextColor { color: #474654; }

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

This text font color is #474654.


Background Color

.myBgColor { background-color: #474654; }

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

This div background color is #474654.


Border color

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

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

This div border color is #474654.


Opacity

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

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

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

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

This text has shadow with #474654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474654 on black background.


Color preview on white background

This text has color #474654 on white background.



Black color preview on #474654 background

This text has black color on #474654 background.


White color preview on #474654 background

This text has white color on #474654 background.