Color Hex Logo

#064e4c Color Hex

#064E4C
(6,78,76)
0 Favorites   0 Comments

Color spaces of #064e4c

RGB 67876
HSL0.500.860.16
HSV178°92°31°
CMYK 0.920.000.03   0.69
XYZ4.10406.00937.7811
Yxy6.00930.22930.3358
Hunter Lab24.5139-13.0156-1.6599
CIE-Lab29.4359-20.4323-4.6582

#064e4c color RGB value is (6,78,76).

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

The process color (four color CMYK) of #064e4c color hex is 0.92, 0.00, 0.03, 0.69. Web safe color of #064e4c is #006633. Color #064e4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001110 01001100
Octal 6 116 114
Decimal 6 78 76
Hex 6 4E 4C

RGB Percentages of Color #064e4c

%3.75
%48.75
%47.50

CMYK Percentages of Color #064e4c

%92
%0
%3
%69

Triadic Colors of #064e4c

#064e4c #4c064e #4e4c06

Analogous Colors of #064e4c

#064e4c #062c4e #064e28

Monochromatic Colors of #064e4c

#064e4c

Complementary Color

#064e4c #4e0608

#064e4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064e4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#064e4c Color CSS Codes

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

#064e4c Text Font Color

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

This sample text font color is #064e4c
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.


#064e4c Background Color

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

This div background color is #064e4c


#064e4c Border Color

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

This div border color is #064e4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064e4c


Comments

No comments written yet.

Please login to write comment.