COLOR #424959

HEX: #424959
RGB: (66,73,89)

Renk bilgisi

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

RGB renk modeli

#424959 color RGB value is (66,73,89).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 73 of 255 = 29%
B 89 of 255 = 35%

66
73
89

R + G + B ~ 30%. #424959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 73 + 89 = 228 (100%)
R 66 of 228 ~ 28.95%
G 73 of 228 ~ 32.02%
B 89 of 228 ~ 39.04%

%28.95
%32.02
%39.04

CMYK RENK MODELİ

#424959 rengi CMYK tonu (26,18,0,65).

  • camgöbeği tonu 25.84%
  • eflatun tonu 17.98%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(26,18,0,65)
C26M18Y0K65 
(26%,18%,0%,65%)
(0.26/0.18/0.00/0.65)	

CMYK yüzdeleri

%25.84
%17.98
%0
%65.1

Codes

Color #424959 in popluar color models

424959
RGB667389
HSL222°14.84%30.39%
HSB/HSV222°25.84%34.90%
CMYK25.84%17.98%0.00%
65.10%

Color #424959 in popluar number systems.

HEX424959
Decimal667389
Binary100001010010011011001
Octal102111131

Shades and tints

Shades of #424959

#424959
(66,73,89)
#3C4351
(60,67,81)
#363D49
(54,61,73)
#303741
(48,55,65)
#2A3139
(42,49,57)
#242B31
(36,43,49)
#1E2529
(30,37,41)
#181F21
(24,31,33)
#121919
(18,25,25)
#0C1311
(12,19,17)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #424959

#424959
(66,73,89)
#535968
(83,89,104)
#646977
(100,105,119)
#757986
(117,121,134)
#868995
(134,137,149)
#9799A4
(151,153,164)
#A8A9B3
(168,169,179)
#B9B9C2
(185,185,194)
#CAC9D1
(202,201,209)
#DBD9E0
(219,217,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424959; }

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

This text font color is #424959.


Background Color

.myBgColor { background-color: #424959; }

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

This div background color is #424959.


Border color

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

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

This div border color is #424959.


Opacity

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

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

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

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

This text has shadow with #424959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424959 on black background.


Color preview on white background

This text has color #424959 on white background.



Black color preview on #424959 background

This text has black color on #424959 background.


White color preview on #424959 background

This text has white color on #424959 background.