COLOR #3F5749

HEX: #3F5749
RGB: (63,87,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

63
87
73

R + G + B ~ 29%. #3F5749 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 87 + 73 = 223 (100%)
R 63 of 223 ~ 28.25%
G 87 of 223 ~ 39.01%
B 73 of 223 ~ 32.74%

%28.25
%39.01
%32.74

CMYK RENK MODELİ

#3F5749 rengi CMYK tonu (28,0,16,66).

  • camgöbeği tonu 27.59%
  • eflatun tonu 0.00%
  • sarı tonu 16.09%
  • ana renk tonu 65.88%
CMYK:
(28,0,16,66)
C28M0Y16K66 
(28%,0%,16%,66%)
(0.28/0.00/0.16/0.66)	

CMYK yüzdeleri

%27.59
%0
%16.09
%65.88

Codes

Color #3F5749 in popluar color models

3F5749
RGB638773
HSL145°16.00%29.41%
HSB/HSV145°27.59%34.12%
CMYK27.59%0.00%16.09%
65.88%

Color #3F5749 in popluar number systems.

HEX3F5749
Decimal638773
Binary11111110101111001001
Octal77127111

Shades and tints

Shades of #3F5749

#3F5749
(63,87,73)
#3A5043
(58,80,67)
#35493D
(53,73,61)
#304237
(48,66,55)
#2B3B31
(43,59,49)
#26342B
(38,52,43)
#212D25
(33,45,37)
#1C261F
(28,38,31)
#171F19
(23,31,25)
#121813
(18,24,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #3F5749

#3F5749
(63,87,73)
#506659
(80,102,89)
#617569
(97,117,105)
#728479
(114,132,121)
#839389
(131,147,137)
#94A299
(148,162,153)
#A5B1A9
(165,177,169)
#B6C0B9
(182,192,185)
#C7CFC9
(199,207,201)
#D8DED9
(216,222,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5749; }

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

This text font color is #3F5749.


Background Color

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

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

This div background color is #3F5749.


Border color

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

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

This div border color is #3F5749.


Opacity

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

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

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

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

This text has shadow with #3F5749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5749 on black background.


Color preview on white background

This text has color #3F5749 on white background.



Black color preview on #3F5749 background

This text has black color on #3F5749 background.


White color preview on #3F5749 background

This text has white color on #3F5749 background.