COLOR #63475E

HEX: #63475E
RGB: (99,71,94)

Renk bilgisi

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

RGB renk modeli

#63475E color RGB value is (99,71,94).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 94 of 255 = 37%

99
71
94

R + G + B ~ 35%. #63475E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 94 = 264 (100%)
R 99 of 264 ~ 37.5%
G 71 of 264 ~ 26.89%
B 94 of 264 ~ 35.61%

%37.5
%26.89
%35.61

CMYK RENK MODELİ

#63475E rengi CMYK tonu (0,28,5,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.28%
  • sarı tonu 5.05%
  • ana renk tonu 61.18%
CMYK:
(0,28,5,61)
C0M28Y5K61 
(0%,28%,5%,61%)
(0.00/0.28/0.05/0.61)	

CMYK yüzdeleri

%0
%28.28
%5.05
%61.18

Codes

Color #63475E in popluar color models

63475E
RGB997194
HSL311°16.47%33.33%
HSB/HSV311°28.28%38.82%
CMYK0.00%28.28%5.05%
61.18%

Color #63475E in popluar number systems.

HEX63475E
Decimal997194
Binary110001110001111011110
Octal143107136

Shades and tints

Shades of #63475E

#63475E
(99,71,94)
#5A4156
(90,65,86)
#513B4E
(81,59,78)
#483546
(72,53,70)
#3F2F3E
(63,47,62)
#362936
(54,41,54)
#2D232E
(45,35,46)
#241D26
(36,29,38)
#1B171E
(27,23,30)
#121116
(18,17,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #63475E

#63475E
(99,71,94)
#71576C
(113,87,108)
#7F677A
(127,103,122)
#8D7788
(141,119,136)
#9B8796
(155,135,150)
#A997A4
(169,151,164)
#B7A7B2
(183,167,178)
#C5B7C0
(197,183,192)
#D3C7CE
(211,199,206)
#E1D7DC
(225,215,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63475E; }

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

This text font color is #63475E.


Background Color

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

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

This div background color is #63475E.


Border color

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

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

This div border color is #63475E.


Opacity

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

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

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

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

This text has shadow with #63475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63475E on black background.


Color preview on white background

This text has color #63475E on white background.



Black color preview on #63475E background

This text has black color on #63475E background.


White color preview on #63475E background

This text has white color on #63475E background.