Color Hex Logo

#3c7027 Color Hex

#3C7027
(60,112,39)
0 Favorites   0 Comments

Color spaces of #3c7027

RGB 6011239
HSL0.290.480.30
HSV103°65°44°
CMYK 0.460.000.65   0.56
XYZ8.023912.69553.9470
Yxy12.69550.32530.5147
Hunter Lab35.6307-22.156318.3737
CIE-Lab42.3008-31.956034.3276

#3c7027 color RGB value is (60,112,39).

#3c7027 hex color red value is 60, green value is 112 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #3c7027 hue: 0.29 , saturation: 0.48 and the lightness value of 3c7027 is 0.30.

The process color (four color CMYK) of #3c7027 color hex is 0.46, 0.00, 0.65, 0.56. Web safe color of #3c7027 is #336633. Color #3c7027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110000 00100111
Octal 74 160 47
Decimal 60 112 39
Hex 3C 70 27

RGB Percentages of Color #3c7027

%28.44
%53.08
%18.48

CMYK Percentages of Color #3c7027

%46
%0
%65
%56

Triadic Colors of #3c7027

#3c7027 #273c70 #70273c

Analogous Colors of #3c7027

#3c7027 #277037 #617027

Monochromatic Colors of #3c7027

#3c7027

Complementary Color

#3c7027 #5b2770

#3c7027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7027 Color CSS Codes

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

#3c7027 Text Font Color

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

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


#3c7027 Background Color

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

This div background color is #3c7027


#3c7027 Border Color

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

This div border color is #3c7027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7027


Comments

No comments written yet.

Please login to write comment.