COLOR #063C57

HEX: #063C57
RGB: (6,60,87)

Color info

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

RGB color model

#063C57 color RGB value is (6,60,87).

  • red value is 6;
  • green value is 60;
  • blue value is 87.
RGB:
(6,60,87)
(2%,24%,34%)

RGB channels and saturation

R 6 of 255 = 2%
G 60 of 255 = 24%
B 87 of 255 = 34%

6
60
87

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

Portions of RGB colors in percentages

R + G + B =
6 + 60 + 87 = 153 (100%)
R 6 of 153 ~ 3.92%
G 60 of 153 ~ 39.22%
B 87 of 153 ~ 56.86%

%39.22
%56.86

CMYK color model

#063C57 color CMYK value is (93,31,0,66).

  • cyan value is 93.10%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(93,31,0,66)
C93M31Y0K66 
(93%,31%,0%,66%)
(0.93/0.31/0.00/0.66)	

CMYK percentages

%93.1
%31.03
%0
%65.88

Codes

Color #063C57 in popluar color models

063C57
RGB66087
HSL200°87.10%18.24%
HSB/HSV200°93.10%34.12%
CMYK93.10%31.03%0.00%
65.88%

Color #063C57 in popluar number systems.

HEX063C57
Decimal66087
Binary1101111001010111
Octal674127

Shades and tints

Shades of #063C57

#063C57
(6,60,87)
#063750
(6,55,80)
#063249
(6,50,73)
#062D42
(6,45,66)
#06283B
(6,40,59)
#062334
(6,35,52)
#061E2D
(6,30,45)
#061926
(6,25,38)
#06141F
(6,20,31)
#060F18
(6,15,24)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #063C57

#063C57
(6,60,87)
#1C4D66
(28,77,102)
#325E75
(50,94,117)
#486F84
(72,111,132)
#5E8093
(94,128,147)
#7491A2
(116,145,162)
#8AA2B1
(138,162,177)
#A0B3C0
(160,179,192)
#B6C4CF
(182,196,207)
#CCD5DE
(204,213,222)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063C57; }

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

This text font color is #063C57.


Background Color

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

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

This div background color is #063C57.


Border color

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

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

This div border color is #063C57.


Opacity

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

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

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

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

This text has shadow with #063C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063C57 on black background.


Color preview on white background

This text has color #063C57 on white background.



Black color preview on #063C57 background

This text has black color on #063C57 background.


White color preview on #063C57 background

This text has white color on #063C57 background.