COLOR #063C50

HEX: #063C50 RGB: (6,60,80)

Color info

#063C50 contains mainly green and blue colors. Web safe color of #063C50 is #003366 (or #036).

RGB color model

#063C50 color RGB value is (6,60,80).

RGB: (6,60,80) (2%, 24%, 31%)

RGB channels and saturation

R 6 of 255 = 2%
G 60 of 255 = 24%
B 80 of 255 = 31%

6
60
80

R + G + B ~ 19%. #063C50 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 60 + 80 = 146 (100%)
R 6 of 146 ~ 4.11%
G 60 of 146 ~ 41.1%
B 80 of 146 ~ 54.79'%

%41.1
%54.79

CMYK color model

#063C50 color CMYK value is (93,25,0,69).

  • cyan value is 92.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (93,25,0,69)
C93M25Y0K69 (93%, 25%, 0%, 69%)
(0.93 / 0.25 / 0.00 / 0.69)

CMYK percentages

%92.5
%25
%0
%68.63

Codes

Color #063C50 in popluar color models

06 3C 50
RGB 6 60 80
HSL 196° 86.05% 16.86%
HSB/HSV 196° 92.50% 31.37%
CMYK 92.50% 25.00% 0.00%
68.63%

Color #063C50 in popluar number systems.

HEX 06 3C 50
Decimal 6 60 80
Binary 110 111100 1010000
Octal 6 74 120

Shades and tints

Shades of #063C50

#063C50
(6,60,80)
#063749
(6,55,73)
#063242
(6,50,66)
#062D3B
(6,45,59)
#062834
(6,40,52)
#06232D
(6,35,45)
#061E26
(6,30,38)
#06191F
(6,25,31)
#061418
(6,20,24)
#060F11
(6,15,17)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #063C50

#063C50
(6,60,80)
#1C4D5F
(28,77,95)
#325E6E
(50,94,110)
#486F7D
(72,111,125)
#5E808C
(94,128,140)
#74919B
(116,145,155)
#8AA2AA
(138,162,170)
#A0B3B9
(160,179,185)
#B6C4C8
(182,196,200)
#CCD5D7
(204,213,215)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063C50; }

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

This text font color is #063C50.

Background Color

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

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

This div background color is #063C50.

Border color

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

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

This div border color is #063C50.

Opacity

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

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

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

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

This text has shadow with #063C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063C50.

Preview

Color preview on black background

This text has color #063C50 on black background.


Color preview on white background

This text has color #063C50 on white background.


Black color preview on #063C50 background

This text has black color on #063C50 background.


White color preview on #063C50 background

This text has white color on #063C50 background.


Related colors

Complementary color

Complementary color for #hex is #F9C3AF.


I love getcolorcode.com

Triadic colors

1 #50063C and #3C5006 with #063C50 are triadic colors.

2 #503C06 and #3C0650 with #063C50 are triadic colors.