COLOR #063755

HEX: #063755
RGB: (6,55,85)

Color info

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

RGB color model

#063755 color RGB value is (6,55,85).

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

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 85 of 255 = 33%

6
55
85

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

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 85 = 146 (100%)
R 6 of 146 ~ 4.11%
G 55 of 146 ~ 37.67%
B 85 of 146 ~ 58.22%

%37.67
%58.22

CMYK color model

#063755 color CMYK value is (93,35,0,67).

  • cyan value is 92.94%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(93,35,0,67)
C93M35Y0K67 
(93%,35%,0%,67%)
(0.93/0.35/0.00/0.67)	

CMYK percentages

%92.94
%35.29
%0
%66.67

Codes

Color #063755 in popluar color models

063755
RGB65585
HSL203°86.81%17.84%
HSB/HSV203°92.94%33.33%
CMYK92.94%35.29%0.00%
66.67%

Color #063755 in popluar number systems.

HEX063755
Decimal65585
Binary1101101111010101
Octal667125

Shades and tints

Shades of #063755

#063755
(6,55,85)
#06324E
(6,50,78)
#062D47
(6,45,71)
#062840
(6,40,64)
#062339
(6,35,57)
#061E32
(6,30,50)
#06192B
(6,25,43)
#061424
(6,20,36)
#060F1D
(6,15,29)
#060A16
(6,10,22)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #063755

#063755
(6,55,85)
#1C4964
(28,73,100)
#325B73
(50,91,115)
#486D82
(72,109,130)
#5E7F91
(94,127,145)
#7491A0
(116,145,160)
#8AA3AF
(138,163,175)
#A0B5BE
(160,181,190)
#B6C7CD
(182,199,205)
#CCD9DC
(204,217,220)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063755; }

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

This text font color is #063755.


Background Color

.myBgColor { background-color: #063755; }

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

This div background color is #063755.


Border color

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

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

This div border color is #063755.


Opacity

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

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

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

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

This text has shadow with #063755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063755 on black background.


Color preview on white background

This text has color #063755 on white background.



Black color preview on #063755 background

This text has black color on #063755 background.


White color preview on #063755 background

This text has white color on #063755 background.