COLOR #424B4D

HEX: #424B4D
RGB: (66,75,77)

Renk bilgisi

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

RGB renk modeli

#424B4D color RGB value is (66,75,77).

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

RGB bağlantıları ve doygunluk

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

66
75
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 75 + 77 = 218 (100%)
R 66 of 218 ~ 30.28%
G 75 of 218 ~ 34.4%
B 77 of 218 ~ 35.32%

%30.28
%34.4
%35.32

CMYK RENK MODELİ

#424B4D rengi CMYK tonu (14,3,0,70).

  • camgöbeği tonu 14.29%
  • eflatun tonu 2.60%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(14,3,0,70)
C14M3Y0K70 
(14%,3%,0%,70%)
(0.14/0.03/0.00/0.70)	

CMYK yüzdeleri

%14.29
%2.6
%0
%69.8

Codes

Color #424B4D in popluar color models

424B4D
RGB667577
HSL191°7.69%28.04%
HSB/HSV191°14.29%30.20%
CMYK14.29%2.60%0.00%
69.80%

Color #424B4D in popluar number systems.

HEX424B4D
Decimal667577
Binary100001010010111001101
Octal102113115

Shades and tints

Shades of #424B4D

#424B4D
(66,75,77)
#3C4546
(60,69,70)
#363F3F
(54,63,63)
#303938
(48,57,56)
#2A3331
(42,51,49)
#242D2A
(36,45,42)
#1E2723
(30,39,35)
#18211C
(24,33,28)
#121B15
(18,27,21)
#0C150E
(12,21,14)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #424B4D

#424B4D
(66,75,77)
#535B5D
(83,91,93)
#646B6D
(100,107,109)
#757B7D
(117,123,125)
#868B8D
(134,139,141)
#979B9D
(151,155,157)
#A8ABAD
(168,171,173)
#B9BBBD
(185,187,189)
#CACBCD
(202,203,205)
#DBDBDD
(219,219,221)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B4D; }

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

This text font color is #424B4D.


Background Color

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

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

This div background color is #424B4D.


Border color

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

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

This div border color is #424B4D.


Opacity

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

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

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

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

This text has shadow with #424B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B4D on black background.


Color preview on white background

This text has color #424B4D on white background.



Black color preview on #424B4D background

This text has black color on #424B4D background.


White color preview on #424B4D background

This text has white color on #424B4D background.