COLOR #63719C

HEX: #63719C
RGB: (99,113,156)

Renk bilgisi

#63719C contains red, green and blue colors in about the same proportion. #63719C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#63719C color RGB value is (99,113,156).

  • kırmız ton 99;
  • yeşil ton 113;
  • mavi ton 156.
RGB:
(99,113,156)
(39%,44%,61%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 113 of 255 = 44%
B 156 of 255 = 61%

99
113
156

R + G + B ~ 48%. #63719C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 113 + 156 = 368 (100%)
R 99 of 368 ~ 26.9%
G 113 of 368 ~ 30.71%
B 156 of 368 ~ 42.39%

%26.9
%30.71
%42.39

CMYK RENK MODELİ

#63719C rengi CMYK tonu (37,28,0,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 27.56%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(37,28,0,39)
C37M28Y0K39 
(37%,28%,0%,39%)
(0.37/0.28/0.00/0.39)	

CMYK yüzdeleri

%36.54
%27.56
%0
%38.82

Codes

Color #63719C in popluar color models

63719C
RGB99113156
HSL225°22.35%50.00%
HSB/HSV225°36.54%61.18%
CMYK36.54%27.56%0.00%
38.82%

Color #63719C in popluar number systems.

HEX63719C
Decimal99113156
Binary1100011111000110011100
Octal143161234

Shades and tints

Shades of #63719C

#63719C
(99,113,156)
#5A678E
(90,103,142)
#515D80
(81,93,128)
#485372
(72,83,114)
#3F4964
(63,73,100)
#363F56
(54,63,86)
#2D3548
(45,53,72)
#242B3A
(36,43,58)
#1B212C
(27,33,44)
#12171E
(18,23,30)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #63719C

#63719C
(99,113,156)
#717DA5
(113,125,165)
#7F89AE
(127,137,174)
#8D95B7
(141,149,183)
#9BA1C0
(155,161,192)
#A9ADC9
(169,173,201)
#B7B9D2
(183,185,210)
#C5C5DB
(197,197,219)
#D3D1E4
(211,209,228)
#E1DDED
(225,221,237)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63719C color. Also use rgb(99,113,156) instead hex code.

Text Font Color

.myTextColor { color: #63719C; }

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

This text font color is #63719C.


Background Color

.myBgColor { background-color: #63719C; }

<div style="background-color:#63719C">Inner text</div>

This div background color is #63719C.


Border color

.myBorderColor { border: 1px solid #63719C; }

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

This div border color is #63719C.


Opacity

.myOpacity80 { color: #63719C; opacity: 0.8; }

<p style="color:#63719C;opacity:0.8;">80%</p>

Text with #63719C 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 #63719C;}

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

This text has shadow with #63719C color.

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

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

This text has shadow with #63719C primary color and red secondary color.


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

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

This text has shadow with #63719C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63719C on black background.


Color preview on white background

This text has color #63719C on white background.



Black color preview on #63719C background

This text has black color on #63719C background.


White color preview on #63719C background

This text has white color on #63719C background.