COLOR #062D48

HEX: #062D48
RGB: (6,45,72)

Color info

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

RGB color model

#062D48 color RGB value is (6,45,72).

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

RGB channels and saturation

R 6 of 255 = 2%
G 45 of 255 = 18%
B 72 of 255 = 28%

6
45
72

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

Portions of RGB colors in percentages

R + G + B =
6 + 45 + 72 = 123 (100%)
R 6 of 123 ~ 4.88%
G 45 of 123 ~ 36.59%
B 72 of 123 ~ 58.54%

%36.59
%58.54

CMYK color model

#062D48 color CMYK value is (92,38,0,72).

  • cyan value is 91.67%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(92,38,0,72)
C92M38Y0K72 
(92%,38%,0%,72%)
(0.92/0.38/0.00/0.72)	

CMYK percentages

%91.67
%37.5
%0
%71.76

Codes

Color #062D48 in popluar color models

062D48
RGB64572
HSL205°84.62%15.29%
HSB/HSV205°91.67%28.24%
CMYK91.67%37.50%0.00%
71.76%

Color #062D48 in popluar number systems.

HEX062D48
Decimal64572
Binary1101011011001000
Octal655110

Shades and tints

Shades of #062D48

#062D48
(6,45,72)
#062942
(6,41,66)
#06253C
(6,37,60)
#062136
(6,33,54)
#061D30
(6,29,48)
#06192A
(6,25,42)
#061524
(6,21,36)
#06111E
(6,17,30)
#060D18
(6,13,24)
#060912
(6,9,18)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #062D48

#062D48
(6,45,72)
#1C4058
(28,64,88)
#325368
(50,83,104)
#486678
(72,102,120)
#5E7988
(94,121,136)
#748C98
(116,140,152)
#8A9FA8
(138,159,168)
#A0B2B8
(160,178,184)
#B6C5C8
(182,197,200)
#CCD8D8
(204,216,216)
#E2EBE8
(226,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062D48; }

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

This text font color is #062D48.


Background Color

.myBgColor { background-color: #062D48; }

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

This div background color is #062D48.


Border color

.myBorderColor { border: 1px solid #062D48; }

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

This div border color is #062D48.


Opacity

.myOpacity80 { color: #062D48; opacity: 0.8; }

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

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

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

This text has shadow with #062D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062D48 on black background.


Color preview on white background

This text has color #062D48 on white background.



Black color preview on #062D48 background

This text has black color on #062D48 background.


White color preview on #062D48 background

This text has white color on #062D48 background.