COLOR #062F47

HEX: #062F47
RGB: (6,47,71)

Color info

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

RGB color model

#062F47 color RGB value is (6,47,71).

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

RGB channels and saturation

R 6 of 255 = 2%
G 47 of 255 = 18%
B 71 of 255 = 28%

6
47
71

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

Portions of RGB colors in percentages

R + G + B =
6 + 47 + 71 = 124 (100%)
R 6 of 124 ~ 4.84%
G 47 of 124 ~ 37.9%
B 71 of 124 ~ 57.26%

%37.9
%57.26

CMYK color model

#062F47 color CMYK value is (92,34,0,72).

  • cyan value is 91.55%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(92,34,0,72)
C92M34Y0K72 
(92%,34%,0%,72%)
(0.92/0.34/0.00/0.72)	

CMYK percentages

%91.55
%33.8
%0
%72.16

Codes

Color #062F47 in popluar color models

062F47
RGB64771
HSL202°84.42%15.10%
HSB/HSV202°91.55%27.84%
CMYK91.55%33.80%0.00%
72.16%

Color #062F47 in popluar number systems.

HEX062F47
Decimal64771
Binary1101011111000111
Octal657107

Shades and tints

Shades of #062F47

#062F47
(6,47,71)
#062B41
(6,43,65)
#06273B
(6,39,59)
#062335
(6,35,53)
#061F2F
(6,31,47)
#061B29
(6,27,41)
#061723
(6,23,35)
#06131D
(6,19,29)
#060F17
(6,15,23)
#060B11
(6,11,17)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #062F47

#062F47
(6,47,71)
#1C4157
(28,65,87)
#325367
(50,83,103)
#486577
(72,101,119)
#5E7787
(94,119,135)
#748997
(116,137,151)
#8A9BA7
(138,155,167)
#A0ADB7
(160,173,183)
#B6BFC7
(182,191,199)
#CCD1D7
(204,209,215)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062F47; }

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

This text font color is #062F47.


Background Color

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

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

This div background color is #062F47.


Border color

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

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

This div border color is #062F47.


Opacity

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

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

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

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

This text has shadow with #062F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062F47 on black background.


Color preview on white background

This text has color #062F47 on white background.



Black color preview on #062F47 background

This text has black color on #062F47 background.


White color preview on #062F47 background

This text has white color on #062F47 background.