Color Hex Logo

#06462f Color Hex

#06462F
(6,70,47)
0 Favorites   0 Comments

Color spaces of #06462f

RGB 67047
HSL0.440.840.15
HSV158°91°27°
CMYK 0.910.000.33   0.73
XYZ2.77844.62433.4355
Yxy4.62430.25640.4267
Hunter Lab21.5042-14.56965.5808
CIE-Lab25.6364-25.44328.5884

#06462f color RGB value is (6,70,47).

#06462f hex color red value is 6, green value is 70 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #06462f hue: 0.44 , saturation: 0.84 and the lightness value of 06462f is 0.15.

The process color (four color CMYK) of #06462f color hex is 0.91, 0.00, 0.33, 0.73. Web safe color of #06462f is #003333. Color #06462f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000110 00101111
Octal 6 106 57
Decimal 6 70 47
Hex 6 46 2F

RGB Percentages of Color #06462f

%4.88
%56.91
%38.21

CMYK Percentages of Color #06462f

%91
%0
%33
%73

Triadic Colors of #06462f

#06462f #2f0646 #462f06

Analogous Colors of #06462f

#06462f #063d46 #06460f

Monochromatic Colors of #06462f

#06462f

Complementary Color

#06462f #46061d

#06462f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06462f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06462f Color CSS Codes

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

#06462f Text Font Color

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

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


#06462f Background Color

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

This div background color is #06462f


#06462f Border Color

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

This div border color is #06462f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,70,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06462f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06462f;
  -webkit-box-shadow: 1px 1px 3px 2px #06462f;
  box-shadow:         1px 1px 3px 2px #06462f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06462f


Comments

No comments written yet.

Please login to write comment.