Color Hex Logo

#064731 Color Hex

#064731
(6,71,49)
0 Favorites   0 Comments

Color spaces of #064731

RGB 67149
HSL0.440.840.15
HSV160°92°28°
CMYK 0.920.000.31   0.72
XYZ2.88274.76693.6739
Yxy4.76690.25460.4210
Hunter Lab21.8332-14.64035.3065
CIE-Lab26.0601-25.36567.8896

#064731 color RGB value is (6,71,49).

#064731 hex color red value is 6, green value is 71 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #064731 hue: 0.44 , saturation: 0.84 and the lightness value of 064731 is 0.15.

The process color (four color CMYK) of #064731 color hex is 0.92, 0.00, 0.31, 0.72. Web safe color of #064731 is #003333. Color #064731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 00110001
Octal 6 107 61
Decimal 6 71 49
Hex 6 47 31

RGB Percentages of Color #064731

%4.76
%56.35
%38.89

CMYK Percentages of Color #064731

%92
%0
%31
%72

Triadic Colors of #064731

#064731 #310647 #473106

Analogous Colors of #064731

#064731 #063d47 #064711

Monochromatic Colors of #064731

#064731

Complementary Color

#064731 #47061c

#064731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064731 Color CSS Codes

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

#064731 Text Font Color

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

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


#064731 Background Color

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

This div background color is #064731


#064731 Border Color

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

This div border color is #064731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064731


Comments

No comments written yet.

Please login to write comment.