Color Hex Logo

#0a5729 Color Hex

#0A5729
(10,87,41)
0 Favorites   0 Comments

Color spaces of #0a5729

RGB 108741
HSL0.400.790.19
HSV144°89°34°
CMYK 0.890.000.53   0.66
XYZ3.93367.04103.2496
Yxy7.04100.27650.4950
Hunter Lab26.5349-19.974711.3135
CIE-Lab31.9001-33.515820.5490

#0a5729 color RGB value is (10,87,41).

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

The process color (four color CMYK) of #0a5729 color hex is 0.89, 0.00, 0.53, 0.66. Web safe color of #0a5729 is #006633. Color #0a5729 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01010111 00101001
Octal 12 127 51
Decimal 10 87 41
Hex A 57 29

RGB Percentages of Color #0a5729

%7.25
%63.04
%29.71

CMYK Percentages of Color #0a5729

%89
%0
%53
%66

Triadic Colors of #0a5729

#0a5729 #290a57 #57290a

Analogous Colors of #0a5729

#0a5729 #0a5750 #12570a

Monochromatic Colors of #0a5729

#0a5729

Complementary Color

#0a5729 #570a38

#0a5729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5729 Color CSS Codes

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

#0a5729 Text Font Color

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

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


#0a5729 Background Color

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

This div background color is #0a5729


#0a5729 Border Color

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

This div border color is #0a5729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5729


Comments

No comments written yet.

Please login to write comment.