COLOR #063248

HEX: #063248
RGB: (6,50,72)

Color info

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

RGB color model

#063248 color RGB value is (6,50,72).

  • red value is 6;
  • green value is 50;
  • blue value is 72.
RGB:
(6,50,72)
(2%,20%,28%)

RGB channels and saturation

R 6 of 255 = 2%
G 50 of 255 = 20%
B 72 of 255 = 28%

6
50
72

R + G + B ~ 17%. #063248 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 50 + 72 = 128 (100%)
R 6 of 128 ~ 4.69%
G 50 of 128 ~ 39.06%
B 72 of 128 ~ 56.25%

%39.06
%56.25

CMYK color model

#063248 color CMYK value is (92,31,0,72).

  • cyan value is 91.67%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(92,31,0,72)
C92M31Y0K72 
(92%,31%,0%,72%)
(0.92/0.31/0.00/0.72)	

CMYK percentages

%91.67
%30.56
%0
%71.76

Codes

Color #063248 in popluar color models

063248
RGB65072
HSL200°84.62%15.29%
HSB/HSV200°91.67%28.24%
CMYK91.67%30.56%0.00%
71.76%

Color #063248 in popluar number systems.

HEX063248
Decimal65072
Binary1101100101001000
Octal662110

Shades and tints

Shades of #063248

#063248
(6,50,72)
#062E42
(6,46,66)
#062A3C
(6,42,60)
#062636
(6,38,54)
#062230
(6,34,48)
#061E2A
(6,30,42)
#061A24
(6,26,36)
#06161E
(6,22,30)
#061218
(6,18,24)
#060E12
(6,14,18)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #063248

#063248
(6,50,72)
#1C4458
(28,68,88)
#325668
(50,86,104)
#486878
(72,104,120)
#5E7A88
(94,122,136)
#748C98
(116,140,152)
#8A9EA8
(138,158,168)
#A0B0B8
(160,176,184)
#B6C2C8
(182,194,200)
#CCD4D8
(204,212,216)
#E2E6E8
(226,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063248 color. Also use rgb(6,50,72) instead hex code.

Text Font Color

.myTextColor { color: #063248; }

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

This text font color is #063248.


Background Color

.myBgColor { background-color: #063248; }

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

This div background color is #063248.


Border color

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

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

This div border color is #063248.


Opacity

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

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

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

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

This text has shadow with #063248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063248 on black background.


Color preview on white background

This text has color #063248 on white background.



Black color preview on #063248 background

This text has black color on #063248 background.


White color preview on #063248 background

This text has white color on #063248 background.