COLOR #062E3C

HEX: #062E3C RGB: (6,46,60)

Color info

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

RGB color model

#062E3C color RGB value is (6,46,60).

RGB: (6,46,60) (2%, 18%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 46 of 255 = 18%
B 60 of 255 = 24%

6
46
60

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

Portions of RGB colors in percentages

R + G + B = 6 + 46 + 60 = 112 (100%)
R 6 of 112 ~ 5.36%
G 46 of 112 ~ 41.07%
B 60 of 112 ~ 53.57'%

%41.07
%53.57

CMYK color model

#062E3C color CMYK value is (90,23,0,76).

  • cyan value is 90.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (90,23,0,76)
C90M23Y0K76 (90%, 23%, 0%, 76%)
(0.90 / 0.23 / 0.00 / 0.76)

CMYK percentages

%90
%23.33
%0
%76.47

Codes

Color #062E3C in popluar color models

06 2E 3C
RGB 6 46 60
HSL 196° 81.82% 12.94%
HSB/HSV 196° 90.00% 23.53%
CMYK 90.00% 23.33% 0.00%
76.47%

Color #062E3C in popluar number systems.

HEX 06 2E 3C
Decimal 6 46 60
Binary 110 101110 111100
Octal 6 56 74

Shades and tints

Shades of #062E3C

#062E3C
(6,46,60)
#062A37
(6,42,55)
#062632
(6,38,50)
#06222D
(6,34,45)
#061E28
(6,30,40)
#061A23
(6,26,35)
#06161E
(6,22,30)
#061219
(6,18,25)
#060E14
(6,14,20)
#060A0F
(6,10,15)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #062E3C

#062E3C
(6,46,60)
#1C414D
(28,65,77)
#32545E
(50,84,94)
#48676F
(72,103,111)
#5E7A80
(94,122,128)
#748D91
(116,141,145)
#8AA0A2
(138,160,162)
#A0B3B3
(160,179,179)
#B6C6C4
(182,198,196)
#CCD9D5
(204,217,213)
#E2ECE6
(226,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062E3C; }

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

This text font color is #062E3C.

Background Color

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

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

This div background color is #062E3C.

Border color

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

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

This div border color is #062E3C.

Opacity

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

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

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

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

This text has shadow with #062E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #062E3C.

Preview

Color preview on black background

This text has color #062E3C on black background.


Color preview on white background

This text has color #062E3C on white background.


Black color preview on #062E3C background

This text has black color on #062E3C background.


White color preview on #062E3C background

This text has white color on #062E3C background.


Related colors

Complementary color

Complementary color for #hex is #F9D1C3.


I love getcolorcode.com

Triadic colors

1 #3C062E and #2E3C06 with #062E3C are triadic colors.

2 #3C2E06 and #2E063C with #062E3C are triadic colors.