Color Hex Logo

#06401e Color Hex

#06401E
(6,64,30)
0 Favorites   0 Comments

Color spaces of #06401e

RGB 66430
HSL0.400.830.14
HSV145°91°25°
CMYK 0.910.000.53   0.75
XYZ2.14283.79921.8487
Yxy3.79920.27500.4877
Hunter Lab19.4915-14.48688.0206
CIE-Lab22.9962-26.838315.8306

#06401e color RGB value is (6,64,30).

#06401e hex color red value is 6, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #06401e hue: 0.40 , saturation: 0.83 and the lightness value of 06401e is 0.14.

The process color (four color CMYK) of #06401e color hex is 0.91, 0.00, 0.53, 0.75. Web safe color of #06401e is #003333. Color #06401e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000000 00011110
Octal 6 100 36
Decimal 6 64 30
Hex 6 40 1E

RGB Percentages of Color #06401e

%6.00
%64.00
%30.00

CMYK Percentages of Color #06401e

%91
%0
%53
%75

Triadic Colors of #06401e

#06401e #1e0640 #401e06

Analogous Colors of #06401e

#06401e #06403b #0b4006

Monochromatic Colors of #06401e

#06401e

Complementary Color

#06401e #400628

#06401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06401e Color CSS Codes

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

#06401e Text Font Color

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

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


#06401e Background Color

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

This div background color is #06401e


#06401e Border Color

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

This div border color is #06401e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,64,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06401e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06401e;
  -webkit-box-shadow: 1px 1px 3px 2px #06401e;
  box-shadow:         1px 1px 3px 2px #06401e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06401e


Comments

No comments written yet.

Please login to write comment.