Color Hex Logo

#0a372c Color Hex

#0A372C
(10,55,44)
1 Favorites   0 Comments

Color spaces of #0a372c

RGB 105544
HSL0.460.690.13
HSV165°82°22°
CMYK 0.820.000.20   0.78
XYZ1.94602.97882.8553
Yxy2.97880.25010.3829
Hunter Lab17.2592-10.07752.2727
CIE-Lab19.9588-18.20992.5787

#0a372c color RGB value is (10,55,44).

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

The process color (four color CMYK) of #0a372c color hex is 0.82, 0.00, 0.20, 0.78. Web safe color of #0a372c is #003333. Color #0a372c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00110111 00101100
Octal 12 67 54
Decimal 10 55 44
Hex A 37 2C

RGB Percentages of Color #0a372c

%9.17
%50.46
%40.37

CMYK Percentages of Color #0a372c

%82
%0
%20
%78

Triadic Colors of #0a372c

#0a372c #2c0a37 #372c0a

Analogous Colors of #0a372c

#0a372c #0a2c37 #0a3716

Monochromatic Colors of #0a372c

#0a372c

Complementary Color

#0a372c #370a15

#0a372c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a372c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a372c Color CSS Codes

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

#0a372c Text Font Color

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

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


#0a372c Background Color

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

This div background color is #0a372c


#0a372c Border Color

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

This div border color is #0a372c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a372c

#0a372c Color Palettes


Comments

No comments written yet.

Please login to write comment.