Color Hex Logo

#06412d Color Hex

#06412D
(6,65,45)
0 Favorites   0 Comments

Color spaces of #06412d

RGB 66545
HSL0.440.830.14
HSV160°91°25°
CMYK 0.910.000.31   0.75
XYZ2.43914.00883.1278
Yxy4.00880.25470.4186
Hunter Lab20.0220-13.29344.7532
CIE-Lab23.7005-23.64277.1968

#06412d color RGB value is (6,65,45).

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

The process color (four color CMYK) of #06412d color hex is 0.91, 0.00, 0.31, 0.75. Web safe color of #06412d is #003333. Color #06412d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000001 00101101
Octal 6 101 55
Decimal 6 65 45
Hex 6 41 2D

RGB Percentages of Color #06412d

%5.17
%56.03
%38.79

CMYK Percentages of Color #06412d

%91
%0
%31
%75

Triadic Colors of #06412d

#06412d #2d0641 #412d06

Analogous Colors of #06412d

#06412d #063841 #064110

Monochromatic Colors of #06412d

#06412d

Complementary Color

#06412d #41061a

#06412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06412d Color CSS Codes

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

#06412d Text Font Color

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

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


#06412d Background Color

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

This div background color is #06412d


#06412d Border Color

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

This div border color is #06412d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,65,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06412d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06412d;
  -webkit-box-shadow: 1px 1px 3px 2px #06412d;
  box-shadow:         1px 1px 3px 2px #06412d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06412d


Comments

No comments written yet.

Please login to write comment.