Color Hex Logo

#0a370e Color Hex

#0A370E
(10,55,14)
0 Favorites   0 Comments

Color spaces of #0a370e

RGB 105514
HSL0.350.690.13
HSV125°82°22°
CMYK 0.820.000.75   0.78
XYZ1.57062.82860.8787
Yxy2.82860.29760.5359
Hunter Lab16.8184-12.76298.6752
CIE-Lab19.3440-24.990720.7832

#0a370e color RGB value is (10,55,14).

#0a370e hex color red value is 10, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #0a370e hue: 0.35 , saturation: 0.69 and the lightness value of 0a370e is 0.13.

The process color (four color CMYK) of #0a370e color hex is 0.82, 0.00, 0.75, 0.78. Web safe color of #0a370e is #003300. Color #0a370e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00110111 00001110
Octal 12 67 16
Decimal 10 55 14
Hex A 37 E

RGB Percentages of Color #0a370e

%12.66
%69.62
%17.72

CMYK Percentages of Color #0a370e

%82
%0
%75
%78

Triadic Colors of #0a370e

#0a370e #0e0a37 #370e0a

Analogous Colors of #0a370e

#0a370e #0a3725 #1d370a

Monochromatic Colors of #0a370e

#0a370e

Complementary Color

#0a370e #370a33

#0a370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a370e Color CSS Codes

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

#0a370e Text Font Color

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

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


#0a370e Background Color

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

This div background color is #0a370e


#0a370e Border Color

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

This div border color is #0a370e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,55,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 #0a370e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a370e


Comments

No comments written yet.

Please login to write comment.