COLOR #3F6A47

HEX: #3F6A47
RGB: (63,106,71)

Renk bilgisi

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

RGB renk modeli

#3F6A47 color RGB value is (63,106,71).

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

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 106 of 255 = 42%
B 71 of 255 = 28%

63
106
71

R + G + B ~ 32%. #3F6A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 106 + 71 = 240 (100%)
R 63 of 240 ~ 26.25%
G 106 of 240 ~ 44.17%
B 71 of 240 ~ 29.58%

%26.25
%44.17
%29.58

CMYK RENK MODELİ

#3F6A47 rengi CMYK tonu (41,0,33,58).

  • camgöbeği tonu 40.57%
  • eflatun tonu 0.00%
  • sarı tonu 33.02%
  • ana renk tonu 58.43%
CMYK:
(41,0,33,58)
C41M0Y33K58 
(41%,0%,33%,58%)
(0.41/0.00/0.33/0.58)	

CMYK yüzdeleri

%40.57
%0
%33.02
%58.43

Codes

Color #3F6A47 in popluar color models

3F6A47
RGB6310671
HSL131°25.44%33.14%
HSB/HSV131°40.57%41.57%
CMYK40.57%0.00%33.02%
58.43%

Color #3F6A47 in popluar number systems.

HEX3F6A47
Decimal6310671
Binary11111111010101000111
Octal77152107

Shades and tints

Shades of #3F6A47

#3F6A47
(63,106,71)
#3A6141
(58,97,65)
#35583B
(53,88,59)
#304F35
(48,79,53)
#2B462F
(43,70,47)
#263D29
(38,61,41)
#213423
(33,52,35)
#1C2B1D
(28,43,29)
#172217
(23,34,23)
#121911
(18,25,17)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #3F6A47

#3F6A47
(63,106,71)
#507757
(80,119,87)
#618467
(97,132,103)
#729177
(114,145,119)
#839E87
(131,158,135)
#94AB97
(148,171,151)
#A5B8A7
(165,184,167)
#B6C5B7
(182,197,183)
#C7D2C7
(199,210,199)
#D8DFD7
(216,223,215)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6A47; }

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

This text font color is #3F6A47.


Background Color

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

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

This div background color is #3F6A47.


Border color

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

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

This div border color is #3F6A47.


Opacity

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

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

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

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

This text has shadow with #3F6A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6A47 on black background.


Color preview on white background

This text has color #3F6A47 on white background.



Black color preview on #3F6A47 background

This text has black color on #3F6A47 background.


White color preview on #3F6A47 background

This text has white color on #3F6A47 background.