COLOR #064F50

HEX: #064F50 RGB: (6,79,80)

Color info

#064F50 contains mainly green and blue colors. Web safe color of #064F50 is #006666 (or #066).

RGB color model

#064F50 color RGB value is (6,79,80).

RGB: (6,79,80) (2%, 31%, 31%)

RGB channels and saturation

R 6 of 255 = 2%
G 79 of 255 = 31%
B 80 of 255 = 31%

6
79
80

R + G + B ~ 21%. #064F50 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 79 + 80 = 165 (100%)
R 6 of 165 ~ 3.64%
G 79 of 165 ~ 47.88%
B 80 of 165 ~ 48.48'%

%47.88
%48.48

CMYK color model

#064F50 color CMYK value is (93,1,0,69).

  • cyan value is 92.50%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (93,1,0,69)
C93M1Y0K69 (93%, 1%, 0%, 69%)
(0.93 / 0.01 / 0.00 / 0.69)

CMYK percentages

%92.5
%1.25
%0
%68.63

Codes

Color #064F50 in popluar color models

06 4F 50
RGB 6 79 80
HSL 181° 86.05% 16.86%
HSB/HSV 181° 92.50% 31.37%
CMYK 92.50% 1.25% 0.00%
68.63%

Color #064F50 in popluar number systems.

HEX 06 4F 50
Decimal 6 79 80
Binary 110 1001111 1010000
Octal 6 117 120

Shades and tints

Shades of #064F50

#064F50
(6,79,80)
#064849
(6,72,73)
#064142
(6,65,66)
#063A3B
(6,58,59)
#063334
(6,51,52)
#062C2D
(6,44,45)
#062526
(6,37,38)
#061E1F
(6,30,31)
#061718
(6,23,24)
#061011
(6,16,17)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #064F50

#064F50
(6,79,80)
#1C5F5F
(28,95,95)
#326F6E
(50,111,110)
#487F7D
(72,127,125)
#5E8F8C
(94,143,140)
#749F9B
(116,159,155)
#8AAFAA
(138,175,170)
#A0BFB9
(160,191,185)
#B6CFC8
(182,207,200)
#CCDFD7
(204,223,215)
#E2EFE6
(226,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064F50 color. Also use rgb(6,79,80) instead hex code.

Text Font Color

.myTextColor { color: #064F50; }

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

This text font color is #064F50.

Background Color

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

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

This div background color is #064F50.

Border color

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

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

This div border color is #064F50.

Opacity

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

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

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

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

This text has shadow with #064F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064F50.

Preview

Color preview on black background

This text has color #064F50 on black background.


Color preview on white background

This text has color #064F50 on white background.


Black color preview on #064F50 background

This text has black color on #064F50 background.


White color preview on #064F50 background

This text has white color on #064F50 background.


Related colors

Complementary color

Complementary color for #hex is #F9B0AF.


I love getcolorcode.com

Triadic colors

1 #50064F and #4F5006 with #064F50 are triadic colors.

2 #504F06 and #4F0650 with #064F50 are triadic colors.