COLOR #06314C

HEX: #06314C
RGB: (6,49,76)

Color info

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

RGB color model

#06314C color RGB value is (6,49,76).

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

RGB channels and saturation

R 6 of 255 = 2%
G 49 of 255 = 19%
B 76 of 255 = 30%

6
49
76

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

Portions of RGB colors in percentages

R + G + B =
6 + 49 + 76 = 131 (100%)
R 6 of 131 ~ 4.58%
G 49 of 131 ~ 37.4%
B 76 of 131 ~ 58.02%

%37.4
%58.02

CMYK color model

#06314C color CMYK value is (92,36,0,70).

  • cyan value is 92.11%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(92,36,0,70)
C92M36Y0K70 
(92%,36%,0%,70%)
(0.92/0.36/0.00/0.70)	

CMYK percentages

%92.11
%35.53
%0
%70.2

Codes

Color #06314C in popluar color models

06314C
RGB64976
HSL203°85.37%16.08%
HSB/HSV203°92.11%29.80%
CMYK92.11%35.53%0.00%
70.20%

Color #06314C in popluar number systems.

HEX06314C
Decimal64976
Binary1101100011001100
Octal661114

Shades and tints

Shades of #06314C

#06314C
(6,49,76)
#062D46
(6,45,70)
#062940
(6,41,64)
#06253A
(6,37,58)
#062134
(6,33,52)
#061D2E
(6,29,46)
#061928
(6,25,40)
#061522
(6,21,34)
#06111C
(6,17,28)
#060D16
(6,13,22)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #06314C

#06314C
(6,49,76)
#1C435C
(28,67,92)
#32556C
(50,85,108)
#48677C
(72,103,124)
#5E798C
(94,121,140)
#748B9C
(116,139,156)
#8A9DAC
(138,157,172)
#A0AFBC
(160,175,188)
#B6C1CC
(182,193,204)
#CCD3DC
(204,211,220)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06314C; }

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

This text font color is #06314C.


Background Color

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

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

This div background color is #06314C.


Border color

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

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

This div border color is #06314C.


Opacity

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

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

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

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

This text has shadow with #06314C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06314C on black background.


Color preview on white background

This text has color #06314C on white background.



Black color preview on #06314C background

This text has black color on #06314C background.


White color preview on #06314C background

This text has white color on #06314C background.