Color Hex Logo

#3c801d Color Hex

#3C801D
(60,128,29)
0 Favorites   0 Comments

Color spaces of #3c801d

RGB 6012829
HSL0.280.630.31
HSV101°77°50°
CMYK 0.530.000.77   0.50
XYZ9.804416.48773.8281
Yxy16.48770.32550.5474
Hunter Lab40.6050-27.958622.8339
CIE-Lab47.6079-39.678644.1493

#3c801d color RGB value is (60,128,29).

#3c801d hex color red value is 60, green value is 128 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3c801d hue: 0.28 , saturation: 0.63 and the lightness value of 3c801d is 0.31.

The process color (four color CMYK) of #3c801d color hex is 0.53, 0.00, 0.77, 0.50. Web safe color of #3c801d is #339933. Color #3c801d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000000 00011101
Octal 74 200 35
Decimal 60 128 29
Hex 3C 80 1D

RGB Percentages of Color #3c801d

%27.65
%58.99
%13.36

CMYK Percentages of Color #3c801d

%53
%0
%77
%50

Triadic Colors of #3c801d

#3c801d #1d3c80 #801d3c

Analogous Colors of #3c801d

#3c801d #1d8030 #6e801d

Monochromatic Colors of #3c801d

#3c801d

Complementary Color

#3c801d #611d80

#3c801d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c801d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c801d Color CSS Codes

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

#3c801d Text Font Color

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

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


#3c801d Background Color

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

This div background color is #3c801d


#3c801d Border Color

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

This div border color is #3c801d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c801d


Comments

No comments written yet.

Please login to write comment.