Color Hex Logo

#0a5519 Color Hex

#0A5519
(10,85,25)
0 Favorites   0 Comments

Color spaces of #0a5519

RGB 108525
HSL0.370.790.19
HSV132°88°33°
CMYK 0.880.000.71   0.67
XYZ3.54916.63172.0127
Yxy6.63170.29110.5439
Hunter Lab25.7521-20.465613.3925
CIE-Lab30.9533-35.264428.0726

#0a5519 color RGB value is (10,85,25).

#0a5519 hex color red value is 10, green value is 85 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #0a5519 hue: 0.37 , saturation: 0.79 and the lightness value of 0a5519 is 0.19.

The process color (four color CMYK) of #0a5519 color hex is 0.88, 0.00, 0.71, 0.67. Web safe color of #0a5519 is #006600. Color #0a5519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01010101 00011001
Octal 12 125 31
Decimal 10 85 25
Hex A 55 19

RGB Percentages of Color #0a5519

%8.33
%70.83
%20.83

CMYK Percentages of Color #0a5519

%88
%0
%71
%67

Triadic Colors of #0a5519

#0a5519 #190a55 #55190a

Analogous Colors of #0a5519

#0a5519 #0a553f #21550a

Monochromatic Colors of #0a5519

#0a5519

Complementary Color

#0a5519 #550a46

#0a5519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5519 Color CSS Codes

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

#0a5519 Text Font Color

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

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


#0a5519 Background Color

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

This div background color is #0a5519


#0a5519 Border Color

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

This div border color is #0a5519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5519

#0a5519 Color Palettes


Comments

No comments written yet.

Please login to write comment.