Color Hex Logo

#062e00 Color Hex

#062E00
(6,46,0)
0 Favorites   0 Comments

Color spaces of #062e00

RGB 6460
HSL0.311.000.09
HSV112°100°18°
CMYK 0.870.001.00   0.82
XYZ1.05211.99270.3292
Yxy1.99270.31180.5906
Hunter Lab14.1163-11.39988.4987
CIE-Lab15.4489-24.123721.9273

#062e00 color RGB value is (6,46,0).

#062e00 hex color red value is 6, green value is 46 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #062e00 hue: 0.31 , saturation: 1.00 and the lightness value of 062e00 is 0.09.

The process color (four color CMYK) of #062e00 color hex is 0.87, 0.00, 1.00, 0.82. Web safe color of #062e00 is #003300. Color #062e00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101110 00000000
Octal 6 56 0
Decimal 6 46 0
Hex 6 2E 0

RGB Percentages of Color #062e00

%11.54
%88.46
%0.00

CMYK Percentages of Color #062e00

%87
%0
%100
%82

Triadic Colors of #062e00

#062e00 #00062e #2e0006

Analogous Colors of #062e00

#062e00 #002e11 #1d2e00

Monochromatic Colors of #062e00

#062e00

Complementary Color

#062e00 #28002e

#062e00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062e00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062e00 Color CSS Codes

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

#062e00 Text Font Color

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

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


#062e00 Background Color

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

This div background color is #062e00


#062e00 Border Color

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

This div border color is #062e00


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,46,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #062e00; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #062e00;
  -webkit-box-shadow: 1px 1px 3px 2px #062e00;
  box-shadow:         1px 1px 3px 2px #062e00; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062e00


Comments

No comments written yet.

Please login to write comment.