COLOR #424B57

HEX: #424B57
RGB: (66,75,87)

Renk bilgisi

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

RGB renk modeli

#424B57 color RGB value is (66,75,87).

  • kırmız ton 66;
  • yeşil ton 75;
  • mavi ton 87.
RGB:
(66,75,87)
(26%,29%,34%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 75 of 255 = 29%
B 87 of 255 = 34%

66
75
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 75 + 87 = 228 (100%)
R 66 of 228 ~ 28.95%
G 75 of 228 ~ 32.89%
B 87 of 228 ~ 38.16%

%28.95
%32.89
%38.16

CMYK RENK MODELİ

#424B57 rengi CMYK tonu (24,14,0,66).

  • camgöbeği tonu 24.14%
  • eflatun tonu 13.79%
  • sarı tonu 0.00%
  • ana renk tonu 65.88%
CMYK:
(24,14,0,66)
C24M14Y0K66 
(24%,14%,0%,66%)
(0.24/0.14/0.00/0.66)	

CMYK yüzdeleri

%24.14
%13.79
%0
%65.88

Codes

Color #424B57 in popluar color models

424B57
RGB667587
HSL214°13.73%30.00%
HSB/HSV214°24.14%34.12%
CMYK24.14%13.79%0.00%
65.88%

Color #424B57 in popluar number systems.

HEX424B57
Decimal667587
Binary100001010010111010111
Octal102113127

Shades and tints

Shades of #424B57

#424B57
(66,75,87)
#3C4550
(60,69,80)
#363F49
(54,63,73)
#303942
(48,57,66)
#2A333B
(42,51,59)
#242D34
(36,45,52)
#1E272D
(30,39,45)
#182126
(24,33,38)
#121B1F
(18,27,31)
#0C1518
(12,21,24)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #424B57

#424B57
(66,75,87)
#535B66
(83,91,102)
#646B75
(100,107,117)
#757B84
(117,123,132)
#868B93
(134,139,147)
#979BA2
(151,155,162)
#A8ABB1
(168,171,177)
#B9BBC0
(185,187,192)
#CACBCF
(202,203,207)
#DBDBDE
(219,219,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B57 color. Also use rgb(66,75,87) instead hex code.

Text Font Color

.myTextColor { color: #424B57; }

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

This text font color is #424B57.


Background Color

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

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

This div background color is #424B57.


Border color

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

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

This div border color is #424B57.


Opacity

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

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

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

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

This text has shadow with #424B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B57 on black background.


Color preview on white background

This text has color #424B57 on white background.



Black color preview on #424B57 background

This text has black color on #424B57 background.


White color preview on #424B57 background

This text has white color on #424B57 background.