Color Hex Logo

#06422e Color Hex

#06422E
(6,66,46)
0 Favorites   0 Comments

Color spaces of #06422e

RGB 66646
HSL0.440.830.14
HSV160°91°26°
CMYK 0.910.000.30   0.74
XYZ2.51654.13243.2498
Yxy4.13240.25420.4175
Hunter Lab20.3283-13.47754.7514
CIE-Lab24.1044-23.83987.1069

#06422e color RGB value is (6,66,46).

#06422e hex color red value is 6, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #06422e hue: 0.44 , saturation: 0.83 and the lightness value of 06422e is 0.14.

The process color (four color CMYK) of #06422e color hex is 0.91, 0.00, 0.30, 0.74. Web safe color of #06422e is #003333. Color #06422e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000010 00101110
Octal 6 102 56
Decimal 6 66 46
Hex 6 42 2E

RGB Percentages of Color #06422e

%5.08
%55.93
%38.98

CMYK Percentages of Color #06422e

%91
%0
%30
%74

Triadic Colors of #06422e

#06422e #2e0642 #422e06

Analogous Colors of #06422e

#06422e #063842 #064210

Monochromatic Colors of #06422e

#06422e

Complementary Color

#06422e #42061a

#06422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06422e Color CSS Codes

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

#06422e Text Font Color

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

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


#06422e Background Color

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

This div background color is #06422e


#06422e Border Color

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

This div border color is #06422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06422e


Comments

No comments written yet.

Please login to write comment.