Color Hex Logo

#0c5742 Color Hex

#0C5742
(12,87,66)
0 Favorites   0 Comments

Color spaces of #0c5742

RGB 128766
HSL0.450.760.19
HSV163°86°34°
CMYK 0.860.000.24   0.66
XYZ4.54327.28796.3215
Yxy7.28790.25030.4015
Hunter Lab26.9961-17.20335.0137
CIE-Lab32.4535-27.39276.0974

#0c5742 color RGB value is (12,87,66).

#0c5742 hex color red value is 12, green value is 87 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #0c5742 hue: 0.45 , saturation: 0.76 and the lightness value of 0c5742 is 0.19.

The process color (four color CMYK) of #0c5742 color hex is 0.86, 0.00, 0.24, 0.66. Web safe color of #0c5742 is #006633. Color #0c5742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010111 01000010
Octal 14 127 102
Decimal 12 87 66
Hex C 57 42

RGB Percentages of Color #0c5742

%7.27
%52.73
%40.00

CMYK Percentages of Color #0c5742

%86
%0
%24
%66

Triadic Colors of #0c5742

#0c5742 #420c57 #57420c

Analogous Colors of #0c5742

#0c5742 #0c4657 #0c571d

Monochromatic Colors of #0c5742

#0c5742

Complementary Color

#0c5742 #570c21

#0c5742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c5742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c5742 Color CSS Codes

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

#0c5742 Text Font Color

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

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


#0c5742 Background Color

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

This div background color is #0c5742


#0c5742 Border Color

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

This div border color is #0c5742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c5742


Comments

No comments written yet.

Please login to write comment.