COLOR #06344F

HEX: #06344F
RGB: (6,52,79)

Color info

#06344F contains mainly green and blue colors. Web safe color of #06344F is #003366 (or #036).

RGB color model

#06344F color RGB value is (6,52,79).

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

RGB channels and saturation

R 6 of 255 = 2%
G 52 of 255 = 20%
B 79 of 255 = 31%

6
52
79

R + G + B ~ 18%. #06344F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 52 + 79 = 137 (100%)
R 6 of 137 ~ 4.38%
G 52 of 137 ~ 37.96%
B 79 of 137 ~ 57.66%

%37.96
%57.66

CMYK color model

#06344F color CMYK value is (92,34,0,69).

  • cyan value is 92.41%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(92,34,0,69)
C92M34Y0K69 
(92%,34%,0%,69%)
(0.92/0.34/0.00/0.69)	

CMYK percentages

%92.41
%34.18
%0
%69.02

Codes

Color #06344F in popluar color models

06344F
RGB65279
HSL202°85.88%16.67%
HSB/HSV202°92.41%30.98%
CMYK92.41%34.18%0.00%
69.02%

Color #06344F in popluar number systems.

HEX06344F
Decimal65279
Binary1101101001001111
Octal664117

Shades and tints

Shades of #06344F

#06344F
(6,52,79)
#063048
(6,48,72)
#062C41
(6,44,65)
#06283A
(6,40,58)
#062433
(6,36,51)
#06202C
(6,32,44)
#061C25
(6,28,37)
#06181E
(6,24,30)
#061417
(6,20,23)
#061010
(6,16,16)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #06344F

#06344F
(6,52,79)
#1C465F
(28,70,95)
#32586F
(50,88,111)
#486A7F
(72,106,127)
#5E7C8F
(94,124,143)
#748E9F
(116,142,159)
#8AA0AF
(138,160,175)
#A0B2BF
(160,178,191)
#B6C4CF
(182,196,207)
#CCD6DF
(204,214,223)
#E2E8EF
(226,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06344F; }

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

This text font color is #06344F.


Background Color

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

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

This div background color is #06344F.


Border color

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

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

This div border color is #06344F.


Opacity

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

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

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

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

This text has shadow with #06344F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06344F on black background.


Color preview on white background

This text has color #06344F on white background.



Black color preview on #06344F background

This text has black color on #06344F background.


White color preview on #06344F background

This text has white color on #06344F background.