COLOR #424A4C

HEX: #424A4C
RGB: (66,74,76)

Renk bilgisi

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

RGB renk modeli

#424A4C color RGB value is (66,74,76).

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

RGB bağlantıları ve doygunluk

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

66
74
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 76 = 216 (100%)
R 66 of 216 ~ 30.56%
G 74 of 216 ~ 34.26%
B 76 of 216 ~ 35.19%

%30.56
%34.26
%35.19

CMYK RENK MODELİ

#424A4C rengi CMYK tonu (13,3,0,70).

  • camgöbeği tonu 13.16%
  • eflatun tonu 2.63%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(13,3,0,70)
C13M3Y0K70 
(13%,3%,0%,70%)
(0.13/0.03/0.00/0.70)	

CMYK yüzdeleri

%13.16
%2.63
%0
%70.2

Codes

Color #424A4C in popluar color models

424A4C
RGB667476
HSL192°7.04%27.84%
HSB/HSV192°13.16%29.80%
CMYK13.16%2.63%0.00%
70.20%

Color #424A4C in popluar number systems.

HEX424A4C
Decimal667476
Binary100001010010101001100
Octal102112114

Shades and tints

Shades of #424A4C

#424A4C
(66,74,76)
#3C4446
(60,68,70)
#363E40
(54,62,64)
#30383A
(48,56,58)
#2A3234
(42,50,52)
#242C2E
(36,44,46)
#1E2628
(30,38,40)
#182022
(24,32,34)
#121A1C
(18,26,28)
#0C1416
(12,20,22)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #424A4C

#424A4C
(66,74,76)
#535A5C
(83,90,92)
#646A6C
(100,106,108)
#757A7C
(117,122,124)
#868A8C
(134,138,140)
#979A9C
(151,154,156)
#A8AAAC
(168,170,172)
#B9BABC
(185,186,188)
#CACACC
(202,202,204)
#DBDADC
(219,218,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A4C; }

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

This text font color is #424A4C.


Background Color

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

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

This div background color is #424A4C.


Border color

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

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

This div border color is #424A4C.


Opacity

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

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

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

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

This text has shadow with #424A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A4C on black background.


Color preview on white background

This text has color #424A4C on white background.



Black color preview on #424A4C background

This text has black color on #424A4C background.


White color preview on #424A4C background

This text has white color on #424A4C background.