Color Hex Logo

#064931 Color Hex

#064931
(6,73,49)
0 Favorites   0 Comments

Color spaces of #064931

RGB 67349
HSL0.440.850.15
HSV159°92°29°
CMYK 0.920.000.33   0.71
XYZ3.01205.02563.7170
Yxy5.02560.25620.4275
Hunter Lab22.4179-15.24855.8619
CIE-Lab26.8076-26.29038.9267

#064931 color RGB value is (6,73,49).

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

The process color (four color CMYK) of #064931 color hex is 0.92, 0.00, 0.33, 0.71. Web safe color of #064931 is #003333. Color #064931 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 00110001
Octal 6 111 61
Decimal 6 73 49
Hex 6 49 31

RGB Percentages of Color #064931

%4.69
%57.03
%38.28

CMYK Percentages of Color #064931

%92
%0
%33
%71

Triadic Colors of #064931

#064931 #310649 #493106

Analogous Colors of #064931

#064931 #064049 #064910

Monochromatic Colors of #064931

#064931

Complementary Color

#064931 #49061e

#064931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064931 Color CSS Codes

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

#064931 Text Font Color

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

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


#064931 Background Color

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

This div background color is #064931


#064931 Border Color

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

This div border color is #064931


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,73,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 #064931">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064931


Comments

No comments written yet.

Please login to write comment.