COLOR #064F39

HEX: #064F39
RGB: (6,79,57)

Color info

#064F39 contains mainly green and blue colors. Web safe color of #064F39 is #006633 (or #063).

RGB color model

#064F39 color RGB value is (6,79,57).

  • red value is 6;
  • green value is 79;
  • blue value is 57.
RGB:
(6,79,57)
(2%,31%,22%)

RGB channels and saturation

R 6 of 255 = 2%
G 79 of 255 = 31%
B 57 of 255 = 22%

6
79
57

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

Portions of RGB colors in percentages

R + G + B =
6 + 79 + 57 = 142 (100%)
R 6 of 142 ~ 4.23%
G 79 of 142 ~ 55.63%
B 57 of 142 ~ 40.14%

%55.63
%40.14

CMYK color model

#064F39 color CMYK value is (92,0,28,69).

  • cyan value is 92.41%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 69.02%
CMYK:
(92,0,28,69)
C92M0Y28K69 
(92%,0%,28%,69%)
(0.92/0.00/0.28/0.69)	

CMYK percentages

%92.41
%0
%27.85
%69.02

Codes

Color #064F39 in popluar color models

064F39
RGB67957
HSL162°85.88%16.67%
HSB/HSV162°92.41%30.98%
CMYK92.41%0.00%27.85%
69.02%

Color #064F39 in popluar number systems.

HEX064F39
Decimal67957
Binary1101001111111001
Octal611771

Shades and tints

Shades of #064F39

#064F39
(6,79,57)
#064834
(6,72,52)
#06412F
(6,65,47)
#063A2A
(6,58,42)
#063325
(6,51,37)
#062C20
(6,44,32)
#06251B
(6,37,27)
#061E16
(6,30,22)
#061711
(6,23,17)
#06100C
(6,16,12)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #064F39

#064F39
(6,79,57)
#1C5F4B
(28,95,75)
#326F5D
(50,111,93)
#487F6F
(72,127,111)
#5E8F81
(94,143,129)
#749F93
(116,159,147)
#8AAFA5
(138,175,165)
#A0BFB7
(160,191,183)
#B6CFC9
(182,207,201)
#CCDFDB
(204,223,219)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064F39; }

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

This text font color is #064F39.


Background Color

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

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

This div background color is #064F39.


Border color

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

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

This div border color is #064F39.


Opacity

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

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

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

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

This text has shadow with #064F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064F39 on black background.


Color preview on white background

This text has color #064F39 on white background.



Black color preview on #064F39 background

This text has black color on #064F39 background.


White color preview on #064F39 background

This text has white color on #064F39 background.