COLOR #063A52

HEX: #063A52
RGB: (6,58,82)

Color info

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

RGB color model

#063A52 color RGB value is (6,58,82).

  • red value is 6;
  • green value is 58;
  • blue value is 82.
RGB:
(6,58,82)
(2%,23%,32%)

RGB channels and saturation

R 6 of 255 = 2%
G 58 of 255 = 23%
B 82 of 255 = 32%

6
58
82

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

Portions of RGB colors in percentages

R + G + B =
6 + 58 + 82 = 146 (100%)
R 6 of 146 ~ 4.11%
G 58 of 146 ~ 39.73%
B 82 of 146 ~ 56.16%

%39.73
%56.16

CMYK color model

#063A52 color CMYK value is (93,29,0,68).

  • cyan value is 92.68%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(93,29,0,68)
C93M29Y0K68 
(93%,29%,0%,68%)
(0.93/0.29/0.00/0.68)	

CMYK percentages

%92.68
%29.27
%0
%67.84

Codes

Color #063A52 in popluar color models

063A52
RGB65882
HSL199°86.36%17.25%
HSB/HSV199°92.68%32.16%
CMYK92.68%29.27%0.00%
67.84%

Color #063A52 in popluar number systems.

HEX063A52
Decimal65882
Binary1101110101010010
Octal672122

Shades and tints

Shades of #063A52

#063A52
(6,58,82)
#06354B
(6,53,75)
#063044
(6,48,68)
#062B3D
(6,43,61)
#062636
(6,38,54)
#06212F
(6,33,47)
#061C28
(6,28,40)
#061721
(6,23,33)
#06121A
(6,18,26)
#060D13
(6,13,19)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #063A52

#063A52
(6,58,82)
#1C4B61
(28,75,97)
#325C70
(50,92,112)
#486D7F
(72,109,127)
#5E7E8E
(94,126,142)
#748F9D
(116,143,157)
#8AA0AC
(138,160,172)
#A0B1BB
(160,177,187)
#B6C2CA
(182,194,202)
#CCD3D9
(204,211,217)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063A52 color. Also use rgb(6,58,82) instead hex code.

Text Font Color

.myTextColor { color: #063A52; }

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

This text font color is #063A52.


Background Color

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

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

This div background color is #063A52.


Border color

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

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

This div border color is #063A52.


Opacity

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

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

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

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

This text has shadow with #063A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063A52 on black background.


Color preview on white background

This text has color #063A52 on white background.



Black color preview on #063A52 background

This text has black color on #063A52 background.


White color preview on #063A52 background

This text has white color on #063A52 background.