COLOR #063B4F

HEX: #063B4F RGB: (6,59,79)

Color info

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

RGB color model

#063B4F color RGB value is (6,59,79).

RGB: (6,59,79) (2%, 23%, 31%)

RGB channels and saturation

R 6 of 255 = 2%
G 59 of 255 = 23%
B 79 of 255 = 31%

6
59
79

R + G + B ~ 19%. #063B4F is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 59 + 79 = 144 (100%)
R 6 of 144 ~ 4.17%
G 59 of 144 ~ 40.97%
B 79 of 144 ~ 54.86'%

%40.97
%54.86

CMYK color model

#063B4F color CMYK value is (92,25,0,69).

  • cyan value is 92.41%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (92,25,0,69)
C92M25Y0K69 (92%, 25%, 0%, 69%)
(0.92 / 0.25 / 0.00 / 0.69)

CMYK percentages

%92.41
%25.32
%0
%69.02

Codes

Color #063B4F in popluar color models

06 3B 4F
RGB 6 59 79
HSL 196° 85.88% 16.67%
HSB/HSV 196° 92.41% 30.98%
CMYK 92.41% 25.32% 0.00%
69.02%

Color #063B4F in popluar number systems.

HEX 06 3B 4F
Decimal 6 59 79
Binary 110 111011 1001111
Octal 6 73 117

Shades and tints

Shades of #063B4F

#063B4F
(6,59,79)
#063648
(6,54,72)
#063141
(6,49,65)
#062C3A
(6,44,58)
#062733
(6,39,51)
#06222C
(6,34,44)
#061D25
(6,29,37)
#06181E
(6,24,30)
#061317
(6,19,23)
#060E10
(6,14,16)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #063B4F

#063B4F
(6,59,79)
#1C4C5F
(28,76,95)
#325D6F
(50,93,111)
#486E7F
(72,110,127)
#5E7F8F
(94,127,143)
#74909F
(116,144,159)
#8AA1AF
(138,161,175)
#A0B2BF
(160,178,191)
#B6C3CF
(182,195,207)
#CCD4DF
(204,212,223)
#E2E5EF
(226,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063B4F color. Also use rgb(6,59,79) instead hex code.

Text Font Color

.myTextColor { color: #063B4F; }

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

This text font color is #063B4F.

Background Color

.myBgColor { background-color: #063B4F; }

<div style="background-color:#063B4F">Inner text</div>

This div background color is #063B4F.

Border color

.myBorderColor { border: 1px solid #063B4F; }

<div style="border:3px solid #063B4F">Div</div>

This div border color is #063B4F.

Opacity

.myOpacity80 { color: #063B4F; opacity: 0.8; }

<p style="color:#063B4F;opacity:0.8;">80%</p>

Text with #063B4F 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 #063B4F;}

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

This text has shadow with #063B4F color.


.textShadow {text-shadow: 3px 3px 1px #063B4F', 3px 3px 1px red;}

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

This text has shadow with #063B4F primary color and red secondary color.


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

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

This text has shadow with #063B4F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #063B4F; -webkit-box-shadow: 1px 1px 3px 2px #063B4F; box-shadow:1px 1px 3px 2px #063B4F;">
Div content here
</div>

This div box has shadow with color #063B4F.

Preview

Color preview on black background

This text has color #063B4F on black background.


Color preview on white background

This text has color #063B4F on white background.


Black color preview on #063B4F background

This text has black color on #063B4F background.


White color preview on #063B4F background

This text has white color on #063B4F background.


Related colors

Complementary color

Complementary color for #hex is #F9C4B0.


I love getcolorcode.com

Triadic colors

1 #4F063B and #3B4F06 with #063B4F are triadic colors.

2 #4F3B06 and #3B064F with #063B4F are triadic colors.