COLOR #3F4841

HEX: #3F4841
RGB: (63,72,65)

Renk bilgisi

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

RGB renk modeli

#3F4841 color RGB value is (63,72,65).

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

RGB bağlantıları ve doygunluk

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

63
72
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 72 + 65 = 200 (100%)
R 63 of 200 ~ 31.5%
G 72 of 200 ~ 36%
B 65 of 200 ~ 32.5%

%31.5
%36
%32.5

CMYK RENK MODELİ

#3F4841 rengi CMYK tonu (13,0,10,72).

  • camgöbeği tonu 12.50%
  • eflatun tonu 0.00%
  • sarı tonu 9.72%
  • ana renk tonu 71.76%
CMYK:
(13,0,10,72)
C13M0Y10K72 
(13%,0%,10%,72%)
(0.13/0.00/0.10/0.72)	

CMYK yüzdeleri

%12.5
%0
%9.72
%71.76

Codes

Color #3F4841 in popluar color models

3F4841
RGB637265
HSL133°6.67%26.47%
HSB/HSV133°12.50%28.24%
CMYK12.50%0.00%9.72%
71.76%

Color #3F4841 in popluar number systems.

HEX3F4841
Decimal637265
Binary11111110010001000001
Octal77110101

Shades and tints

Shades of #3F4841

#3F4841
(63,72,65)
#3A423C
(58,66,60)
#353C37
(53,60,55)
#303632
(48,54,50)
#2B302D
(43,48,45)
#262A28
(38,42,40)
#212423
(33,36,35)
#1C1E1E
(28,30,30)
#171819
(23,24,25)
#121214
(18,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #3F4841

#3F4841
(63,72,65)
#505852
(80,88,82)
#616863
(97,104,99)
#727874
(114,120,116)
#838885
(131,136,133)
#949896
(148,152,150)
#A5A8A7
(165,168,167)
#B6B8B8
(182,184,184)
#C7C8C9
(199,200,201)
#D8D8DA
(216,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4841; }

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

This text font color is #3F4841.


Background Color

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

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

This div background color is #3F4841.


Border color

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

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

This div border color is #3F4841.


Opacity

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

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

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

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

This text has shadow with #3F4841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4841 on black background.


Color preview on white background

This text has color #3F4841 on white background.



Black color preview on #3F4841 background

This text has black color on #3F4841 background.


White color preview on #3F4841 background

This text has white color on #3F4841 background.