COLOR #063776

HEX: #063776
RGB: (6,55,118)

Renk bilgisi

#063776 contains mainly blue color. #063776 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#063776 color RGB value is (6,55,118).

  • kırmız ton 6;
  • yeşil ton 55;
  • mavi ton 118.
RGB:
(6,55,118)
(2%,22%,46%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 55 of 255 = 22%
B 118 of 255 = 46%

6
55
118

R + G + B ~ 23%. #063776 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 55 + 118 = 179 (100%)
R 6 of 179 ~ 3.35%
G 55 of 179 ~ 30.73%
B 118 of 179 ~ 65.92%

%30.73
%65.92

CMYK RENK MODELİ

#063776 rengi CMYK tonu (95,53,0,54).

  • camgöbeği tonu 94.92%
  • eflatun tonu 53.39%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(95,53,0,54)
C95M53Y0K54 
(95%,53%,0%,54%)
(0.95/0.53/0.00/0.54)	

CMYK yüzdeleri

%94.92
%53.39
%0
%53.73

Codes

Color #063776 in popluar color models

063776
RGB655118
HSL214°90.32%24.31%
HSB/HSV214°94.92%46.27%
CMYK94.92%53.39%0.00%
53.73%

Color #063776 in popluar number systems.

HEX063776
Decimal655118
Binary1101101111110110
Octal667166

Shades and tints

Shades of #063776

#063776
(6,55,118)
#06326C
(6,50,108)
#062D62
(6,45,98)
#062858
(6,40,88)
#06234E
(6,35,78)
#061E44
(6,30,68)
#06193A
(6,25,58)
#061430
(6,20,48)
#060F26
(6,15,38)
#060A1C
(6,10,28)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #063776

#063776
(6,55,118)
#1C4982
(28,73,130)
#325B8E
(50,91,142)
#486D9A
(72,109,154)
#5E7FA6
(94,127,166)
#7491B2
(116,145,178)
#8AA3BE
(138,163,190)
#A0B5CA
(160,181,202)
#B6C7D6
(182,199,214)
#CCD9E2
(204,217,226)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063776 color. Also use rgb(6,55,118) instead hex code.

Text Font Color

.myTextColor { color: #063776; }

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

This text font color is #063776.


Background Color

.myBgColor { background-color: #063776; }

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

This div background color is #063776.


Border color

.myBorderColor { border: 1px solid #063776; }

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

This div border color is #063776.


Opacity

.myOpacity80 { color: #063776; opacity: 0.8; }

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

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

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

This text has shadow with #063776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063776 on black background.


Color preview on white background

This text has color #063776 on white background.



Black color preview on #063776 background

This text has black color on #063776 background.


White color preview on #063776 background

This text has white color on #063776 background.