COLOR #063556

HEX: #063556
RGB: (6,53,86)

Color info

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

RGB color model

#063556 color RGB value is (6,53,86).

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

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 86 of 255 = 34%

6
53
86

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

Portions of RGB colors in percentages

R + G + B =
6 + 53 + 86 = 145 (100%)
R 6 of 145 ~ 4.14%
G 53 of 145 ~ 36.55%
B 86 of 145 ~ 59.31%

%36.55
%59.31

CMYK color model

#063556 color CMYK value is (93,38,0,66).

  • cyan value is 93.02%
  • magenta value is 38.37%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(93,38,0,66)
C93M38Y0K66 
(93%,38%,0%,66%)
(0.93/0.38/0.00/0.66)	

CMYK percentages

%93.02
%38.37
%0
%66.27

Codes

Color #063556 in popluar color models

063556
RGB65386
HSL205°86.96%18.04%
HSB/HSV205°93.02%33.73%
CMYK93.02%38.37%0.00%
66.27%

Color #063556 in popluar number systems.

HEX063556
Decimal65386
Binary1101101011010110
Octal665126

Shades and tints

Shades of #063556

#063556
(6,53,86)
#06314F
(6,49,79)
#062D48
(6,45,72)
#062941
(6,41,65)
#06253A
(6,37,58)
#062133
(6,33,51)
#061D2C
(6,29,44)
#061925
(6,25,37)
#06151E
(6,21,30)
#061117
(6,17,23)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #063556

#063556
(6,53,86)
#1C4765
(28,71,101)
#325974
(50,89,116)
#486B83
(72,107,131)
#5E7D92
(94,125,146)
#748FA1
(116,143,161)
#8AA1B0
(138,161,176)
#A0B3BF
(160,179,191)
#B6C5CE
(182,197,206)
#CCD7DD
(204,215,221)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063556; }

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

This text font color is #063556.


Background Color

.myBgColor { background-color: #063556; }

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

This div background color is #063556.


Border color

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

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

This div border color is #063556.


Opacity

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

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

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

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

This text has shadow with #063556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063556 on black background.


Color preview on white background

This text has color #063556 on white background.



Black color preview on #063556 background

This text has black color on #063556 background.


White color preview on #063556 background

This text has white color on #063556 background.