Color Hex Logo

#067358 Color Hex

#067358
(6,115,88)
0 Favorites   0 Comments

Color spaces of #067358

RGB 611588
HSL0.460.900.24
HSV165°95°45°
CMYK 0.950.000.23   0.55
XYZ7.967313.004811.3228
Yxy13.00480.24670.4027
Hunter Lab36.0622-23.67246.6276
CIE-Lab42.7705-34.49747.2779

#067358 color RGB value is (6,115,88).

#067358 hex color red value is 6, green value is 115 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #067358 hue: 0.46 , saturation: 0.90 and the lightness value of 067358 is 0.24.

The process color (four color CMYK) of #067358 color hex is 0.95, 0.00, 0.23, 0.55. Web safe color of #067358 is #006666. Color #067358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110011 01011000
Octal 6 163 130
Decimal 6 115 88
Hex 6 73 58

RGB Percentages of Color #067358

%2.87
%55.02
%42.11

CMYK Percentages of Color #067358

%95
%0
%23
%55

Triadic Colors of #067358

#067358 #580673 #735806

Analogous Colors of #067358

#067358 #065773 #067322

Monochromatic Colors of #067358

#067358

Complementary Color

#067358 #730621

#067358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#067358 Color CSS Codes

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

#067358 Text Font Color

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

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


#067358 Background Color

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

This div background color is #067358


#067358 Border Color

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

This div border color is #067358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067358


Comments

No comments written yet.

Please login to write comment.