COLOR #424C53

HEX: #424C53
RGB: (66,76,83)

Renk bilgisi

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

RGB renk modeli

#424C53 color RGB value is (66,76,83).

  • kırmız ton 66;
  • yeşil ton 76;
  • mavi ton 83.
RGB:
(66,76,83)
(26%,30%,33%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 76 of 255 = 30%
B 83 of 255 = 33%

66
76
83

R + G + B ~ 30%. #424C53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 76 + 83 = 225 (100%)
R 66 of 225 ~ 29.33%
G 76 of 225 ~ 33.78%
B 83 of 225 ~ 36.89%

%29.33
%33.78
%36.89

CMYK RENK MODELİ

#424C53 rengi CMYK tonu (20,8,0,67).

  • camgöbeği tonu 20.48%
  • eflatun tonu 8.43%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(20,8,0,67)
C20M8Y0K67 
(20%,8%,0%,67%)
(0.20/0.08/0.00/0.67)	

CMYK yüzdeleri

%20.48
%8.43
%0
%67.45

Codes

Color #424C53 in popluar color models

424C53
RGB667683
HSL205°11.41%29.22%
HSB/HSV205°20.48%32.55%
CMYK20.48%8.43%0.00%
67.45%

Color #424C53 in popluar number systems.

HEX424C53
Decimal667683
Binary100001010011001010011
Octal102114123

Shades and tints

Shades of #424C53

#424C53
(66,76,83)
#3C464C
(60,70,76)
#364045
(54,64,69)
#303A3E
(48,58,62)
#2A3437
(42,52,55)
#242E30
(36,46,48)
#1E2829
(30,40,41)
#182222
(24,34,34)
#121C1B
(18,28,27)
#0C1614
(12,22,20)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #424C53

#424C53
(66,76,83)
#535C62
(83,92,98)
#646C71
(100,108,113)
#757C80
(117,124,128)
#868C8F
(134,140,143)
#979C9E
(151,156,158)
#A8ACAD
(168,172,173)
#B9BCBC
(185,188,188)
#CACCCB
(202,204,203)
#DBDCDA
(219,220,218)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424C53 color. Also use rgb(66,76,83) instead hex code.

Text Font Color

.myTextColor { color: #424C53; }

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

This text font color is #424C53.


Background Color

.myBgColor { background-color: #424C53; }

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

This div background color is #424C53.


Border color

.myBorderColor { border: 1px solid #424C53; }

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

This div border color is #424C53.


Opacity

.myOpacity80 { color: #424C53; opacity: 0.8; }

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

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

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

This text has shadow with #424C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C53 on black background.


Color preview on white background

This text has color #424C53 on white background.



Black color preview on #424C53 background

This text has black color on #424C53 background.


White color preview on #424C53 background

This text has white color on #424C53 background.