COLOR #062748

HEX: #062748
RGB: (6,39,72)

Color info

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

RGB color model

#062748 color RGB value is (6,39,72).

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

RGB channels and saturation

R 6 of 255 = 2%
G 39 of 255 = 15%
B 72 of 255 = 28%

6
39
72

R + G + B ~ 15%. #062748 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 39 + 72 = 117 (100%)
R 6 of 117 ~ 5.13%
G 39 of 117 ~ 33.33%
B 72 of 117 ~ 61.54%

%33.33
%61.54

CMYK color model

#062748 color CMYK value is (92,46,0,72).

  • cyan value is 91.67%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(92,46,0,72)
C92M46Y0K72 
(92%,46%,0%,72%)
(0.92/0.46/0.00/0.72)	

CMYK percentages

%91.67
%45.83
%0
%71.76

Codes

Color #062748 in popluar color models

062748
RGB63972
HSL210°84.62%15.29%
HSB/HSV210°91.67%28.24%
CMYK91.67%45.83%0.00%
71.76%

Color #062748 in popluar number systems.

HEX062748
Decimal63972
Binary1101001111001000
Octal647110

Shades and tints

Shades of #062748

#062748
(6,39,72)
#062442
(6,36,66)
#06213C
(6,33,60)
#061E36
(6,30,54)
#061B30
(6,27,48)
#06182A
(6,24,42)
#061524
(6,21,36)
#06121E
(6,18,30)
#060F18
(6,15,24)
#060C12
(6,12,18)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #062748

#062748
(6,39,72)
#1C3A58
(28,58,88)
#324D68
(50,77,104)
#486078
(72,96,120)
#5E7388
(94,115,136)
#748698
(116,134,152)
#8A99A8
(138,153,168)
#A0ACB8
(160,172,184)
#B6BFC8
(182,191,200)
#CCD2D8
(204,210,216)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062748; }

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

This text font color is #062748.


Background Color

.myBgColor { background-color: #062748; }

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

This div background color is #062748.


Border color

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

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

This div border color is #062748.


Opacity

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

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

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

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

This text has shadow with #062748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062748 on black background.


Color preview on white background

This text has color #062748 on white background.



Black color preview on #062748 background

This text has black color on #062748 background.


White color preview on #062748 background

This text has white color on #062748 background.