Color Hex Logo

#3c862a Color Hex

#3C862A
(60,134,42)
0 Favorites   0 Comments

Color spaces of #3c862a

RGB 6013442
HSL0.300.520.35
HSV108°69°53°
CMYK 0.550.000.69   0.47
XYZ10.806518.17805.1296
Yxy18.17800.31680.5329
Hunter Lab42.6357-29.369522.7116
CIE-Lab49.7113-41.013441.0620

#3c862a color RGB value is (60,134,42).

#3c862a hex color red value is 60, green value is 134 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #3c862a hue: 0.30 , saturation: 0.52 and the lightness value of 3c862a is 0.35.

The process color (four color CMYK) of #3c862a color hex is 0.55, 0.00, 0.69, 0.47. Web safe color of #3c862a is #339933. Color #3c862a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000110 00101010
Octal 74 206 52
Decimal 60 134 42
Hex 3C 86 2A

RGB Percentages of Color #3c862a

%25.42
%56.78
%17.80

CMYK Percentages of Color #3c862a

%55
%0
%69
%47

Triadic Colors of #3c862a

#3c862a #2a3c86 #862a3c

Analogous Colors of #3c862a

#3c862a #2a8646 #6a862a

Monochromatic Colors of #3c862a

#3c862a

Complementary Color

#3c862a #742a86

#3c862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c862a Color CSS Codes

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

#3c862a Text Font Color

<p style="color:#3c862a">Text here</p>

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


#3c862a Background Color

<div style="background-color:#3c862a">
Div content here</div>

This div background color is #3c862a


#3c862a Border Color

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

This div border color is #3c862a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,134,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c862a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c862a;
  -webkit-box-shadow: 1px 1px 3px 2px #3c862a;
  box-shadow:         1px 1px 3px 2px #3c862a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,134,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c862a


Comments

No comments written yet.

Please login to write comment.