COLOR #063756

HEX: #063756
RGB: (6,55,86)

Color info

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

RGB color model

#063756 color RGB value is (6,55,86).

  • red value is 6;
  • green value is 55;
  • blue value is 86.
RGB:
(6,55,86)
(2%,22%,34%)

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 86 of 255 = 34%

6
55
86

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

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 86 = 147 (100%)
R 6 of 147 ~ 4.08%
G 55 of 147 ~ 37.41%
B 86 of 147 ~ 58.5%

%37.41
%58.5

CMYK color model

#063756 color CMYK value is (93,36,0,66).

  • cyan value is 93.02%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(93,36,0,66)
C93M36Y0K66 
(93%,36%,0%,66%)
(0.93/0.36/0.00/0.66)	

CMYK percentages

%93.02
%36.05
%0
%66.27

Codes

Color #063756 in popluar color models

063756
RGB65586
HSL203°86.96%18.04%
HSB/HSV203°93.02%33.73%
CMYK93.02%36.05%0.00%
66.27%

Color #063756 in popluar number systems.

HEX063756
Decimal65586
Binary1101101111010110
Octal667126

Shades and tints

Shades of #063756

#063756
(6,55,86)
#06324F
(6,50,79)
#062D48
(6,45,72)
#062841
(6,40,65)
#06233A
(6,35,58)
#061E33
(6,30,51)
#06192C
(6,25,44)
#061425
(6,20,37)
#060F1E
(6,15,30)
#060A17
(6,10,23)
#060510
(6,5,16)
#000000
(0,0,0)

Tints of #063756

#063756
(6,55,86)
#1C4965
(28,73,101)
#325B74
(50,91,116)
#486D83
(72,109,131)
#5E7F92
(94,127,146)
#7491A1
(116,145,161)
#8AA3B0
(138,163,176)
#A0B5BF
(160,181,191)
#B6C7CE
(182,199,206)
#CCD9DD
(204,217,221)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063756 color. Also use rgb(6,55,86) instead hex code.

Text Font Color

.myTextColor { color: #063756; }

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

This text font color is #063756.


Background Color

.myBgColor { background-color: #063756; }

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

This div background color is #063756.


Border color

.myBorderColor { border: 1px solid #063756; }

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

This div border color is #063756.


Opacity

.myOpacity80 { color: #063756; opacity: 0.8; }

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

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

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

This text has shadow with #063756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063756 on black background.


Color preview on white background

This text has color #063756 on white background.



Black color preview on #063756 background

This text has black color on #063756 background.


White color preview on #063756 background

This text has white color on #063756 background.