COLOR #63427D

HEX: #63427D
RGB: (99,66,125)

Renk bilgisi

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

RGB renk modeli

#63427D color RGB value is (99,66,125).

  • kırmız ton 99;
  • yeşil ton 66;
  • mavi ton 125.
RGB:
(99,66,125)
(39%,26%,49%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 66 of 255 = 26%
B 125 of 255 = 49%

99
66
125

R + G + B ~ 38%. #63427D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 66 + 125 = 290 (100%)
R 99 of 290 ~ 34.14%
G 66 of 290 ~ 22.76%
B 125 of 290 ~ 43.1%

%34.14
%22.76
%43.1

CMYK RENK MODELİ

#63427D rengi CMYK tonu (21,47,0,51).

  • camgöbeği tonu 20.80%
  • eflatun tonu 47.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(21,47,0,51)
C21M47Y0K51 
(21%,47%,0%,51%)
(0.21/0.47/0.00/0.51)	

CMYK yüzdeleri

%20.8
%47.2
%0
%50.98

Codes

Color #63427D in popluar color models

63427D
RGB9966125
HSL274°30.89%37.45%
HSB/HSV274°47.20%49.02%
CMYK20.80%47.20%0.00%
50.98%

Color #63427D in popluar number systems.

HEX63427D
Decimal9966125
Binary110001110000101111101
Octal143102175

Shades and tints

Shades of #63427D

#63427D
(99,66,125)
#5A3C72
(90,60,114)
#513667
(81,54,103)
#48305C
(72,48,92)
#3F2A51
(63,42,81)
#362446
(54,36,70)
#2D1E3B
(45,30,59)
#241830
(36,24,48)
#1B1225
(27,18,37)
#120C1A
(18,12,26)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #63427D

#63427D
(99,66,125)
#715388
(113,83,136)
#7F6493
(127,100,147)
#8D759E
(141,117,158)
#9B86A9
(155,134,169)
#A997B4
(169,151,180)
#B7A8BF
(183,168,191)
#C5B9CA
(197,185,202)
#D3CAD5
(211,202,213)
#E1DBE0
(225,219,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63427D color. Also use rgb(99,66,125) instead hex code.

Text Font Color

.myTextColor { color: #63427D; }

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

This text font color is #63427D.


Background Color

.myBgColor { background-color: #63427D; }

<div style="background-color:#63427D">Inner text</div>

This div background color is #63427D.


Border color

.myBorderColor { border: 1px solid #63427D; }

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

This div border color is #63427D.


Opacity

.myOpacity80 { color: #63427D; opacity: 0.8; }

<p style="color:#63427D;opacity:0.8;">80%</p>

Text with #63427D 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 #63427D;}

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

This text has shadow with #63427D color.

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

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

This text has shadow with #63427D primary color and red secondary color.


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

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

This text has shadow with #63427D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63427D on black background.


Color preview on white background

This text has color #63427D on white background.



Black color preview on #63427D background

This text has black color on #63427D background.


White color preview on #63427D background

This text has white color on #63427D background.