COLOR #3F4840

HEX: #3F4840
RGB: (63,72,64)

Renk bilgisi

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

RGB renk modeli

#3F4840 color RGB value is (63,72,64).

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

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 72 of 255 = 28%
B 64 of 255 = 25%

63
72
64

R + G + B ~ 26%. #3F4840 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 72 + 64 = 199 (100%)
R 63 of 199 ~ 31.66%
G 72 of 199 ~ 36.18%
B 64 of 199 ~ 32.16%

%31.66
%36.18
%32.16

CMYK RENK MODELİ

#3F4840 rengi CMYK tonu (13,0,11,72).

  • camgöbeği tonu 12.50%
  • eflatun tonu 0.00%
  • sarı tonu 11.11%
  • ana renk tonu 71.76%
CMYK:
(13,0,11,72)
C13M0Y11K72 
(13%,0%,11%,72%)
(0.13/0.00/0.11/0.72)	

CMYK yüzdeleri

%12.5
%0
%11.11
%71.76

Codes

Color #3F4840 in popluar color models

3F4840
RGB637264
HSL127°6.67%26.47%
HSB/HSV127°12.50%28.24%
CMYK12.50%0.00%11.11%
71.76%

Color #3F4840 in popluar number systems.

HEX3F4840
Decimal637264
Binary11111110010001000000
Octal77110100

Shades and tints

Shades of #3F4840

#3F4840
(63,72,64)
#3A423B
(58,66,59)
#353C36
(53,60,54)
#303631
(48,54,49)
#2B302C
(43,48,44)
#262A27
(38,42,39)
#212422
(33,36,34)
#1C1E1D
(28,30,29)
#171818
(23,24,24)
#121213
(18,18,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #3F4840

#3F4840
(63,72,64)
#505851
(80,88,81)
#616862
(97,104,98)
#727873
(114,120,115)
#838884
(131,136,132)
#949895
(148,152,149)
#A5A8A6
(165,168,166)
#B6B8B7
(182,184,183)
#C7C8C8
(199,200,200)
#D8D8D9
(216,216,217)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4840; }

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

This text font color is #3F4840.


Background Color

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

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

This div background color is #3F4840.


Border color

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

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

This div border color is #3F4840.


Opacity

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

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

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

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

This text has shadow with #3F4840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4840 on black background.


Color preview on white background

This text has color #3F4840 on white background.



Black color preview on #3F4840 background

This text has black color on #3F4840 background.


White color preview on #3F4840 background

This text has white color on #3F4840 background.