Color Hex Logo

#0a460d Color Hex

#0A460D
(10,70,13)
0 Favorites   0 Comments

Color spaces of #0a460d

RGB 107013
HSL0.340.750.16
HSV123°86°27°
CMYK 0.860.000.81   0.73
XYZ2.38804.47391.1185
Yxy4.47390.29920.5606
Hunter Lab21.1516-16.862811.6709
CIE-Lab25.1800-31.057227.5235

#0a460d color RGB value is (10,70,13).

#0a460d hex color red value is 10, green value is 70 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #0a460d hue: 0.34 , saturation: 0.75 and the lightness value of 0a460d is 0.16.

The process color (four color CMYK) of #0a460d color hex is 0.86, 0.00, 0.81, 0.73. Web safe color of #0a460d is #003300. Color #0a460d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01000110 00001101
Octal 12 106 15
Decimal 10 70 13
Hex A 46 D

RGB Percentages of Color #0a460d

%10.75
%75.27
%13.98

CMYK Percentages of Color #0a460d

%86
%0
%81
%73

Triadic Colors of #0a460d

#0a460d #0d0a46 #460d0a

Analogous Colors of #0a460d

#0a460d #0a462b #25460a

Monochromatic Colors of #0a460d

#0a460d

Complementary Color

#0a460d #460a43

#0a460d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a460d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a460d Color CSS Codes

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

#0a460d Text Font Color

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

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


#0a460d Background Color

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

This div background color is #0a460d


#0a460d Border Color

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

This div border color is #0a460d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,70,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a460d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a460d;
  -webkit-box-shadow: 1px 1px 3px 2px #0a460d;
  box-shadow:         1px 1px 3px 2px #0a460d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,70,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a460d


Comments

No comments written yet.

Please login to write comment.