Color Hex Logo

#065d1a Color Hex

#065D1A
(6,93,26)
0 Favorites   0 Comments

Color spaces of #065d1a

RGB 69326
HSL0.370.880.19
HSV134°94°36°
CMYK 0.940.000.72   0.64
XYZ4.17597.94202.2901
Yxy7.94200.28980.5512
Hunter Lab28.1816-22.867914.9090
CIE-Lab33.8618-38.491030.7615

#065d1a color RGB value is (6,93,26).

#065d1a hex color red value is 6, green value is 93 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #065d1a hue: 0.37 , saturation: 0.88 and the lightness value of 065d1a is 0.19.

The process color (four color CMYK) of #065d1a color hex is 0.94, 0.00, 0.72, 0.64. Web safe color of #065d1a is #006633. Color #065d1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 00011010
Octal 6 135 32
Decimal 6 93 26
Hex 6 5D 1A

RGB Percentages of Color #065d1a

%4.80
%74.40
%20.80

CMYK Percentages of Color #065d1a

%94
%0
%72
%64

Triadic Colors of #065d1a

#065d1a #1a065d #5d1a06

Analogous Colors of #065d1a

#065d1a #065d46 #1e5d06

Monochromatic Colors of #065d1a

#065d1a

Complementary Color

#065d1a #5d0649

#065d1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065d1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#065d1a Color CSS Codes

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

#065d1a Text Font Color

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

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


#065d1a Background Color

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

This div background color is #065d1a


#065d1a Border Color

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

This div border color is #065d1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,93,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065d1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065d1a;
  -webkit-box-shadow: 1px 1px 3px 2px #065d1a;
  box-shadow:         1px 1px 3px 2px #065d1a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065d1a


Comments

No comments written yet.

Please login to write comment.