COLOR #424F47

HEX: #424F47
RGB: (66,79,71)

Renk bilgisi

#424F47 contains red, green and blue colors in about the same proportion. #424F47 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#424F47 color RGB value is (66,79,71).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 79 of 255 = 31%
B 71 of 255 = 28%

66
79
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 79 + 71 = 216 (100%)
R 66 of 216 ~ 30.56%
G 79 of 216 ~ 36.57%
B 71 of 216 ~ 32.87%

%30.56
%36.57
%32.87

CMYK RENK MODELİ

#424F47 rengi CMYK tonu (16,0,10,69).

  • camgöbeği tonu 16.46%
  • eflatun tonu 0.00%
  • sarı tonu 10.13%
  • ana renk tonu 69.02%
CMYK:
(16,0,10,69)
C16M0Y10K69 
(16%,0%,10%,69%)
(0.16/0.00/0.10/0.69)	

CMYK yüzdeleri

%16.46
%0
%10.13
%69.02

Codes

Color #424F47 in popluar color models

424F47
RGB667971
HSL143°8.97%28.43%
HSB/HSV143°16.46%30.98%
CMYK16.46%0.00%10.13%
69.02%

Color #424F47 in popluar number systems.

HEX424F47
Decimal667971
Binary100001010011111000111
Octal102117107

Shades and tints

Shades of #424F47

#424F47
(66,79,71)
#3C4841
(60,72,65)
#36413B
(54,65,59)
#303A35
(48,58,53)
#2A332F
(42,51,47)
#242C29
(36,44,41)
#1E2523
(30,37,35)
#181E1D
(24,30,29)
#121717
(18,23,23)
#0C1011
(12,16,17)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #424F47

#424F47
(66,79,71)
#535F57
(83,95,87)
#646F67
(100,111,103)
#757F77
(117,127,119)
#868F87
(134,143,135)
#979F97
(151,159,151)
#A8AFA7
(168,175,167)
#B9BFB7
(185,191,183)
#CACFC7
(202,207,199)
#DBDFD7
(219,223,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F47; }

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

This text font color is #424F47.


Background Color

.myBgColor { background-color: #424F47; }

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

This div background color is #424F47.


Border color

.myBorderColor { border: 1px solid #424F47; }

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

This div border color is #424F47.


Opacity

.myOpacity80 { color: #424F47; opacity: 0.8; }

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

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

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

This text has shadow with #424F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F47 on black background.


Color preview on white background

This text has color #424F47 on white background.



Black color preview on #424F47 background

This text has black color on #424F47 background.


White color preview on #424F47 background

This text has white color on #424F47 background.