Color Hex Logo

#06472c Color Hex

#06472C
(6,71,44)
0 Favorites   0 Comments

Color spaces of #06472c

RGB 67144
HSL0.430.840.15
HSV155°92°28°
CMYK 0.920.000.38   0.72
XYZ2.78304.72703.1486
Yxy4.72700.26110.4435
Hunter Lab21.7417-15.19946.6329
CIE-Lab25.9424-26.677110.9266

#06472c color RGB value is (6,71,44).

#06472c hex color red value is 6, green value is 71 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #06472c hue: 0.43 , saturation: 0.84 and the lightness value of 06472c is 0.15.

The process color (four color CMYK) of #06472c color hex is 0.92, 0.00, 0.38, 0.72. Web safe color of #06472c is #003333. Color #06472c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000111 00101100
Octal 6 107 54
Decimal 6 71 44
Hex 6 47 2C

RGB Percentages of Color #06472c

%4.96
%58.68
%36.36

CMYK Percentages of Color #06472c

%92
%0
%38
%72

Triadic Colors of #06472c

#06472c #2c0647 #472c06

Analogous Colors of #06472c

#06472c #064247 #06470c

Monochromatic Colors of #06472c

#06472c

Complementary Color

#06472c #470621

#06472c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06472c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06472c Color CSS Codes

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

#06472c Text Font Color

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

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


#06472c Background Color

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

This div background color is #06472c


#06472c Border Color

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

This div border color is #06472c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,71,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06472c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06472c;
  -webkit-box-shadow: 1px 1px 3px 2px #06472c;
  box-shadow:         1px 1px 3px 2px #06472c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06472c


Comments

No comments written yet.

Please login to write comment.