Color Hex Logo

#064328 Color Hex

#064328
(6,67,40)
0 Favorites   0 Comments

Color spaces of #064328

RGB 66740
HSL0.430.840.14
HSV153°91°26°
CMYK 0.910.000.40   0.74
XYZ2.46534.20622.6894
Yxy4.20620.26340.4493
Hunter Lab20.5090-14.43416.5815
CIE-Lab24.3417-25.880411.3093

#064328 color RGB value is (6,67,40).

#064328 hex color red value is 6, green value is 67 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #064328 hue: 0.43 , saturation: 0.84 and the lightness value of 064328 is 0.14.

The process color (four color CMYK) of #064328 color hex is 0.91, 0.00, 0.40, 0.74. Web safe color of #064328 is #003333. Color #064328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000011 00101000
Octal 6 103 50
Decimal 6 67 40
Hex 6 43 28

RGB Percentages of Color #064328

%5.31
%59.29
%35.40

CMYK Percentages of Color #064328

%91
%0
%40
%74

Triadic Colors of #064328

#064328 #280643 #432806

Analogous Colors of #064328

#064328 #064043 #06430a

Monochromatic Colors of #064328

#064328

Complementary Color

#064328 #430621

#064328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064328 Color CSS Codes

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

#064328 Text Font Color

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

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


#064328 Background Color

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

This div background color is #064328


#064328 Border Color

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

This div border color is #064328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,67,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064328;
  -webkit-box-shadow: 1px 1px 3px 2px #064328;
  box-shadow:         1px 1px 3px 2px #064328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064328


Comments

No comments written yet.

Please login to write comment.