COLOR #424E5B

HEX: #424E5B
RGB: (66,78,91)

Renk bilgisi

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

RGB renk modeli

#424E5B color RGB value is (66,78,91).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 78 of 255 = 31%
B 91 of 255 = 36%

66
78
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 78 + 91 = 235 (100%)
R 66 of 235 ~ 28.09%
G 78 of 235 ~ 33.19%
B 91 of 235 ~ 38.72%

%28.09
%33.19
%38.72

CMYK RENK MODELİ

#424E5B rengi CMYK tonu (27,14,0,64).

  • camgöbeği tonu 27.47%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(27,14,0,64)
C27M14Y0K64 
(27%,14%,0%,64%)
(0.27/0.14/0.00/0.64)	

CMYK yüzdeleri

%27.47
%14.29
%0
%64.31

Codes

Color #424E5B in popluar color models

424E5B
RGB667891
HSL211°15.92%30.78%
HSB/HSV211°27.47%35.69%
CMYK27.47%14.29%0.00%
64.31%

Color #424E5B in popluar number systems.

HEX424E5B
Decimal667891
Binary100001010011101011011
Octal102116133

Shades and tints

Shades of #424E5B

#424E5B
(66,78,91)
#3C4753
(60,71,83)
#36404B
(54,64,75)
#303943
(48,57,67)
#2A323B
(42,50,59)
#242B33
(36,43,51)
#1E242B
(30,36,43)
#181D23
(24,29,35)
#12161B
(18,22,27)
#0C0F13
(12,15,19)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #424E5B

#424E5B
(66,78,91)
#535E69
(83,94,105)
#646E77
(100,110,119)
#757E85
(117,126,133)
#868E93
(134,142,147)
#979EA1
(151,158,161)
#A8AEAF
(168,174,175)
#B9BEBD
(185,190,189)
#CACECB
(202,206,203)
#DBDED9
(219,222,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E5B; }

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

This text font color is #424E5B.


Background Color

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

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

This div background color is #424E5B.


Border color

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

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

This div border color is #424E5B.


Opacity

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

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

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

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

This text has shadow with #424E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E5B on black background.


Color preview on white background

This text has color #424E5B on white background.



Black color preview on #424E5B background

This text has black color on #424E5B background.


White color preview on #424E5B background

This text has white color on #424E5B background.