Color Hex Logo

#065d27 Color Hex

#065D27
(6,93,39)
0 Favorites   0 Comments

Color spaces of #065d27

RGB 69339
HSL0.400.880.19
HSV143°94°36°
CMYK 0.940.000.58   0.64
XYZ4.35578.01393.2367
Yxy8.01390.27910.5135
Hunter Lab28.3088-22.075813.0372
CIE-Lab34.0118-36.640924.2721

#065d27 color RGB value is (6,93,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 00100111
Octal 6 135 47
Decimal 6 93 39
Hex 6 5D 27

RGB Percentages of Color #065d27

%4.35
%67.39
%28.26

CMYK Percentages of Color #065d27

%94
%0
%58
%64

Triadic Colors of #065d27

#065d27 #27065d #5d2706

Analogous Colors of #065d27

#065d27 #065d53 #115d06

Monochromatic Colors of #065d27

#065d27

Complementary Color

#065d27 #5d063c

#065d27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065d27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065d27 Color CSS Codes

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

#065d27 Text Font Color

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

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


#065d27 Background Color

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

This div background color is #065d27


#065d27 Border Color

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

This div border color is #065d27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065d27


Comments

No comments written yet.

Please login to write comment.