COLOR #3F4C47

HEX: #3F4C47
RGB: (63,76,71)

Renk bilgisi

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

RGB renk modeli

#3F4C47 color RGB value is (63,76,71).

  • kırmız ton 63;
  • yeşil ton 76;
  • mavi ton 71.
RGB:
(63,76,71)
(25%,30%,28%)

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 76 of 255 = 30%
B 71 of 255 = 28%

63
76
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 76 + 71 = 210 (100%)
R 63 of 210 ~ 30%
G 76 of 210 ~ 36.19%
B 71 of 210 ~ 33.81%

%30
%36.19
%33.81

CMYK RENK MODELİ

#3F4C47 rengi CMYK tonu (17,0,7,70).

  • camgöbeği tonu 17.11%
  • eflatun tonu 0.00%
  • sarı tonu 6.58%
  • ana renk tonu 70.20%
CMYK:
(17,0,7,70)
C17M0Y7K70 
(17%,0%,7%,70%)
(0.17/0.00/0.07/0.70)	

CMYK yüzdeleri

%17.11
%0
%6.58
%70.2

Codes

Color #3F4C47 in popluar color models

3F4C47
RGB637671
HSL157°9.35%27.25%
HSB/HSV157°17.11%29.80%
CMYK17.11%0.00%6.58%
70.20%

Color #3F4C47 in popluar number systems.

HEX3F4C47
Decimal637671
Binary11111110011001000111
Octal77114107

Shades and tints

Shades of #3F4C47

#3F4C47
(63,76,71)
#3A4641
(58,70,65)
#35403B
(53,64,59)
#303A35
(48,58,53)
#2B342F
(43,52,47)
#262E29
(38,46,41)
#212823
(33,40,35)
#1C221D
(28,34,29)
#171C17
(23,28,23)
#121611
(18,22,17)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #3F4C47

#3F4C47
(63,76,71)
#505C57
(80,92,87)
#616C67
(97,108,103)
#727C77
(114,124,119)
#838C87
(131,140,135)
#949C97
(148,156,151)
#A5ACA7
(165,172,167)
#B6BCB7
(182,188,183)
#C7CCC7
(199,204,199)
#D8DCD7
(216,220,215)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4C47 color. Also use rgb(63,76,71) instead hex code.

Text Font Color

.myTextColor { color: #3F4C47; }

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

This text font color is #3F4C47.


Background Color

.myBgColor { background-color: #3F4C47; }

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

This div background color is #3F4C47.


Border color

.myBorderColor { border: 1px solid #3F4C47; }

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

This div border color is #3F4C47.


Opacity

.myOpacity80 { color: #3F4C47; opacity: 0.8; }

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

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

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

This text has shadow with #3F4C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4C47 on black background.


Color preview on white background

This text has color #3F4C47 on white background.



Black color preview on #3F4C47 background

This text has black color on #3F4C47 background.


White color preview on #3F4C47 background

This text has white color on #3F4C47 background.