COLOR #424E5A

HEX: #424E5A
RGB: (66,78,90)

Renk bilgisi

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

RGB renk modeli

#424E5A color RGB value is (66,78,90).

  • kırmız ton 66;
  • yeşil ton 78;
  • mavi ton 90.
RGB:
(66,78,90)
(26%,31%,35%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 78 of 255 = 31%
B 90 of 255 = 35%

66
78
90

R + G + B ~ 31%. #424E5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 78 + 90 = 234 (100%)
R 66 of 234 ~ 28.21%
G 78 of 234 ~ 33.33%
B 90 of 234 ~ 38.46%

%28.21
%33.33
%38.46

CMYK RENK MODELİ

#424E5A rengi CMYK tonu (27,13,0,65).

  • camgöbeği tonu 26.67%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(27,13,0,65)
C27M13Y0K65 
(27%,13%,0%,65%)
(0.27/0.13/0.00/0.65)	

CMYK yüzdeleri

%26.67
%13.33
%0
%64.71

Codes

Color #424E5A in popluar color models

424E5A
RGB667890
HSL210°15.38%30.59%
HSB/HSV210°26.67%35.29%
CMYK26.67%13.33%0.00%
64.71%

Color #424E5A in popluar number systems.

HEX424E5A
Decimal667890
Binary100001010011101011010
Octal102116132

Shades and tints

Shades of #424E5A

#424E5A
(66,78,90)
#3C4752
(60,71,82)
#36404A
(54,64,74)
#303942
(48,57,66)
#2A323A
(42,50,58)
#242B32
(36,43,50)
#1E242A
(30,36,42)
#181D22
(24,29,34)
#12161A
(18,22,26)
#0C0F12
(12,15,18)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #424E5A

#424E5A
(66,78,90)
#535E69
(83,94,105)
#646E78
(100,110,120)
#757E87
(117,126,135)
#868E96
(134,142,150)
#979EA5
(151,158,165)
#A8AEB4
(168,174,180)
#B9BEC3
(185,190,195)
#CACED2
(202,206,210)
#DBDEE1
(219,222,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E5A color. Also use rgb(66,78,90) instead hex code.

Text Font Color

.myTextColor { color: #424E5A; }

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

This text font color is #424E5A.


Background Color

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

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

This div background color is #424E5A.


Border color

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

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

This div border color is #424E5A.


Opacity

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

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

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

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

This text has shadow with #424E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E5A on black background.


Color preview on white background

This text has color #424E5A on white background.



Black color preview on #424E5A background

This text has black color on #424E5A background.


White color preview on #424E5A background

This text has white color on #424E5A background.