Color Hex Logo

#06450e Color Hex

#06450E
(6,69,14)
0 Favorites   0 Comments

Color spaces of #06450e

RGB 66914
HSL0.350.840.15
HSV128°91°27°
CMYK 0.910.000.80   0.73
XYZ2.28254.32671.1303
Yxy4.32670.29490.5590
Hunter Lab20.8007-16.814111.3387
CIE-Lab24.7234-31.277826.5838

#06450e color RGB value is (6,69,14).

#06450e hex color red value is 6, green value is 69 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #06450e hue: 0.35 , saturation: 0.84 and the lightness value of 06450e is 0.15.

The process color (four color CMYK) of #06450e color hex is 0.91, 0.00, 0.80, 0.73. Web safe color of #06450e is #003300. Color #06450e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01000101 00001110
Octal 6 105 16
Decimal 6 69 14
Hex 6 45 E

RGB Percentages of Color #06450e

%6.74
%77.53
%15.73

CMYK Percentages of Color #06450e

%91
%0
%80
%73

Triadic Colors of #06450e

#06450e #0e0645 #450e06

Analogous Colors of #06450e

#06450e #06452e #1e4506

Monochromatic Colors of #06450e

#06450e

Complementary Color

#06450e #45063d

#06450e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06450e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06450e Color CSS Codes

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

#06450e Text Font Color

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

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


#06450e Background Color

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

This div background color is #06450e


#06450e Border Color

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

This div border color is #06450e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06450e


Comments

No comments written yet.

Please login to write comment.