COLOR #063744

HEX: #063744
RGB: (6,55,68)

Color info

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

RGB color model

#063744 color RGB value is (6,55,68).

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

RGB channels and saturation

R 6 of 255 = 2%
G 55 of 255 = 22%
B 68 of 255 = 27%

6
55
68

R + G + B ~ 17%. #063744 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 55 + 68 = 129 (100%)
R 6 of 129 ~ 4.65%
G 55 of 129 ~ 42.64%
B 68 of 129 ~ 52.71%

%42.64
%52.71

CMYK color model

#063744 color CMYK value is (91,19,0,73).

  • cyan value is 91.18%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(91,19,0,73)
C91M19Y0K73 
(91%,19%,0%,73%)
(0.91/0.19/0.00/0.73)	

CMYK percentages

%91.18
%19.12
%0
%73.33

Codes

Color #063744 in popluar color models

063744
RGB65568
HSL193°83.78%14.51%
HSB/HSV193°91.18%26.67%
CMYK91.18%19.12%0.00%
73.33%

Color #063744 in popluar number systems.

HEX063744
Decimal65568
Binary1101101111000100
Octal667104

Shades and tints

Shades of #063744

#063744
(6,55,68)
#06323E
(6,50,62)
#062D38
(6,45,56)
#062832
(6,40,50)
#06232C
(6,35,44)
#061E26
(6,30,38)
#061920
(6,25,32)
#06141A
(6,20,26)
#060F14
(6,15,20)
#060A0E
(6,10,14)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #063744

#063744
(6,55,68)
#1C4955
(28,73,85)
#325B66
(50,91,102)
#486D77
(72,109,119)
#5E7F88
(94,127,136)
#749199
(116,145,153)
#8AA3AA
(138,163,170)
#A0B5BB
(160,181,187)
#B6C7CC
(182,199,204)
#CCD9DD
(204,217,221)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063744; }

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

This text font color is #063744.


Background Color

.myBgColor { background-color: #063744; }

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

This div background color is #063744.


Border color

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

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

This div border color is #063744.


Opacity

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

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

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

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

This text has shadow with #063744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063744 on black background.


Color preview on white background

This text has color #063744 on white background.



Black color preview on #063744 background

This text has black color on #063744 background.


White color preview on #063744 background

This text has white color on #063744 background.