COLOR #3F473D

HEX: #3F473D
RGB: (63,71,61)

Renk bilgisi

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

RGB renk modeli

#3F473D color RGB value is (63,71,61).

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

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 71 of 255 = 28%
B 61 of 255 = 24%

63
71
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 71 + 61 = 195 (100%)
R 63 of 195 ~ 32.31%
G 71 of 195 ~ 36.41%
B 61 of 195 ~ 31.28%

%32.31
%36.41
%31.28

CMYK RENK MODELİ

#3F473D rengi CMYK tonu (11,0,14,72).

  • camgöbeği tonu 11.27%
  • eflatun tonu 0.00%
  • sarı tonu 14.08%
  • ana renk tonu 72.16%
CMYK:
(11,0,14,72)
C11M0Y14K72 
(11%,0%,14%,72%)
(0.11/0.00/0.14/0.72)	

CMYK yüzdeleri

%11.27
%0
%14.08
%72.16

Codes

Color #3F473D in popluar color models

3F473D
RGB637161
HSL108°7.58%25.88%
HSB/HSV108°14.08%27.84%
CMYK11.27%0.00%14.08%
72.16%

Color #3F473D in popluar number systems.

HEX3F473D
Decimal637161
Binary1111111000111111101
Octal7710775

Shades and tints

Shades of #3F473D

#3F473D
(63,71,61)
#3A4138
(58,65,56)
#353B33
(53,59,51)
#30352E
(48,53,46)
#2B2F29
(43,47,41)
#262924
(38,41,36)
#21231F
(33,35,31)
#1C1D1A
(28,29,26)
#171715
(23,23,21)
#121110
(18,17,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F473D

#3F473D
(63,71,61)
#50574E
(80,87,78)
#61675F
(97,103,95)
#727770
(114,119,112)
#838781
(131,135,129)
#949792
(148,151,146)
#A5A7A3
(165,167,163)
#B6B7B4
(182,183,180)
#C7C7C5
(199,199,197)
#D8D7D6
(216,215,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F473D; }

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

This text font color is #3F473D.


Background Color

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

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

This div background color is #3F473D.


Border color

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

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

This div border color is #3F473D.


Opacity

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

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

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

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

This text has shadow with #3F473D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F473D on black background.


Color preview on white background

This text has color #3F473D on white background.



Black color preview on #3F473D background

This text has black color on #3F473D background.


White color preview on #3F473D background

This text has white color on #3F473D background.