COLOR #63472E

HEX: #63472E
RGB: (99,71,46)

Renk bilgisi

#63472E contains red, green and blue colors in about the same proportion. #63472E ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#63472E color RGB value is (99,71,46).

  • kırmız ton 99;
  • yeşil ton 71;
  • mavi ton 46.
RGB:
(99,71,46)
(39%,28%,18%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 46 of 255 = 18%

99
71
46

R + G + B ~ 28%. #63472E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 46 = 216 (100%)
R 99 of 216 ~ 45.83%
G 71 of 216 ~ 32.87%
B 46 of 216 ~ 21.3%

%45.83
%32.87
%21.3

CMYK RENK MODELİ

#63472E rengi CMYK tonu (0,28,54,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.28%
  • sarı tonu 53.54%
  • ana renk tonu 61.18%
CMYK:
(0,28,54,61)
C0M28Y54K61 
(0%,28%,54%,61%)
(0.00/0.28/0.54/0.61)	

CMYK yüzdeleri

%0
%28.28
%53.54
%61.18

Codes

Color #63472E in popluar color models

63472E
RGB997146
HSL28°36.55%28.43%
HSB/HSV28°53.54%38.82%
CMYK0.00%28.28%53.54%
61.18%

Color #63472E in popluar number systems.

HEX63472E
Decimal997146
Binary11000111000111101110
Octal14310756

Shades and tints

Shades of #63472E

#63472E
(99,71,46)
#5A412A
(90,65,42)
#513B26
(81,59,38)
#483522
(72,53,34)
#3F2F1E
(63,47,30)
#36291A
(54,41,26)
#2D2316
(45,35,22)
#241D12
(36,29,18)
#1B170E
(27,23,14)
#12110A
(18,17,10)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #63472E

#63472E
(99,71,46)
#715741
(113,87,65)
#7F6754
(127,103,84)
#8D7767
(141,119,103)
#9B877A
(155,135,122)
#A9978D
(169,151,141)
#B7A7A0
(183,167,160)
#C5B7B3
(197,183,179)
#D3C7C6
(211,199,198)
#E1D7D9
(225,215,217)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63472E color. Also use rgb(99,71,46) instead hex code.

Text Font Color

.myTextColor { color: #63472E; }

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

This text font color is #63472E.


Background Color

.myBgColor { background-color: #63472E; }

<div style="background-color:#63472E">Inner text</div>

This div background color is #63472E.


Border color

.myBorderColor { border: 1px solid #63472E; }

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

This div border color is #63472E.


Opacity

.myOpacity80 { color: #63472E; opacity: 0.8; }

<p style="color:#63472E;opacity:0.8;">80%</p>

Text with #63472E 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 #63472E;}

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

This text has shadow with #63472E color.

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

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

This text has shadow with #63472E primary color and red secondary color.


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

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

This text has shadow with #63472E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63472E on black background.


Color preview on white background

This text has color #63472E on white background.



Black color preview on #63472E background

This text has black color on #63472E background.


White color preview on #63472E background

This text has white color on #63472E background.