COLOR #06354F

HEX: #06354F
RGB: (6,53,79)

Color info

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

RGB color model

#06354F color RGB value is (6,53,79).

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

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 79 of 255 = 31%

6
53
79

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

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 79 = 138 (100%)
R 6 of 138 ~ 4.35%
G 53 of 138 ~ 38.41%
B 79 of 138 ~ 57.25%

%38.41
%57.25

CMYK color model

#06354F color CMYK value is (92,33,0,69).

  • cyan value is 92.41%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(92,33,0,69)
C92M33Y0K69 
(92%,33%,0%,69%)
(0.92/0.33/0.00/0.69)	

CMYK percentages

%92.41
%32.91
%0
%69.02

Codes

Color #06354F in popluar color models

06354F
RGB65379
HSL201°85.88%16.67%
HSB/HSV201°92.41%30.98%
CMYK92.41%32.91%0.00%
69.02%

Color #06354F in popluar number systems.

HEX06354F
Decimal65379
Binary1101101011001111
Octal665117

Shades and tints

Shades of #06354F

#06354F
(6,53,79)
#063148
(6,49,72)
#062D41
(6,45,65)
#06293A
(6,41,58)
#062533
(6,37,51)
#06212C
(6,33,44)
#061D25
(6,29,37)
#06191E
(6,25,30)
#061517
(6,21,23)
#061110
(6,17,16)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #06354F

#06354F
(6,53,79)
#1C475F
(28,71,95)
#32596F
(50,89,111)
#486B7F
(72,107,127)
#5E7D8F
(94,125,143)
#748F9F
(116,143,159)
#8AA1AF
(138,161,175)
#A0B3BF
(160,179,191)
#B6C5CF
(182,197,207)
#CCD7DF
(204,215,223)
#E2E9EF
(226,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06354F; }

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

This text font color is #06354F.


Background Color

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

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

This div background color is #06354F.


Border color

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

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

This div border color is #06354F.


Opacity

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

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

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

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

This text has shadow with #06354F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06354F on black background.


Color preview on white background

This text has color #06354F on white background.



Black color preview on #06354F background

This text has black color on #06354F background.


White color preview on #06354F background

This text has white color on #06354F background.