COLOR #063F5F

HEX: #063F5F
RGB: (6,63,95)

Color info

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

RGB color model

#063F5F color RGB value is (6,63,95).

  • red value is 6;
  • green value is 63;
  • blue value is 95.
RGB:
(6,63,95)
(2%,25%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 63 of 255 = 25%
B 95 of 255 = 37%

6
63
95

R + G + B ~ 21%. #063F5F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 63 + 95 = 164 (100%)
R 6 of 164 ~ 3.66%
G 63 of 164 ~ 38.41%
B 95 of 164 ~ 57.93%

%38.41
%57.93

CMYK color model

#063F5F color CMYK value is (94,34,0,63).

  • cyan value is 93.68%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(94,34,0,63)
C94M34Y0K63 
(94%,34%,0%,63%)
(0.94/0.34/0.00/0.63)	

CMYK percentages

%93.68
%33.68
%0
%62.75

Codes

Color #063F5F in popluar color models

063F5F
RGB66395
HSL202°88.12%19.80%
HSB/HSV202°93.68%37.25%
CMYK93.68%33.68%0.00%
62.75%

Color #063F5F in popluar number systems.

HEX063F5F
Decimal66395
Binary1101111111011111
Octal677137

Shades and tints

Shades of #063F5F

#063F5F
(6,63,95)
#063A57
(6,58,87)
#06354F
(6,53,79)
#063047
(6,48,71)
#062B3F
(6,43,63)
#062637
(6,38,55)
#06212F
(6,33,47)
#061C27
(6,28,39)
#06171F
(6,23,31)
#061217
(6,18,23)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #063F5F

#063F5F
(6,63,95)
#1C506D
(28,80,109)
#32617B
(50,97,123)
#487289
(72,114,137)
#5E8397
(94,131,151)
#7494A5
(116,148,165)
#8AA5B3
(138,165,179)
#A0B6C1
(160,182,193)
#B6C7CF
(182,199,207)
#CCD8DD
(204,216,221)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063F5F color. Also use rgb(6,63,95) instead hex code.

Text Font Color

.myTextColor { color: #063F5F; }

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

This text font color is #063F5F.


Background Color

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

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

This div background color is #063F5F.


Border color

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

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

This div border color is #063F5F.


Opacity

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

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

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

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

This text has shadow with #063F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063F5F on black background.


Color preview on white background

This text has color #063F5F on white background.



Black color preview on #063F5F background

This text has black color on #063F5F background.


White color preview on #063F5F background

This text has white color on #063F5F background.