COLOR #424649

HEX: #424649
RGB: (66,70,73)

Renk bilgisi

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

RGB renk modeli

#424649 color RGB value is (66,70,73).

  • kırmız ton 66;
  • yeşil ton 70;
  • mavi ton 73.
RGB:
(66,70,73)
(26%,27%,29%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 70 of 255 = 27%
B 73 of 255 = 29%

66
70
73

R + G + B ~ 27%. #424649 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 70 + 73 = 209 (100%)
R 66 of 209 ~ 31.58%
G 70 of 209 ~ 33.49%
B 73 of 209 ~ 34.93%

%31.58
%33.49
%34.93

CMYK RENK MODELİ

#424649 rengi CMYK tonu (10,4,0,71).

  • camgöbeği tonu 9.59%
  • eflatun tonu 4.11%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(10,4,0,71)
C10M4Y0K71 
(10%,4%,0%,71%)
(0.10/0.04/0.00/0.71)	

CMYK yüzdeleri

%9.59
%4.11
%0
%71.37

Codes

Color #424649 in popluar color models

424649
RGB667073
HSL206°5.04%27.25%
HSB/HSV206°9.59%28.63%
CMYK9.59%4.11%0.00%
71.37%

Color #424649 in popluar number systems.

HEX424649
Decimal667073
Binary100001010001101001001
Octal102106111

Shades and tints

Shades of #424649

#424649
(66,70,73)
#3C4043
(60,64,67)
#363A3D
(54,58,61)
#303437
(48,52,55)
#2A2E31
(42,46,49)
#24282B
(36,40,43)
#1E2225
(30,34,37)
#181C1F
(24,28,31)
#121619
(18,22,25)
#0C1013
(12,16,19)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #424649

#424649
(66,70,73)
#535659
(83,86,89)
#646669
(100,102,105)
#757679
(117,118,121)
#868689
(134,134,137)
#979699
(151,150,153)
#A8A6A9
(168,166,169)
#B9B6B9
(185,182,185)
#CAC6C9
(202,198,201)
#DBD6D9
(219,214,217)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424649 color. Also use rgb(66,70,73) instead hex code.

Text Font Color

.myTextColor { color: #424649; }

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

This text font color is #424649.


Background Color

.myBgColor { background-color: #424649; }

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

This div background color is #424649.


Border color

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

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

This div border color is #424649.


Opacity

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

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

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

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

This text has shadow with #424649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424649 on black background.


Color preview on white background

This text has color #424649 on white background.



Black color preview on #424649 background

This text has black color on #424649 background.


White color preview on #424649 background

This text has white color on #424649 background.