Color Hex Logo

#062920 Color Hex

#062920
(6,41,32)
0 Favorites   0 Comments

Color spaces of #062920

RGB 64132
HSL0.460.740.09
HSV165°85°16°
CMYK 0.850.000.22   0.84
XYZ1.12881.72891.6407
Yxy1.72890.25090.3843
Hunter Lab13.1488-7.68641.8059
CIE-Lab13.9949-15.21202.3162

#062920 color RGB value is (6,41,32).

#062920 hex color red value is 6, green value is 41 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #062920 hue: 0.46 , saturation: 0.74 and the lightness value of 062920 is 0.09.

The process color (four color CMYK) of #062920 color hex is 0.85, 0.00, 0.22, 0.84. Web safe color of #062920 is #003333. Color #062920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101001 00100000
Octal 6 51 40
Decimal 6 41 32
Hex 6 29 20

RGB Percentages of Color #062920

%7.59
%51.90
%40.51

CMYK Percentages of Color #062920

%85
%0
%22
%84

Triadic Colors of #062920

#062920 #200629 #292006

Analogous Colors of #062920

#062920 #062129 #06290f

Monochromatic Colors of #062920

#062920

Complementary Color

#062920 #29060f

#062920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#062920 Color CSS Codes

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

#062920 Text Font Color

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

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


#062920 Background Color

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

This div background color is #062920


#062920 Border Color

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

This div border color is #062920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062920


Comments

No comments written yet.

Please login to write comment.