Color Hex Logo

#0a4911 Color Hex

#0A4911
(10,73,17)
0 Favorites   0 Comments

Color spaces of #0a4911

RGB 107317
HSL0.350.760.16
HSV127°86°29°
CMYK 0.860.000.77   0.71
XYZ2.60894.87011.3328
Yxy4.87010.29610.5527
Hunter Lab22.0683-17.517411.8670
CIE-Lab26.3614-31.766326.9443

#0a4911 color RGB value is (10,73,17).

#0a4911 hex color red value is 10, green value is 73 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0a4911 hue: 0.35 , saturation: 0.76 and the lightness value of 0a4911 is 0.16.

The process color (four color CMYK) of #0a4911 color hex is 0.86, 0.00, 0.77, 0.71. Web safe color of #0a4911 is #003300. Color #0a4911 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01001001 00010001
Octal 12 111 21
Decimal 10 73 17
Hex A 49 11

RGB Percentages of Color #0a4911

%10.00
%73.00
%17.00

CMYK Percentages of Color #0a4911

%86
%0
%77
%71

Triadic Colors of #0a4911

#0a4911 #110a49 #49110a

Analogous Colors of #0a4911

#0a4911 #0a4931 #23490a

Monochromatic Colors of #0a4911

#0a4911

Complementary Color

#0a4911 #490a42

#0a4911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a4911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a4911 Color CSS Codes

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

#0a4911 Text Font Color

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

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


#0a4911 Background Color

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

This div background color is #0a4911


#0a4911 Border Color

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

This div border color is #0a4911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a4911


Comments

No comments written yet.

Please login to write comment.