COLOR #064F34

HEX: #064F34
RGB: (6,79,52)

Color info

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

RGB color model

#064F34 color RGB value is (6,79,52).

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

RGB channels and saturation

R 6 of 255 = 2%
G 79 of 255 = 31%
B 52 of 255 = 20%

6
79
52

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

Portions of RGB colors in percentages

R + G + B =
6 + 79 + 52 = 137 (100%)
R 6 of 137 ~ 4.38%
G 79 of 137 ~ 57.66%
B 52 of 137 ~ 37.96%

%57.66
%37.96

CMYK color model

#064F34 color CMYK value is (92,0,34,69).

  • cyan value is 92.41%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 69.02%
CMYK:
(92,0,34,69)
C92M0Y34K69 
(92%,0%,34%,69%)
(0.92/0.00/0.34/0.69)	

CMYK percentages

%92.41
%0
%34.18
%69.02

Codes

Color #064F34 in popluar color models

064F34
RGB67952
HSL158°85.88%16.67%
HSB/HSV158°92.41%30.98%
CMYK92.41%0.00%34.18%
69.02%

Color #064F34 in popluar number systems.

HEX064F34
Decimal67952
Binary1101001111110100
Octal611764

Shades and tints

Shades of #064F34

#064F34
(6,79,52)
#064830
(6,72,48)
#06412C
(6,65,44)
#063A28
(6,58,40)
#063324
(6,51,36)
#062C20
(6,44,32)
#06251C
(6,37,28)
#061E18
(6,30,24)
#061714
(6,23,20)
#061010
(6,16,16)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #064F34

#064F34
(6,79,52)
#1C5F46
(28,95,70)
#326F58
(50,111,88)
#487F6A
(72,127,106)
#5E8F7C
(94,143,124)
#749F8E
(116,159,142)
#8AAFA0
(138,175,160)
#A0BFB2
(160,191,178)
#B6CFC4
(182,207,196)
#CCDFD6
(204,223,214)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064F34; }

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

This text font color is #064F34.


Background Color

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

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

This div background color is #064F34.


Border color

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

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

This div border color is #064F34.


Opacity

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

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

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

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

This text has shadow with #064F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064F34 on black background.


Color preview on white background

This text has color #064F34 on white background.



Black color preview on #064F34 background

This text has black color on #064F34 background.


White color preview on #064F34 background

This text has white color on #064F34 background.