Color Hex Logo

#0c5920 Color Hex

#0C5920
(12,89,32)
0 Favorites   0 Comments

Color spaces of #0c5920

RGB 128932
HSL0.380.760.20
HSV136°87°35°
CMYK 0.870.000.64   0.65
XYZ3.98477.32722.5708
Yxy7.32720.28700.5278
Hunter Lab27.0688-21.094113.3172
CIE-Lab32.5405-35.530526.3141

#0c5920 color RGB value is (12,89,32).

#0c5920 hex color red value is 12, green value is 89 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #0c5920 hue: 0.38 , saturation: 0.76 and the lightness value of 0c5920 is 0.20.

The process color (four color CMYK) of #0c5920 color hex is 0.87, 0.00, 0.64, 0.65. Web safe color of #0c5920 is #006633. Color #0c5920 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01011001 00100000
Octal 14 131 40
Decimal 12 89 32
Hex C 59 20

RGB Percentages of Color #0c5920

%9.02
%66.92
%24.06

CMYK Percentages of Color #0c5920

%87
%0
%64
%65

Triadic Colors of #0c5920

#0c5920 #200c59 #59200c

Analogous Colors of #0c5920

#0c5920 #0c5947 #1f590c

Monochromatic Colors of #0c5920

#0c5920

Complementary Color

#0c5920 #590c45

#0c5920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c5920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c5920 Color CSS Codes

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

#0c5920 Text Font Color

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

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


#0c5920 Background Color

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

This div background color is #0c5920


#0c5920 Border Color

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

This div border color is #0c5920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c5920


Comments

No comments written yet.

Please login to write comment.