Color Hex Logo

#064138 Color Hex

#064138
(6,65,56)
0 Favorites   0 Comments

Color spaces of #064138

RGB 66556
HSL0.470.830.14
HSV171°91°25°
CMYK 0.910.000.14   0.75
XYZ2.67924.10484.3925
Yxy4.10480.23970.3673
Hunter Lab20.2603-11.85091.3280
CIE-Lab24.0149-20.30930.3981

#064138 color RGB value is (6,65,56).

#064138 hex color red value is 6, green value is 65 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #064138 hue: 0.47 , saturation: 0.83 and the lightness value of 064138 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 00111000
Octal 6 101 70
Decimal 6 65 56
Hex 6 41 38

RGB Percentages of Color #064138

%4.72
%51.18
%44.09

CMYK Percentages of Color #064138

%91
%0
%14
%75

Triadic Colors of #064138

#064138 #380641 #413806

Analogous Colors of #064138

#064138 #062d41 #06411b

Monochromatic Colors of #064138

#064138

Complementary Color

#064138 #41060f

#064138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064138 Color CSS Codes

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

#064138 Text Font Color

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

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


#064138 Background Color

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

This div background color is #064138


#064138 Border Color

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

This div border color is #064138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064138


Comments

No comments written yet.

Please login to write comment.