COLOR #064145

HEX: #064145 RGB: (6,65,69)

Color info

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

RGB color model

#064145 color RGB value is (6,65,69).

RGB: (6,65,69) (2%, 25%, 27%)

RGB channels and saturation

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

6
65
69

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

Portions of RGB colors in percentages

R + G + B = 6 + 65 + 69 = 140 (100%)
R 6 of 140 ~ 4.29%
G 65 of 140 ~ 46.43%
B 69 of 140 ~ 49.29'%

%46.43
%49.29

CMYK color model

#064145 color CMYK value is (91,6,0,73).

  • cyan value is 91.30%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (91,6,0,73)
C91M6Y0K73 (91%, 6%, 0%, 73%)
(0.91 / 0.06 / 0.00 / 0.73)

CMYK percentages

%91.3
%5.8
%0
%72.94

Codes

Color #064145 in popluar color models

06 41 45
RGB 6 65 69
HSL 184° 84.00% 14.71%
HSB/HSV 184° 91.30% 27.06%
CMYK 91.30% 5.80% 0.00%
72.94%

Color #064145 in popluar number systems.

HEX 06 41 45
Decimal 6 65 69
Binary 110 1000001 1000101
Octal 6 101 105

Shades and tints

Shades of #064145

#064145
(6,65,69)
#063C3F
(6,60,63)
#063739
(6,55,57)
#063233
(6,50,51)
#062D2D
(6,45,45)
#062827
(6,40,39)
#062321
(6,35,33)
#061E1B
(6,30,27)
#061915
(6,25,21)
#06140F
(6,20,15)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #064145

#064145
(6,65,69)
#1C5255
(28,82,85)
#326365
(50,99,101)
#487475
(72,116,117)
#5E8585
(94,133,133)
#749695
(116,150,149)
#8AA7A5
(138,167,165)
#A0B8B5
(160,184,181)
#B6C9C5
(182,201,197)
#CCDAD5
(204,218,213)
#E2EBE5
(226,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064145; }

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

This text font color is #064145.

Background Color

.myBgColor { background-color: #064145; }

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

This div background color is #064145.

Border color

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

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

This div border color is #064145.

Opacity

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

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

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

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

This text has shadow with #064145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064145.

Preview

Color preview on black background

This text has color #064145 on black background.


Color preview on white background

This text has color #064145 on white background.


Black color preview on #064145 background

This text has black color on #064145 background.


White color preview on #064145 background

This text has white color on #064145 background.


Related colors

Complementary color

Complementary color for #hex is #F9BEBA.


I love getcolorcode.com

Triadic colors

1 #450641 and #414506 with #064145 are triadic colors.

2 #454106 and #410645 with #064145 are triadic colors.