COLOR #424549

HEX: #424549
RGB: (66,69,73)

Renk bilgisi

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

RGB renk modeli

#424549 color RGB value is (66,69,73).

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

RGB bağlantıları ve doygunluk

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

66
69
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 69 + 73 = 208 (100%)
R 66 of 208 ~ 31.73%
G 69 of 208 ~ 33.17%
B 73 of 208 ~ 35.1%

%31.73
%33.17
%35.1

CMYK RENK MODELİ

#424549 rengi CMYK tonu (10,5,0,71).

  • camgöbeği tonu 9.59%
  • eflatun tonu 5.48%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(10,5,0,71)
C10M5Y0K71 
(10%,5%,0%,71%)
(0.10/0.05/0.00/0.71)	

CMYK yüzdeleri

%9.59
%5.48
%0
%71.37

Codes

Color #424549 in popluar color models

424549
RGB666973
HSL214°5.04%27.25%
HSB/HSV214°9.59%28.63%
CMYK9.59%5.48%0.00%
71.37%

Color #424549 in popluar number systems.

HEX424549
Decimal666973
Binary100001010001011001001
Octal102105111

Shades and tints

Shades of #424549

#424549
(66,69,73)
#3C3F43
(60,63,67)
#36393D
(54,57,61)
#303337
(48,51,55)
#2A2D31
(42,45,49)
#24272B
(36,39,43)
#1E2125
(30,33,37)
#181B1F
(24,27,31)
#121519
(18,21,25)
#0C0F13
(12,15,19)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #424549

#424549
(66,69,73)
#535559
(83,85,89)
#646569
(100,101,105)
#757579
(117,117,121)
#868589
(134,133,137)
#979599
(151,149,153)
#A8A5A9
(168,165,169)
#B9B5B9
(185,181,185)
#CAC5C9
(202,197,201)
#DBD5D9
(219,213,217)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424549; }

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

This text font color is #424549.


Background Color

.myBgColor { background-color: #424549; }

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

This div background color is #424549.


Border color

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

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

This div border color is #424549.


Opacity

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

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

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

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

This text has shadow with #424549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424549 on black background.


Color preview on white background

This text has color #424549 on white background.



Black color preview on #424549 background

This text has black color on #424549 background.


White color preview on #424549 background

This text has white color on #424549 background.