Color Hex Logo

#0c362d Color Hex

#0C362D
(12,54,45)
0 Favorites   0 Comments

Color spaces of #0c362d

RGB 125445
HSL0.460.640.13
HSV167°78°21°
CMYK 0.780.000.17   0.79
XYZ1.94442.90602.9410
Yxy2.90600.24960.3730
Hunter Lab17.0470-9.47231.7040
CIE-Lab19.6634-16.97431.4808

#0c362d color RGB value is (12,54,45).

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

The process color (four color CMYK) of #0c362d color hex is 0.78, 0.00, 0.17, 0.79. Web safe color of #0c362d is #003333. Color #0c362d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110110 00101101
Octal 14 66 55
Decimal 12 54 45
Hex C 36 2D

RGB Percentages of Color #0c362d

%10.81
%48.65
%40.54

CMYK Percentages of Color #0c362d

%78
%0
%17
%79

Triadic Colors of #0c362d

#0c362d #2d0c36 #362d0c

Analogous Colors of #0c362d

#0c362d #0c2a36 #0c3618

Monochromatic Colors of #0c362d

#0c362d

Complementary Color

#0c362d #360c15

#0c362d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c362d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c362d Color CSS Codes

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

#0c362d Text Font Color

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

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


#0c362d Background Color

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

This div background color is #0c362d


#0c362d Border Color

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

This div border color is #0c362d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,54,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c362d


Comments

No comments written yet.

Please login to write comment.