COLOR #3F4949

HEX: #3F4949
RGB: (63,73,73)

Renk bilgisi

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

RGB renk modeli

#3F4949 color RGB value is (63,73,73).

  • kırmız ton 63;
  • yeşil ton 73;
  • mavi ton 73.
RGB:
(63,73,73)
(25%,29%,29%)

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 73 of 255 = 29%
B 73 of 255 = 29%

63
73
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 73 + 73 = 209 (100%)
R 63 of 209 ~ 30.14%
G 73 of 209 ~ 34.93%
B 73 of 209 ~ 34.93%

%30.14
%34.93
%34.93

CMYK RENK MODELİ

#3F4949 rengi CMYK tonu (14,0,0,71).

  • camgöbeği tonu 13.70%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(14,0,0,71)
C14M0Y0K71 
(14%,0%,0%,71%)
(0.14/0.00/0.00/0.71)	

CMYK yüzdeleri

%13.7
%0
%0
%71.37

Codes

Color #3F4949 in popluar color models

3F4949
RGB637373
HSL180°7.35%26.67%
HSB/HSV180°13.70%28.63%
CMYK13.70%0.00%0.00%
71.37%

Color #3F4949 in popluar number systems.

HEX3F4949
Decimal637373
Binary11111110010011001001
Octal77111111

Shades and tints

Shades of #3F4949

#3F4949
(63,73,73)
#3A4343
(58,67,67)
#353D3D
(53,61,61)
#303737
(48,55,55)
#2B3131
(43,49,49)
#262B2B
(38,43,43)
#212525
(33,37,37)
#1C1F1F
(28,31,31)
#171919
(23,25,25)
#121313
(18,19,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #3F4949

#3F4949
(63,73,73)
#505959
(80,89,89)
#616969
(97,105,105)
#727979
(114,121,121)
#838989
(131,137,137)
#949999
(148,153,153)
#A5A9A9
(165,169,169)
#B6B9B9
(182,185,185)
#C7C9C9
(199,201,201)
#D8D9D9
(216,217,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4949; }

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

This text font color is #3F4949.


Background Color

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

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

This div background color is #3F4949.


Border color

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

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

This div border color is #3F4949.


Opacity

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

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

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

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

This text has shadow with #3F4949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4949 on black background.


Color preview on white background

This text has color #3F4949 on white background.



Black color preview on #3F4949 background

This text has black color on #3F4949 background.


White color preview on #3F4949 background

This text has white color on #3F4949 background.