COLOR #424551

HEX: #424551
RGB: (66,69,81)

Renk bilgisi

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

RGB renk modeli

#424551 color RGB value is (66,69,81).

  • kırmız ton 66;
  • yeşil ton 69;
  • mavi ton 81.
RGB:
(66,69,81)
(26%,27%,32%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 69 of 255 = 27%
B 81 of 255 = 32%

66
69
81

R + G + B ~ 28%. #424551 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 69 + 81 = 216 (100%)
R 66 of 216 ~ 30.56%
G 69 of 216 ~ 31.94%
B 81 of 216 ~ 37.5%

%30.56
%31.94
%37.5

CMYK RENK MODELİ

#424551 rengi CMYK tonu (19,15,0,68).

  • camgöbeği tonu 18.52%
  • eflatun tonu 14.81%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(19,15,0,68)
C19M15Y0K68 
(19%,15%,0%,68%)
(0.19/0.15/0.00/0.68)	

CMYK yüzdeleri

%18.52
%14.81
%0
%68.24

Codes

Color #424551 in popluar color models

424551
RGB666981
HSL228°10.20%28.82%
HSB/HSV228°18.52%31.76%
CMYK18.52%14.81%0.00%
68.24%

Color #424551 in popluar number systems.

HEX424551
Decimal666981
Binary100001010001011010001
Octal102105121

Shades and tints

Shades of #424551

#424551
(66,69,81)
#3C3F4A
(60,63,74)
#363943
(54,57,67)
#30333C
(48,51,60)
#2A2D35
(42,45,53)
#24272E
(36,39,46)
#1E2127
(30,33,39)
#181B20
(24,27,32)
#121519
(18,21,25)
#0C0F12
(12,15,18)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #424551

#424551
(66,69,81)
#535560
(83,85,96)
#64656F
(100,101,111)
#75757E
(117,117,126)
#86858D
(134,133,141)
#97959C
(151,149,156)
#A8A5AB
(168,165,171)
#B9B5BA
(185,181,186)
#CAC5C9
(202,197,201)
#DBD5D8
(219,213,216)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424551 color. Also use rgb(66,69,81) instead hex code.

Text Font Color

.myTextColor { color: #424551; }

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

This text font color is #424551.


Background Color

.myBgColor { background-color: #424551; }

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

This div background color is #424551.


Border color

.myBorderColor { border: 1px solid #424551; }

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

This div border color is #424551.


Opacity

.myOpacity80 { color: #424551; opacity: 0.8; }

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

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

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

This text has shadow with #424551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424551 on black background.


Color preview on white background

This text has color #424551 on white background.



Black color preview on #424551 background

This text has black color on #424551 background.


White color preview on #424551 background

This text has white color on #424551 background.