color codes Logo

#06492c color codes

#06492C
(6,73,44)
0 Favorites   0 Comments

Color spaces of #06492c

RGB 67344
HSL0.430.850.15
HSV154°92°29°
CMYK 0.920.000.40   0.71
XYZ2.91234.98573.1917
Yxy4.98570.26260.4496
Hunter Lab22.3287-15.79377.1551
CIE-Lab26.6940-27.566111.9436

#06492c color RGB value is (6,73,44).

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

The process color (four color CMYK) of #06492c color code is 0.92, 0.00, 0.40, 0.71. Web safe color of #06492c is #003333. Color #06492c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 00101100
Octal 6 111 54
Decimal 6 73 44
Hex 6 49 2C

RGB Percentages of Color #06492c

%4.88
%59.35
%35.77

CMYK Percentages of Color #06492c

%92
%0
%40
%71

Triadic Colors of #06492c

#06492c #2c0649 #492c06

Analogous Colors of #06492c

#06492c #064549 #06490b

Monochromatic Colors of #06492c

#06492c

Complementary Color

#06492c #490623

#06492c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06492c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06492c Color CSS Codes

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

#06492c Text Font Color

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

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


#06492c Background Color

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

This div background color is #06492c


#06492c Border Color

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

This div border color is #06492c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,73,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 #06492c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06492c


Comments

No comments written yet.

Please login to write comment.