COLOR #424946

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

66
73
70

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

Yüzdelerle RGB renk parçaları

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

%31.58
%34.93
%33.49

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%9.59
%0
%4.11
%71.37

Codes

Color #424946 in popluar color models

424946
RGB667370
HSL154°5.04%27.25%
HSB/HSV154°9.59%28.63%
CMYK9.59%0.00%4.11%
71.37%

Color #424946 in popluar number systems.

HEX424946
Decimal667370
Binary100001010010011000110
Octal102111106

Shades and tints

Shades of #424946

#424946
(66,73,70)
#3C4340
(60,67,64)
#363D3A
(54,61,58)
#303734
(48,55,52)
#2A312E
(42,49,46)
#242B28
(36,43,40)
#1E2522
(30,37,34)
#181F1C
(24,31,28)
#121916
(18,25,22)
#0C1310
(12,19,16)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #424946

#424946
(66,73,70)
#535956
(83,89,86)
#646966
(100,105,102)
#757976
(117,121,118)
#868986
(134,137,134)
#979996
(151,153,150)
#A8A9A6
(168,169,166)
#B9B9B6
(185,185,182)
#CAC9C6
(202,201,198)
#DBD9D6
(219,217,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424946; }

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

This text font color is #424946.


Background Color

.myBgColor { background-color: #424946; }

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

This div background color is #424946.


Border color

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

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

This div border color is #424946.


Opacity

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

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

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

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

This text has shadow with #424946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424946 on black background.


Color preview on white background

This text has color #424946 on white background.



Black color preview on #424946 background

This text has black color on #424946 background.


White color preview on #424946 background

This text has white color on #424946 background.