Color Hex Logo

#0d362c Color Hex

#0D362C
(13,54,44)
0 Favorites   0 Comments

Color spaces of #0d362c

RGB 135444
HSL0.460.610.13
HSV165°76°21°
CMYK 0.760.000.19   0.79
XYZ1.93982.90572.8415
Yxy2.90570.25230.3780
Hunter Lab17.0461-9.51792.0489
CIE-Lab19.6622-17.07692.1632

#0d362c color RGB value is (13,54,44).

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

The process color (four color CMYK) of #0d362c color hex is 0.76, 0.00, 0.19, 0.79. Web safe color of #0d362c is #003333. Color #0d362c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110110 00101100
Octal 15 66 54
Decimal 13 54 44
Hex D 36 2C

RGB Percentages of Color #0d362c

%11.71
%48.65
%39.64

CMYK Percentages of Color #0d362c

%76
%0
%19
%79

Triadic Colors of #0d362c

#0d362c #2c0d36 #362c0d

Analogous Colors of #0d362c

#0d362c #0d2c36 #0d3618

Monochromatic Colors of #0d362c

#0d362c

Complementary Color

#0d362c #360d17

#0d362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d362c Color CSS Codes

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

#0d362c Text Font Color

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

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


#0d362c Background Color

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

This div background color is #0d362c


#0d362c Border Color

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

This div border color is #0d362c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d362c


Comments

No comments written yet.

Please login to write comment.