Color Hex Logo

#064d2f Color Hex

#064D2F
(6,77,47)
0 Favorites   0 Comments

Color spaces of #064d2f

RGB 67747
HSL0.430.860.16
HSV155°92°30°
CMYK 0.920.000.39   0.70
XYZ3.24215.55173.5900
Yxy5.55170.26180.4483
Hunter Lab23.5620-16.67237.4598
CIE-Lab28.2520-28.585712.1646

#064d2f color RGB value is (6,77,47).

#064d2f hex color red value is 6, green value is 77 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #064d2f hue: 0.43 , saturation: 0.86 and the lightness value of 064d2f is 0.16.

The process color (four color CMYK) of #064d2f color hex is 0.92, 0.00, 0.39, 0.70. Web safe color of #064d2f is #006633. Color #064d2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001101 00101111
Octal 6 115 57
Decimal 6 77 47
Hex 6 4D 2F

RGB Percentages of Color #064d2f

%4.62
%59.23
%36.15

CMYK Percentages of Color #064d2f

%92
%0
%39
%70

Triadic Colors of #064d2f

#064d2f #2f064d #4d2f06

Analogous Colors of #064d2f

#064d2f #06474d #064d0c

Monochromatic Colors of #064d2f

#064d2f

Complementary Color

#064d2f #4d0624

#064d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#064d2f Color CSS Codes

.mybgcolor {background-color:#064d2f; } 
.myforecolor {color:#064d2f; }
.mybordercolor {border:3px solid #064d2f; }

#064d2f Text Font Color

<p style="color:#064d2f">Text here</p>

This sample text font color is #064d2f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#064d2f Background Color

<div style="background-color:#064d2f">
Div content here</div>

This div background color is #064d2f


#064d2f Border Color

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

This div border color is #064d2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,77,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064d2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064d2f;
  -webkit-box-shadow: 1px 1px 3px 2px #064d2f;
  box-shadow:         1px 1px 3px 2px #064d2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,77,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #064d2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #064d2f;
  -webkit-box-shadow: 1px 1px 3px 2px #064d2f;
  box-shadow:         1px 1px 3px 2px #064d2f;">
Div content here</div>

This div box has shadow with color #064d2f


Comments

No comments written yet.

Please login to write comment.