Color Hex Logo

#0c371d Color Hex

#0C371D
(12,55,29)
0 Favorites   0 Comments

Color spaces of #0c371d

RGB 125529
HSL0.400.640.13
HSV144°78°22°
CMYK 0.780.000.47   0.78
XYZ1.73962.89921.6303
Yxy2.89920.27750.4625
Hunter Lab17.0270-11.56056.2420
CIE-Lab19.6356-21.834612.1461

#0c371d color RGB value is (12,55,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110111 00011101
Octal 14 67 35
Decimal 12 55 29
Hex C 37 1D

RGB Percentages of Color #0c371d

%12.50
%57.29
%30.21

CMYK Percentages of Color #0c371d

%78
%0
%47
%78

Triadic Colors of #0c371d

#0c371d #1d0c37 #371d0c

Analogous Colors of #0c371d

#0c371d #0c3733 #11370c

Monochromatic Colors of #0c371d

#0c371d

Complementary Color

#0c371d #370c26

#0c371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c371d Color CSS Codes

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

#0c371d Text Font Color

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

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


#0c371d Background Color

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

This div background color is #0c371d


#0c371d Border Color

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

This div border color is #0c371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c371d


Comments

No comments written yet.

Please login to write comment.