Color Hex Logo

#0c522f Color Hex

#0C522F
(12,82,47)
0 Favorites   0 Comments

Color spaces of #0c522f

RGB 128247
HSL0.420.740.18
HSV150°85°32°
CMYK 0.850.000.43   0.68
XYZ3.68206.31803.7148
Yxy6.31800.26850.4607
Hunter Lab25.1356-17.83978.8325
CIE-Lab30.2010-29.961114.7902

#0c522f color RGB value is (12,82,47).

#0c522f hex color red value is 12, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0c522f hue: 0.42 , saturation: 0.74 and the lightness value of 0c522f is 0.18.

The process color (four color CMYK) of #0c522f color hex is 0.85, 0.00, 0.43, 0.68. Web safe color of #0c522f is #006633. Color #0c522f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01010010 00101111
Octal 14 122 57
Decimal 12 82 47
Hex C 52 2F

RGB Percentages of Color #0c522f

%8.51
%58.16
%33.33

CMYK Percentages of Color #0c522f

%85
%0
%43
%68

Triadic Colors of #0c522f

#0c522f #2f0c52 #522f0c

Analogous Colors of #0c522f

#0c522f #0c5252 #0c520c

Monochromatic Colors of #0c522f

#0c522f

Complementary Color

#0c522f #520c2f

#0c522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c522f Color CSS Codes

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

#0c522f Text Font Color

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

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


#0c522f Background Color

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

This div background color is #0c522f


#0c522f Border Color

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

This div border color is #0c522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c522f


Comments

No comments written yet.

Please login to write comment.