COLOR #064D5F

HEX: #064D5F
RGB: (6,77,95)

Color info

#064D5F contains mainly green and blue colors. Web safe color of #064D5F is #003366 (or #036).

RGB color model

#064D5F color RGB value is (6,77,95).

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

RGB channels and saturation

R 6 of 255 = 2%
G 77 of 255 = 30%
B 95 of 255 = 37%

6
77
95

R + G + B ~ 23%. #064D5F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 77 + 95 = 178 (100%)
R 6 of 178 ~ 3.37%
G 77 of 178 ~ 43.26%
B 95 of 178 ~ 53.37%

%43.26
%53.37

CMYK color model

#064D5F color CMYK value is (94,19,0,63).

  • cyan value is 93.68%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(94,19,0,63)
C94M19Y0K63 
(94%,19%,0%,63%)
(0.94/0.19/0.00/0.63)	

CMYK percentages

%93.68
%18.95
%0
%62.75

Codes

Color #064D5F in popluar color models

064D5F
RGB67795
HSL192°88.12%19.80%
HSB/HSV192°93.68%37.25%
CMYK93.68%18.95%0.00%
62.75%

Color #064D5F in popluar number systems.

HEX064D5F
Decimal67795
Binary11010011011011111
Octal6115137

Shades and tints

Shades of #064D5F

#064D5F
(6,77,95)
#064657
(6,70,87)
#063F4F
(6,63,79)
#063847
(6,56,71)
#06313F
(6,49,63)
#062A37
(6,42,55)
#06232F
(6,35,47)
#061C27
(6,28,39)
#06151F
(6,21,31)
#060E17
(6,14,23)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #064D5F

#064D5F
(6,77,95)
#1C5D6D
(28,93,109)
#326D7B
(50,109,123)
#487D89
(72,125,137)
#5E8D97
(94,141,151)
#749DA5
(116,157,165)
#8AADB3
(138,173,179)
#A0BDC1
(160,189,193)
#B6CDCF
(182,205,207)
#CCDDDD
(204,221,221)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064D5F; }

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

This text font color is #064D5F.


Background Color

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

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

This div background color is #064D5F.


Border color

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

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

This div border color is #064D5F.


Opacity

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

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

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

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

This text has shadow with #064D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064D5F on black background.


Color preview on white background

This text has color #064D5F on white background.



Black color preview on #064D5F background

This text has black color on #064D5F background.


White color preview on #064D5F background

This text has white color on #064D5F background.