COLOR #424947

HEX: #424947
RGB: (66,73,71)

Renk bilgisi

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

RGB renk modeli

#424947 color RGB value is (66,73,71).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 73 of 255 = 29%
B 71 of 255 = 28%

66
73
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 73 + 71 = 210 (100%)
R 66 of 210 ~ 31.43%
G 73 of 210 ~ 34.76%
B 71 of 210 ~ 33.81%

%31.43
%34.76
%33.81

CMYK RENK MODELİ

#424947 rengi CMYK tonu (10,0,3,71).

  • camgöbeği tonu 9.59%
  • eflatun tonu 0.00%
  • sarı tonu 2.74%
  • ana renk tonu 71.37%
CMYK:
(10,0,3,71)
C10M0Y3K71 
(10%,0%,3%,71%)
(0.10/0.00/0.03/0.71)	

CMYK yüzdeleri

%9.59
%0
%2.74
%71.37

Codes

Color #424947 in popluar color models

424947
RGB667371
HSL163°5.04%27.25%
HSB/HSV163°9.59%28.63%
CMYK9.59%0.00%2.74%
71.37%

Color #424947 in popluar number systems.

HEX424947
Decimal667371
Binary100001010010011000111
Octal102111107

Shades and tints

Shades of #424947

#424947
(66,73,71)
#3C4341
(60,67,65)
#363D3B
(54,61,59)
#303735
(48,55,53)
#2A312F
(42,49,47)
#242B29
(36,43,41)
#1E2523
(30,37,35)
#181F1D
(24,31,29)
#121917
(18,25,23)
#0C1311
(12,19,17)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #424947

#424947
(66,73,71)
#535957
(83,89,87)
#646967
(100,105,103)
#757977
(117,121,119)
#868987
(134,137,135)
#979997
(151,153,151)
#A8A9A7
(168,169,167)
#B9B9B7
(185,185,183)
#CAC9C7
(202,201,199)
#DBD9D7
(219,217,215)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424947; }

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

This text font color is #424947.


Background Color

.myBgColor { background-color: #424947; }

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

This div background color is #424947.


Border color

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

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

This div border color is #424947.


Opacity

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

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

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

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

This text has shadow with #424947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424947 on black background.


Color preview on white background

This text has color #424947 on white background.



Black color preview on #424947 background

This text has black color on #424947 background.


White color preview on #424947 background

This text has white color on #424947 background.