COLOR #06344D

HEX: #06344D
RGB: (6,52,77)

Color info

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

RGB color model

#06344D color RGB value is (6,52,77).

  • red value is 6;
  • green value is 52;
  • blue value is 77.
RGB:
(6,52,77)
(2%,20%,30%)

RGB channels and saturation

R 6 of 255 = 2%
G 52 of 255 = 20%
B 77 of 255 = 30%

6
52
77

R + G + B ~ 17%. #06344D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 52 + 77 = 135 (100%)
R 6 of 135 ~ 4.44%
G 52 of 135 ~ 38.52%
B 77 of 135 ~ 57.04%

%38.52
%57.04

CMYK color model

#06344D color CMYK value is (92,32,0,70).

  • cyan value is 92.21%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(92,32,0,70)
C92M32Y0K70 
(92%,32%,0%,70%)
(0.92/0.32/0.00/0.70)	

CMYK percentages

%92.21
%32.47
%0
%69.8

Codes

Color #06344D in popluar color models

06344D
RGB65277
HSL201°85.54%16.27%
HSB/HSV201°92.21%30.20%
CMYK92.21%32.47%0.00%
69.80%

Color #06344D in popluar number systems.

HEX06344D
Decimal65277
Binary1101101001001101
Octal664115

Shades and tints

Shades of #06344D

#06344D
(6,52,77)
#063046
(6,48,70)
#062C3F
(6,44,63)
#062838
(6,40,56)
#062431
(6,36,49)
#06202A
(6,32,42)
#061C23
(6,28,35)
#06181C
(6,24,28)
#061415
(6,20,21)
#06100E
(6,16,14)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #06344D

#06344D
(6,52,77)
#1C465D
(28,70,93)
#32586D
(50,88,109)
#486A7D
(72,106,125)
#5E7C8D
(94,124,141)
#748E9D
(116,142,157)
#8AA0AD
(138,160,173)
#A0B2BD
(160,178,189)
#B6C4CD
(182,196,205)
#CCD6DD
(204,214,221)
#E2E8ED
(226,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06344D color. Also use rgb(6,52,77) instead hex code.

Text Font Color

.myTextColor { color: #06344D; }

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

This text font color is #06344D.


Background Color

.myBgColor { background-color: #06344D; }

<div style="background-color:#06344D">Inner text</div>

This div background color is #06344D.


Border color

.myBorderColor { border: 1px solid #06344D; }

<div style="border:3px solid #06344D">Div</div>

This div border color is #06344D.


Opacity

.myOpacity80 { color: #06344D; opacity: 0.8; }

<p style="color:#06344D;opacity:0.8;">80%</p>

Text with #06344D 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 #06344D;}

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

This text has shadow with #06344D color.

.textShadow {text-shadow: 3px 3px 1px #06344D, 3px 3px 1px red;}

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

This text has shadow with #06344D primary color and red secondary color.


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

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

This text has shadow with #06344D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06344D on black background.


Color preview on white background

This text has color #06344D on white background.



Black color preview on #06344D background

This text has black color on #06344D background.


White color preview on #06344D background

This text has white color on #06344D background.