COLOR #064144

HEX: #064144
RGB: (6,65,68)

Color info

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

RGB color model

#064144 color RGB value is (6,65,68).

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

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 68 of 255 = 27%

6
65
68

R + G + B ~ 18%. #064144 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 68 = 139 (100%)
R 6 of 139 ~ 4.32%
G 65 of 139 ~ 46.76%
B 68 of 139 ~ 48.92%

%46.76
%48.92

CMYK color model

#064144 color CMYK value is (91,4,0,73).

  • cyan value is 91.18%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(91,4,0,73)
C91M4Y0K73 
(91%,4%,0%,73%)
(0.91/0.04/0.00/0.73)	

CMYK percentages

%91.18
%4.41
%0
%73.33

Codes

Color #064144 in popluar color models

064144
RGB66568
HSL183°83.78%14.51%
HSB/HSV183°91.18%26.67%
CMYK91.18%4.41%0.00%
73.33%

Color #064144 in popluar number systems.

HEX064144
Decimal66568
Binary11010000011000100
Octal6101104

Shades and tints

Shades of #064144

#064144
(6,65,68)
#063C3E
(6,60,62)
#063738
(6,55,56)
#063232
(6,50,50)
#062D2C
(6,45,44)
#062826
(6,40,38)
#062320
(6,35,32)
#061E1A
(6,30,26)
#061914
(6,25,20)
#06140E
(6,20,14)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #064144

#064144
(6,65,68)
#1C5255
(28,82,85)
#326366
(50,99,102)
#487477
(72,116,119)
#5E8588
(94,133,136)
#749699
(116,150,153)
#8AA7AA
(138,167,170)
#A0B8BB
(160,184,187)
#B6C9CC
(182,201,204)
#CCDADD
(204,218,221)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064144; }

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

This text font color is #064144.


Background Color

.myBgColor { background-color: #064144; }

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

This div background color is #064144.


Border color

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

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

This div border color is #064144.


Opacity

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

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

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

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

This text has shadow with #064144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064144 on black background.


Color preview on white background

This text has color #064144 on white background.



Black color preview on #064144 background

This text has black color on #064144 background.


White color preview on #064144 background

This text has white color on #064144 background.