Color Hex Logo

#3c970e Color Hex

#3C970E
(60,151,14)
0 Favorites   0 Comments

Color spaces of #3c970e

RGB 6015114
HSL0.280.830.32
HSV100°91°59°
CMYK 0.600.000.91   0.41
XYZ13.009423.12564.1935
Yxy23.12560.32260.5734
Hunter Lab48.0891-35.866828.4921
CIE-Lab55.2015-49.225555.2200

#3c970e color RGB value is (60,151,14).

#3c970e hex color red value is 60, green value is 151 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #3c970e hue: 0.28 , saturation: 0.83 and the lightness value of 3c970e is 0.32.

The process color (four color CMYK) of #3c970e color hex is 0.60, 0.00, 0.91, 0.41. Web safe color of #3c970e is #339900. Color #3c970e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10010111 00001110
Octal 74 227 16
Decimal 60 151 14
Hex 3C 97 E

RGB Percentages of Color #3c970e

%26.67
%67.11
%6.22

CMYK Percentages of Color #3c970e

%60
%0
%91
%41

Triadic Colors of #3c970e

#3c970e #0e3c97 #970e3c

Analogous Colors of #3c970e

#3c970e #0e9725 #81970e

Monochromatic Colors of #3c970e

#3c970e

Complementary Color

#3c970e #690e97

#3c970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c970e Color CSS Codes

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

#3c970e Text Font Color

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

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


#3c970e Background Color

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

This div background color is #3c970e


#3c970e Border Color

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

This div border color is #3c970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c970e


Comments

No comments written yet.

Please login to write comment.