Color Hex Logo

#3c651c Color Hex

#3C651C
(60,101,28)
0 Favorites   0 Comments

Color spaces of #3c651c

RGB 6010128
HSL0.260.570.25
HSV94°72°40°
CMYK 0.410.000.72   0.60
XYZ6.726810.35192.7422
Yxy10.35190.33940.5223
Hunter Lab32.1744-18.985617.4688
CIE-Lab38.4667-27.950035.2840

#3c651c color RGB value is (60,101,28).

#3c651c hex color red value is 60, green value is 101 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #3c651c hue: 0.26 , saturation: 0.57 and the lightness value of 3c651c is 0.25.

The process color (four color CMYK) of #3c651c color hex is 0.41, 0.00, 0.72, 0.60. Web safe color of #3c651c is #336633. Color #3c651c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01100101 00011100
Octal 74 145 34
Decimal 60 101 28
Hex 3C 65 1C

RGB Percentages of Color #3c651c

%31.75
%53.44
%14.81

CMYK Percentages of Color #3c651c

%41
%0
%72
%60

Triadic Colors of #3c651c

#3c651c #1c3c65 #651c3c

Analogous Colors of #3c651c

#3c651c #1c6521 #61651c

Monochromatic Colors of #3c651c

#3c651c

Complementary Color

#3c651c #451c65

#3c651c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c651c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c651c Color CSS Codes

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

#3c651c Text Font Color

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

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


#3c651c Background Color

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

This div background color is #3c651c


#3c651c Border Color

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

This div border color is #3c651c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c651c


Comments

No comments written yet.

Please login to write comment.