COLOR #424A4D

HEX: #424A4D
RGB: (66,74,77)

Renk bilgisi

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

RGB renk modeli

#424A4D color RGB value is (66,74,77).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 77 of 255 = 30%

66
74
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 77 = 217 (100%)
R 66 of 217 ~ 30.41%
G 74 of 217 ~ 34.1%
B 77 of 217 ~ 35.48%

%30.41
%34.1
%35.48

CMYK RENK MODELİ

#424A4D rengi CMYK tonu (14,4,0,70).

  • camgöbeği tonu 14.29%
  • eflatun tonu 3.90%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(14,4,0,70)
C14M4Y0K70 
(14%,4%,0%,70%)
(0.14/0.04/0.00/0.70)	

CMYK yüzdeleri

%14.29
%3.9
%0
%69.8

Codes

Color #424A4D in popluar color models

424A4D
RGB667477
HSL196°7.69%28.04%
HSB/HSV196°14.29%30.20%
CMYK14.29%3.90%0.00%
69.80%

Color #424A4D in popluar number systems.

HEX424A4D
Decimal667477
Binary100001010010101001101
Octal102112115

Shades and tints

Shades of #424A4D

#424A4D
(66,74,77)
#3C4446
(60,68,70)
#363E3F
(54,62,63)
#303838
(48,56,56)
#2A3231
(42,50,49)
#242C2A
(36,44,42)
#1E2623
(30,38,35)
#18201C
(24,32,28)
#121A15
(18,26,21)
#0C140E
(12,20,14)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #424A4D

#424A4D
(66,74,77)
#535A5D
(83,90,93)
#646A6D
(100,106,109)
#757A7D
(117,122,125)
#868A8D
(134,138,141)
#979A9D
(151,154,157)
#A8AAAD
(168,170,173)
#B9BABD
(185,186,189)
#CACACD
(202,202,205)
#DBDADD
(219,218,221)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A4D; }

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

This text font color is #424A4D.


Background Color

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

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

This div background color is #424A4D.


Border color

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

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

This div border color is #424A4D.


Opacity

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

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

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

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

This text has shadow with #424A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A4D on black background.


Color preview on white background

This text has color #424A4D on white background.



Black color preview on #424A4D background

This text has black color on #424A4D background.


White color preview on #424A4D background

This text has white color on #424A4D background.