COLOR #064D40

HEX: #064D40
RGB: (6,77,64)

Color info

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

RGB color model

#064D40 color RGB value is (6,77,64).

  • red value is 6;
  • green value is 77;
  • blue value is 64.
RGB:
(6,77,64)
(2%,30%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 77 of 255 = 30%
B 64 of 255 = 25%

6
77
64

R + G + B ~ 19%. #064D40 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 77 + 64 = 147 (100%)
R 6 of 147 ~ 4.08%
G 77 of 147 ~ 52.38%
B 64 of 147 ~ 43.54%

%52.38
%43.54

CMYK color model

#064D40 color CMYK value is (92,0,17,70).

  • cyan value is 92.21%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 69.80%
CMYK:
(92,0,17,70)
C92M0Y17K70 
(92%,0%,17%,70%)
(0.92/0.00/0.17/0.70)	

CMYK percentages

%92.21
%0
%16.88
%69.8

Codes

Color #064D40 in popluar color models

064D40
RGB67764
HSL169°85.54%16.27%
HSB/HSV169°92.21%30.20%
CMYK92.21%0.00%16.88%
69.80%

Color #064D40 in popluar number systems.

HEX064D40
Decimal67764
Binary11010011011000000
Octal6115100

Shades and tints

Shades of #064D40

#064D40
(6,77,64)
#06463B
(6,70,59)
#063F36
(6,63,54)
#063831
(6,56,49)
#06312C
(6,49,44)
#062A27
(6,42,39)
#062322
(6,35,34)
#061C1D
(6,28,29)
#061518
(6,21,24)
#060E13
(6,14,19)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #064D40

#064D40
(6,77,64)
#1C5D51
(28,93,81)
#326D62
(50,109,98)
#487D73
(72,125,115)
#5E8D84
(94,141,132)
#749D95
(116,157,149)
#8AADA6
(138,173,166)
#A0BDB7
(160,189,183)
#B6CDC8
(182,205,200)
#CCDDD9
(204,221,217)
#E2EDEA
(226,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064D40 color. Also use rgb(6,77,64) instead hex code.

Text Font Color

.myTextColor { color: #064D40; }

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

This text font color is #064D40.


Background Color

.myBgColor { background-color: #064D40; }

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

This div background color is #064D40.


Border color

.myBorderColor { border: 1px solid #064D40; }

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

This div border color is #064D40.


Opacity

.myOpacity80 { color: #064D40; opacity: 0.8; }

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

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

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

This text has shadow with #064D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064D40 on black background.


Color preview on white background

This text has color #064D40 on white background.



Black color preview on #064D40 background

This text has black color on #064D40 background.


White color preview on #064D40 background

This text has white color on #064D40 background.