COLOR #06314A

HEX: #06314A
RGB: (6,49,74)

Color info

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

RGB color model

#06314A color RGB value is (6,49,74).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 74 of 255 = 29%

6
49
74

R + G + B ~ 17%. #06314A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 74 = 129 (100%)
R 6 of 129 ~ 4.65%
G 49 of 129 ~ 37.98%
B 74 of 129 ~ 57.36%

%37.98
%57.36

CMYK color model

#06314A color CMYK value is (92,34,0,71).

  • cyan value is 91.89%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(92,34,0,71)
C92M34Y0K71 
(92%,34%,0%,71%)
(0.92/0.34/0.00/0.71)	

CMYK percentages

%91.89
%33.78
%0
%70.98

Codes

Color #06314A in popluar color models

06314A
RGB64974
HSL202°85.00%15.69%
HSB/HSV202°91.89%29.02%
CMYK91.89%33.78%0.00%
70.98%

Color #06314A in popluar number systems.

HEX06314A
Decimal64974
Binary1101100011001010
Octal661112

Shades and tints

Shades of #06314A

#06314A
(6,49,74)
#062D44
(6,45,68)
#06293E
(6,41,62)
#062538
(6,37,56)
#062132
(6,33,50)
#061D2C
(6,29,44)
#061926
(6,25,38)
#061520
(6,21,32)
#06111A
(6,17,26)
#060D14
(6,13,20)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #06314A

#06314A
(6,49,74)
#1C435A
(28,67,90)
#32556A
(50,85,106)
#48677A
(72,103,122)
#5E798A
(94,121,138)
#748B9A
(116,139,154)
#8A9DAA
(138,157,170)
#A0AFBA
(160,175,186)
#B6C1CA
(182,193,202)
#CCD3DA
(204,211,218)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06314A color. Also use rgb(6,49,74) instead hex code.

Text Font Color

.myTextColor { color: #06314A; }

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

This text font color is #06314A.


Background Color

.myBgColor { background-color: #06314A; }

<div style="background-color:#06314A">Inner text</div>

This div background color is #06314A.


Border color

.myBorderColor { border: 1px solid #06314A; }

<div style="border:3px solid #06314A">Div</div>

This div border color is #06314A.


Opacity

.myOpacity80 { color: #06314A; opacity: 0.8; }

<p style="color:#06314A;opacity:0.8;">80%</p>

Text with #06314A 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 #06314A;}

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

This text has shadow with #06314A color.

.textShadow {text-shadow: 3px 3px 1px #06314A, 3px 3px 1px red;}

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

This text has shadow with #06314A primary color and red secondary color.


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

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

This text has shadow with #06314A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06314A on black background.


Color preview on white background

This text has color #06314A on white background.



Black color preview on #06314A background

This text has black color on #06314A background.


White color preview on #06314A background

This text has white color on #06314A background.