COLOR #063D4D

HEX: #063D4D
RGB: (6,61,77)

Color info

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

RGB color model

#063D4D color RGB value is (6,61,77).

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

RGB channels and saturation

R 6 of 255 = 2%
G 61 of 255 = 24%
B 77 of 255 = 30%

6
61
77

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

Portions of RGB colors in percentages

R + G + B =
6 + 61 + 77 = 144 (100%)
R 6 of 144 ~ 4.17%
G 61 of 144 ~ 42.36%
B 77 of 144 ~ 53.47%

%42.36
%53.47

CMYK color model

#063D4D color CMYK value is (92,21,0,70).

  • cyan value is 92.21%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(92,21,0,70)
C92M21Y0K70 
(92%,21%,0%,70%)
(0.92/0.21/0.00/0.70)	

CMYK percentages

%92.21
%20.78
%0
%69.8

Codes

Color #063D4D in popluar color models

063D4D
RGB66177
HSL194°85.54%16.27%
HSB/HSV194°92.21%30.20%
CMYK92.21%20.78%0.00%
69.80%

Color #063D4D in popluar number systems.

HEX063D4D
Decimal66177
Binary1101111011001101
Octal675115

Shades and tints

Shades of #063D4D

#063D4D
(6,61,77)
#063846
(6,56,70)
#06333F
(6,51,63)
#062E38
(6,46,56)
#062931
(6,41,49)
#06242A
(6,36,42)
#061F23
(6,31,35)
#061A1C
(6,26,28)
#061515
(6,21,21)
#06100E
(6,16,14)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #063D4D

#063D4D
(6,61,77)
#1C4E5D
(28,78,93)
#325F6D
(50,95,109)
#48707D
(72,112,125)
#5E818D
(94,129,141)
#74929D
(116,146,157)
#8AA3AD
(138,163,173)
#A0B4BD
(160,180,189)
#B6C5CD
(182,197,205)
#CCD6DD
(204,214,221)
#E2E7ED
(226,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063D4D color. Also use rgb(6,61,77) instead hex code.

Text Font Color

.myTextColor { color: #063D4D; }

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

This text font color is #063D4D.


Background Color

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

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

This div background color is #063D4D.


Border color

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

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

This div border color is #063D4D.


Opacity

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

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

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

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

This text has shadow with #063D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063D4D on black background.


Color preview on white background

This text has color #063D4D on white background.



Black color preview on #063D4D background

This text has black color on #063D4D background.


White color preview on #063D4D background

This text has white color on #063D4D background.