COLOR #424C6A

HEX: #424C6A
RGB: (66,76,106)

Renk bilgisi

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

RGB renk modeli

#424C6A color RGB value is (66,76,106).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 76 of 255 = 30%
B 106 of 255 = 42%

66
76
106

R + G + B ~ 33%. #424C6A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 76 + 106 = 248 (100%)
R 66 of 248 ~ 26.61%
G 76 of 248 ~ 30.65%
B 106 of 248 ~ 42.74%

%26.61
%30.65
%42.74

CMYK RENK MODELİ

#424C6A rengi CMYK tonu (38,28,0,58).

  • camgöbeği tonu 37.74%
  • eflatun tonu 28.30%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(38,28,0,58)
C38M28Y0K58 
(38%,28%,0%,58%)
(0.38/0.28/0.00/0.58)	

CMYK yüzdeleri

%37.74
%28.3
%0
%58.43

Codes

Color #424C6A in popluar color models

424C6A
RGB6676106
HSL225°23.26%33.73%
HSB/HSV225°37.74%41.57%
CMYK37.74%28.30%0.00%
58.43%

Color #424C6A in popluar number systems.

HEX424C6A
Decimal6676106
Binary100001010011001101010
Octal102114152

Shades and tints

Shades of #424C6A

#424C6A
(66,76,106)
#3C4661
(60,70,97)
#364058
(54,64,88)
#303A4F
(48,58,79)
#2A3446
(42,52,70)
#242E3D
(36,46,61)
#1E2834
(30,40,52)
#18222B
(24,34,43)
#121C22
(18,28,34)
#0C1619
(12,22,25)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #424C6A

#424C6A
(66,76,106)
#535C77
(83,92,119)
#646C84
(100,108,132)
#757C91
(117,124,145)
#868C9E
(134,140,158)
#979CAB
(151,156,171)
#A8ACB8
(168,172,184)
#B9BCC5
(185,188,197)
#CACCD2
(202,204,210)
#DBDCDF
(219,220,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C6A; }

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

This text font color is #424C6A.


Background Color

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

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

This div background color is #424C6A.


Border color

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

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

This div border color is #424C6A.


Opacity

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

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

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

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

This text has shadow with #424C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C6A on black background.


Color preview on white background

This text has color #424C6A on white background.



Black color preview on #424C6A background

This text has black color on #424C6A background.


White color preview on #424C6A background

This text has white color on #424C6A background.