COLOR #424D4F

HEX: #424D4F
RGB: (66,77,79)

Renk bilgisi

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

RGB renk modeli

#424D4F color RGB value is (66,77,79).

  • kırmız ton 66;
  • yeşil ton 77;
  • mavi ton 79.
RGB:
(66,77,79)
(26%,30%,31%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 77 of 255 = 30%
B 79 of 255 = 31%

66
77
79

R + G + B ~ 29%. #424D4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 77 + 79 = 222 (100%)
R 66 of 222 ~ 29.73%
G 77 of 222 ~ 34.68%
B 79 of 222 ~ 35.59%

%29.73
%34.68
%35.59

CMYK RENK MODELİ

#424D4F rengi CMYK tonu (16,3,0,69).

  • camgöbeği tonu 16.46%
  • eflatun tonu 2.53%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(16,3,0,69)
C16M3Y0K69 
(16%,3%,0%,69%)
(0.16/0.03/0.00/0.69)	

CMYK yüzdeleri

%16.46
%2.53
%0
%69.02

Codes

Color #424D4F in popluar color models

424D4F
RGB667779
HSL189°8.97%28.43%
HSB/HSV189°16.46%30.98%
CMYK16.46%2.53%0.00%
69.02%

Color #424D4F in popluar number systems.

HEX424D4F
Decimal667779
Binary100001010011011001111
Octal102115117

Shades and tints

Shades of #424D4F

#424D4F
(66,77,79)
#3C4648
(60,70,72)
#363F41
(54,63,65)
#30383A
(48,56,58)
#2A3133
(42,49,51)
#242A2C
(36,42,44)
#1E2325
(30,35,37)
#181C1E
(24,28,30)
#121517
(18,21,23)
#0C0E10
(12,14,16)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #424D4F

#424D4F
(66,77,79)
#535D5F
(83,93,95)
#646D6F
(100,109,111)
#757D7F
(117,125,127)
#868D8F
(134,141,143)
#979D9F
(151,157,159)
#A8ADAF
(168,173,175)
#B9BDBF
(185,189,191)
#CACDCF
(202,205,207)
#DBDDDF
(219,221,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D4F color. Also use rgb(66,77,79) instead hex code.

Text Font Color

.myTextColor { color: #424D4F; }

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

This text font color is #424D4F.


Background Color

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

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

This div background color is #424D4F.


Border color

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

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

This div border color is #424D4F.


Opacity

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

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

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

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

This text has shadow with #424D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D4F on black background.


Color preview on white background

This text has color #424D4F on white background.



Black color preview on #424D4F background

This text has black color on #424D4F background.


White color preview on #424D4F background

This text has white color on #424D4F background.