COLOR #064342

HEX: #064342 RGB: (6,67,66)

Color info

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

RGB color model

#064342 color RGB value is (6,67,66).

RGB: (6,67,66) (2%, 26%, 26%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 66 of 255 = 26%

6
67
66

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

Portions of RGB colors in percentages

R + G + B = 6 + 67 + 66 = 139 (100%)
R 6 of 139 ~ 4.32%
G 67 of 139 ~ 48.2%
B 66 of 139 ~ 47.48'%

%48.2
%47.48

CMYK color model

#064342 color CMYK value is (91,0,1,74).

  • cyan value is 91.04%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%

CMYK: (91,0,1,74)
C91M0Y1K74 (91%, 0%, 1%, 74%)
(0.91 / 0.00 / 0.01 / 0.74)

CMYK percentages

%91.04
%0
%1.49
%73.73

Codes

Color #064342 in popluar color models

06 43 42
RGB 6 67 66
HSL 179° 83.56% 14.31%
HSB/HSV 179° 91.04% 26.27%
CMYK 91.04% 0.00% 1.49%
73.73%

Color #064342 in popluar number systems.

HEX 06 43 42
Decimal 6 67 66
Binary 110 1000011 1000010
Octal 6 103 102

Shades and tints

Shades of #064342

#064342
(6,67,66)
#063D3C
(6,61,60)
#063736
(6,55,54)
#063130
(6,49,48)
#062B2A
(6,43,42)
#062524
(6,37,36)
#061F1E
(6,31,30)
#061918
(6,25,24)
#061312
(6,19,18)
#060D0C
(6,13,12)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #064342

#064342
(6,67,66)
#1C5453
(28,84,83)
#326564
(50,101,100)
#487675
(72,118,117)
#5E8786
(94,135,134)
#749897
(116,152,151)
#8AA9A8
(138,169,168)
#A0BAB9
(160,186,185)
#B6CBCA
(182,203,202)
#CCDCDB
(204,220,219)
#E2EDEC
(226,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064342 color. Also use rgb(6,67,66) instead hex code.

Text Font Color

.myTextColor { color: #064342; }

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

This text font color is #064342.

Background Color

.myBgColor { background-color: #064342; }

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

This div background color is #064342.

Border color

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

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

This div border color is #064342.

Opacity

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

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

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

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

This text has shadow with #064342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064342.

Preview

Color preview on black background

This text has color #064342 on black background.


Color preview on white background

This text has color #064342 on white background.


Black color preview on #064342 background

This text has black color on #064342 background.


White color preview on #064342 background

This text has white color on #064342 background.


Related colors

Complementary color

Complementary color for #hex is #F9BCBD.


I love getcolorcode.com

Triadic colors

1 #420643 and #434206 with #064342 are triadic colors.

2 #424306 and #430642 with #064342 are triadic colors.