COLOR #062C4A

HEX: #062C4A
RGB: (6,44,74)

Color info

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

RGB color model

#062C4A color RGB value is (6,44,74).

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

RGB channels and saturation

R 6 of 255 = 2%
G 44 of 255 = 17%
B 74 of 255 = 29%

6
44
74

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

Portions of RGB colors in percentages

R + G + B =
6 + 44 + 74 = 124 (100%)
R 6 of 124 ~ 4.84%
G 44 of 124 ~ 35.48%
B 74 of 124 ~ 59.68%

%35.48
%59.68

CMYK color model

#062C4A color CMYK value is (92,41,0,71).

  • cyan value is 91.89%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(92,41,0,71)
C92M41Y0K71 
(92%,41%,0%,71%)
(0.92/0.41/0.00/0.71)	

CMYK percentages

%91.89
%40.54
%0
%70.98

Codes

Color #062C4A in popluar color models

062C4A
RGB64474
HSL206°85.00%15.69%
HSB/HSV206°91.89%29.02%
CMYK91.89%40.54%0.00%
70.98%

Color #062C4A in popluar number systems.

HEX062C4A
Decimal64474
Binary1101011001001010
Octal654112

Shades and tints

Shades of #062C4A

#062C4A
(6,44,74)
#062844
(6,40,68)
#06243E
(6,36,62)
#062038
(6,32,56)
#061C32
(6,28,50)
#06182C
(6,24,44)
#061426
(6,20,38)
#061020
(6,16,32)
#060C1A
(6,12,26)
#060814
(6,8,20)
#06040E
(6,4,14)
#000000
(0,0,0)

Tints of #062C4A

#062C4A
(6,44,74)
#1C3F5A
(28,63,90)
#32526A
(50,82,106)
#48657A
(72,101,122)
#5E788A
(94,120,138)
#748B9A
(116,139,154)
#8A9EAA
(138,158,170)
#A0B1BA
(160,177,186)
#B6C4CA
(182,196,202)
#CCD7DA
(204,215,218)
#E2EAEA
(226,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062C4A; }

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

This text font color is #062C4A.


Background Color

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

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

This div background color is #062C4A.


Border color

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

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

This div border color is #062C4A.


Opacity

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

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

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

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

This text has shadow with #062C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062C4A on black background.


Color preview on white background

This text has color #062C4A on white background.



Black color preview on #062C4A background

This text has black color on #062C4A background.


White color preview on #062C4A background

This text has white color on #062C4A background.