COLOR #063344

HEX: #063344 RGB: (6,51,68)

Color info

#063344 contains mainly green and blue colors. Web safe color of #063344 is #003333 (or #033).

RGB color model

#063344 color RGB value is (6,51,68).

RGB: (6,51,68) (2%, 20%, 27%)

RGB channels and saturation

R 6 of 255 = 2%
G 51 of 255 = 20%
B 68 of 255 = 27%

6
51
68

R + G + B ~ 16%. #063344 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 51 + 68 = 125 (100%)
R 6 of 125 ~ 4.8%
G 51 of 125 ~ 40.8%
B 68 of 125 ~ 54.4'%

%40.8
%54.4

CMYK color model

#063344 color CMYK value is (91,25,0,73).

  • cyan value is 91.18%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (91,25,0,73)
C91M25Y0K73 (91%, 25%, 0%, 73%)
(0.91 / 0.25 / 0.00 / 0.73)

CMYK percentages

%91.18
%25
%0
%73.33

Codes

Color #063344 in popluar color models

06 33 44
RGB 6 51 68
HSL 196° 83.78% 14.51%
HSB/HSV 196° 91.18% 26.67%
CMYK 91.18% 25.00% 0.00%
73.33%

Color #063344 in popluar number systems.

HEX 06 33 44
Decimal 6 51 68
Binary 110 110011 1000100
Octal 6 63 104

Shades and tints

Shades of #063344

#063344
(6,51,68)
#062F3E
(6,47,62)
#062B38
(6,43,56)
#062732
(6,39,50)
#06232C
(6,35,44)
#061F26
(6,31,38)
#061B20
(6,27,32)
#06171A
(6,23,26)
#061314
(6,19,20)
#060F0E
(6,15,14)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #063344

#063344
(6,51,68)
#1C4555
(28,69,85)
#325766
(50,87,102)
#486977
(72,105,119)
#5E7B88
(94,123,136)
#748D99
(116,141,153)
#8A9FAA
(138,159,170)
#A0B1BB
(160,177,187)
#B6C3CC
(182,195,204)
#CCD5DD
(204,213,221)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063344 color. Also use rgb(6,51,68) instead hex code.

Text Font Color

.myTextColor { color: #063344; }

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

This text font color is #063344.

Background Color

.myBgColor { background-color: #063344; }

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

This div background color is #063344.

Border color

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

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

This div border color is #063344.

Opacity

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

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

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

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

This text has shadow with #063344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063344.

Preview

Color preview on black background

This text has color #063344 on black background.


Color preview on white background

This text has color #063344 on white background.


Black color preview on #063344 background

This text has black color on #063344 background.


White color preview on #063344 background

This text has white color on #063344 background.


Related colors

Complementary color

Complementary color for #hex is #F9CCBB.


I love getcolorcode.com

Triadic colors

1 #440633 and #334406 with #063344 are triadic colors.

2 #443306 and #330644 with #063344 are triadic colors.