COLOR #063C5A

HEX: #063C5A
RGB: (6,60,90)

Renk bilgisi

#063C5A contains mainly green and blue colors. #063C5A ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#063C5A color RGB value is (6,60,90).

  • kırmız ton 6;
  • yeşil ton 60;
  • mavi ton 90.
RGB:
(6,60,90)
(2%,24%,35%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 60 of 255 = 24%
B 90 of 255 = 35%

6
60
90

R + G + B ~ 20%. #063C5A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 60 + 90 = 156 (100%)
R 6 of 156 ~ 3.85%
G 60 of 156 ~ 38.46%
B 90 of 156 ~ 57.69%

%38.46
%57.69

CMYK RENK MODELİ

#063C5A rengi CMYK tonu (93,33,0,65).

  • camgöbeği tonu 93.33%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(93,33,0,65)
C93M33Y0K65 
(93%,33%,0%,65%)
(0.93/0.33/0.00/0.65)	

CMYK yüzdeleri

%93.33
%33.33
%0
%64.71

Codes

Color #063C5A in popluar color models

063C5A
RGB66090
HSL201°87.50%18.82%
HSB/HSV201°93.33%35.29%
CMYK93.33%33.33%0.00%
64.71%

Color #063C5A in popluar number systems.

HEX063C5A
Decimal66090
Binary1101111001011010
Octal674132

Shades and tints

Shades of #063C5A

#063C5A
(6,60,90)
#063752
(6,55,82)
#06324A
(6,50,74)
#062D42
(6,45,66)
#06283A
(6,40,58)
#062332
(6,35,50)
#061E2A
(6,30,42)
#061922
(6,25,34)
#06141A
(6,20,26)
#060F12
(6,15,18)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #063C5A

#063C5A
(6,60,90)
#1C4D69
(28,77,105)
#325E78
(50,94,120)
#486F87
(72,111,135)
#5E8096
(94,128,150)
#7491A5
(116,145,165)
#8AA2B4
(138,162,180)
#A0B3C3
(160,179,195)
#B6C4D2
(182,196,210)
#CCD5E1
(204,213,225)
#E2E6F0
(226,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063C5A color. Also use rgb(6,60,90) instead hex code.

Text Font Color

.myTextColor { color: #063C5A; }

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

This text font color is #063C5A.


Background Color

.myBgColor { background-color: #063C5A; }

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

This div background color is #063C5A.


Border color

.myBorderColor { border: 1px solid #063C5A; }

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

This div border color is #063C5A.


Opacity

.myOpacity80 { color: #063C5A; opacity: 0.8; }

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

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

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

This text has shadow with #063C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063C5A on black background.


Color preview on white background

This text has color #063C5A on white background.



Black color preview on #063C5A background

This text has black color on #063C5A background.


White color preview on #063C5A background

This text has white color on #063C5A background.