COLOR #064242

HEX: #064242 RGB: (6,66,66)

Color info

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

RGB color model

#064242 color RGB value is (6,66,66).

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

RGB channels and saturation

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

6
66
66

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

Portions of RGB colors in percentages

R + G + B = 6 + 66 + 66 = 138 (100%)
R 6 of 138 ~ 4.35%
G 66 of 138 ~ 47.83%
B 66 of 138 ~ 47.83'%

%47.83
%47.83

CMYK color model

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

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (91,0,0,74)
C91M0Y0K74 (91%, 0%, 0%, 74%)
(0.91 / 0.00 / 0.00 / 0.74)

CMYK percentages

%90.91
%0
%0
%74.12

Codes

Color #064242 in popluar color models

06 42 42
RGB 6 66 66
HSL 180° 83.33% 14.12%
HSB/HSV 180° 90.91% 25.88%
CMYK 90.91% 0.00% 0.00%
74.12%

Color #064242 in popluar number systems.

HEX 06 42 42
Decimal 6 66 66
Binary 110 1000010 1000010
Octal 6 102 102

Shades and tints

Shades of #064242

#064242
(6,66,66)
#063C3C
(6,60,60)
#063636
(6,54,54)
#063030
(6,48,48)
#062A2A
(6,42,42)
#062424
(6,36,36)
#061E1E
(6,30,30)
#061818
(6,24,24)
#061212
(6,18,18)
#060C0C
(6,12,12)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #064242

#064242
(6,66,66)
#1C5353
(28,83,83)
#326464
(50,100,100)
#487575
(72,117,117)
#5E8686
(94,134,134)
#749797
(116,151,151)
#8AA8A8
(138,168,168)
#A0B9B9
(160,185,185)
#B6CACA
(182,202,202)
#CCDBDB
(204,219,219)
#E2ECEC
(226,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064242; }

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

This text font color is #064242.

Background Color

.myBgColor { background-color: #064242; }

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

This div background color is #064242.

Border color

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

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

This div border color is #064242.

Opacity

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

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

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

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

This text has shadow with #064242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064242.

Preview

Color preview on black background

This text has color #064242 on black background.


Color preview on white background

This text has color #064242 on white background.


Black color preview on #064242 background

This text has black color on #064242 background.


White color preview on #064242 background

This text has white color on #064242 background.


Related colors

Complementary color

Complementary color for #hex is #F9BDBD.


I love getcolorcode.com