COLOR #424A53

HEX: #424A53
RGB: (66,74,83)

Renk bilgisi

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

RGB renk modeli

#424A53 color RGB value is (66,74,83).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 83 of 255 = 33%

66
74
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 83 = 223 (100%)
R 66 of 223 ~ 29.6%
G 74 of 223 ~ 33.18%
B 83 of 223 ~ 37.22%

%29.6
%33.18
%37.22

CMYK RENK MODELİ

#424A53 rengi CMYK tonu (20,11,0,67).

  • camgöbeği tonu 20.48%
  • eflatun tonu 10.84%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(20,11,0,67)
C20M11Y0K67 
(20%,11%,0%,67%)
(0.20/0.11/0.00/0.67)	

CMYK yüzdeleri

%20.48
%10.84
%0
%67.45

Codes

Color #424A53 in popluar color models

424A53
RGB667483
HSL212°11.41%29.22%
HSB/HSV212°20.48%32.55%
CMYK20.48%10.84%0.00%
67.45%

Color #424A53 in popluar number systems.

HEX424A53
Decimal667483
Binary100001010010101010011
Octal102112123

Shades and tints

Shades of #424A53

#424A53
(66,74,83)
#3C444C
(60,68,76)
#363E45
(54,62,69)
#30383E
(48,56,62)
#2A3237
(42,50,55)
#242C30
(36,44,48)
#1E2629
(30,38,41)
#182022
(24,32,34)
#121A1B
(18,26,27)
#0C1414
(12,20,20)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #424A53

#424A53
(66,74,83)
#535A62
(83,90,98)
#646A71
(100,106,113)
#757A80
(117,122,128)
#868A8F
(134,138,143)
#979A9E
(151,154,158)
#A8AAAD
(168,170,173)
#B9BABC
(185,186,188)
#CACACB
(202,202,203)
#DBDADA
(219,218,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A53; }

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

This text font color is #424A53.


Background Color

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

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

This div background color is #424A53.


Border color

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

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

This div border color is #424A53.


Opacity

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

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

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

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

This text has shadow with #424A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A53 on black background.


Color preview on white background

This text has color #424A53 on white background.



Black color preview on #424A53 background

This text has black color on #424A53 background.


White color preview on #424A53 background

This text has white color on #424A53 background.