COLOR #062C47

HEX: #062C47
RGB: (6,44,71)

Color info

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

RGB color model

#062C47 color RGB value is (6,44,71).

  • red value is 6;
  • green value is 44;
  • blue value is 71.
RGB:
(6,44,71)
(2%,17%,28%)

RGB channels and saturation

R 6 of 255 = 2%
G 44 of 255 = 17%
B 71 of 255 = 28%

6
44
71

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

Portions of RGB colors in percentages

R + G + B =
6 + 44 + 71 = 121 (100%)
R 6 of 121 ~ 4.96%
G 44 of 121 ~ 36.36%
B 71 of 121 ~ 58.68%

%36.36
%58.68

CMYK color model

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

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

CMYK percentages

%91.55
%38.03
%0
%72.16

Codes

Color #062C47 in popluar color models

062C47
RGB64471
HSL205°84.42%15.10%
HSB/HSV205°91.55%27.84%
CMYK91.55%38.03%0.00%
72.16%

Color #062C47 in popluar number systems.

HEX062C47
Decimal64471
Binary1101011001000111
Octal654107

Shades and tints

Shades of #062C47

#062C47
(6,44,71)
#062841
(6,40,65)
#06243B
(6,36,59)
#062035
(6,32,53)
#061C2F
(6,28,47)
#061829
(6,24,41)
#061423
(6,20,35)
#06101D
(6,16,29)
#060C17
(6,12,23)
#060811
(6,8,17)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #062C47

#062C47
(6,44,71)
#1C3F57
(28,63,87)
#325267
(50,82,103)
#486577
(72,101,119)
#5E7887
(94,120,135)
#748B97
(116,139,151)
#8A9EA7
(138,158,167)
#A0B1B7
(160,177,183)
#B6C4C7
(182,196,199)
#CCD7D7
(204,215,215)
#E2EAE7
(226,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062C47 color. Also use rgb(6,44,71) instead hex code.

Text Font Color

.myTextColor { color: #062C47; }

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

This text font color is #062C47.


Background Color

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

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

This div background color is #062C47.


Border color

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

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

This div border color is #062C47.


Opacity

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

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

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

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

This text has shadow with #062C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062C47 on black background.


Color preview on white background

This text has color #062C47 on white background.



Black color preview on #062C47 background

This text has black color on #062C47 background.


White color preview on #062C47 background

This text has white color on #062C47 background.