COLOR #062E40

HEX: #062E40
RGB: (6,46,64)

Color info

#062E40 contains red, green and blue colors in about the same proportion. Web safe color of #062E40 is #003333 (or #033).

RGB color model

#062E40 color RGB value is (6,46,64).

  • red value is 6;
  • green value is 46;
  • blue value is 64.
RGB:
(6,46,64)
(2%,18%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 46 of 255 = 18%
B 64 of 255 = 25%

6
46
64

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

Portions of RGB colors in percentages

R + G + B =
6 + 46 + 64 = 116 (100%)
R 6 of 116 ~ 5.17%
G 46 of 116 ~ 39.66%
B 64 of 116 ~ 55.17%

%39.66
%55.17

CMYK color model

#062E40 color CMYK value is (91,28,0,75).

  • cyan value is 90.63%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(91,28,0,75)
C91M28Y0K75 
(91%,28%,0%,75%)
(0.91/0.28/0.00/0.75)	

CMYK percentages

%90.63
%28.13
%0
%74.9

Codes

Color #062E40 in popluar color models

062E40
RGB64664
HSL199°82.86%13.73%
HSB/HSV199°90.63%25.10%
CMYK90.63%28.13%0.00%
74.90%

Color #062E40 in popluar number systems.

HEX062E40
Decimal64664
Binary1101011101000000
Octal656100

Shades and tints

Shades of #062E40

#062E40
(6,46,64)
#062A3B
(6,42,59)
#062636
(6,38,54)
#062231
(6,34,49)
#061E2C
(6,30,44)
#061A27
(6,26,39)
#061622
(6,22,34)
#06121D
(6,18,29)
#060E18
(6,14,24)
#060A13
(6,10,19)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #062E40

#062E40
(6,46,64)
#1C4151
(28,65,81)
#325462
(50,84,98)
#486773
(72,103,115)
#5E7A84
(94,122,132)
#748D95
(116,141,149)
#8AA0A6
(138,160,166)
#A0B3B7
(160,179,183)
#B6C6C8
(182,198,200)
#CCD9D9
(204,217,217)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062E40 color. Also use rgb(6,46,64) instead hex code.

Text Font Color

.myTextColor { color: #062E40; }

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

This text font color is #062E40.


Background Color

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

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

This div background color is #062E40.


Border color

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

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

This div border color is #062E40.


Opacity

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

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

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

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

This text has shadow with #062E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062E40 on black background.


Color preview on white background

This text has color #062E40 on white background.



Black color preview on #062E40 background

This text has black color on #062E40 background.


White color preview on #062E40 background

This text has white color on #062E40 background.