Color Hex Logo

#3c4529 Color Hex

#3C4529
(60,69,41)
0 Favorites   0 Comments

Color spaces of #3c4529

RGB 606941
HSL0.220.250.22
HSV79°41°27°
CMYK 0.130.000.41   0.73
XYZ4.39185.37702.9042
Yxy5.37700.34650.4243
Hunter Lab23.1884-6.77238.8061
CIE-Lab27.7829-9.299215.7312

#3c4529 color RGB value is (60,69,41).

#3c4529 hex color red value is 60, green value is 69 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #3c4529 hue: 0.22 , saturation: 0.25 and the lightness value of 3c4529 is 0.22.

The process color (four color CMYK) of #3c4529 color hex is 0.13, 0.00, 0.41, 0.73. Web safe color of #3c4529 is #333333. Color #3c4529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01000101 00101001
Octal 74 105 51
Decimal 60 69 41
Hex 3C 45 29

RGB Percentages of Color #3c4529

%35.29
%40.59
%24.12

CMYK Percentages of Color #3c4529

%13
%0
%41
%73

Triadic Colors of #3c4529

#3c4529 #293c45 #45293c

Analogous Colors of #3c4529

#3c4529 #2e4529 #454029

Monochromatic Colors of #3c4529

#3c4529

Complementary Color

#3c4529 #322945

#3c4529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c4529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c4529 Color CSS Codes

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

#3c4529 Text Font Color

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

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


#3c4529 Background Color

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

This div background color is #3c4529


#3c4529 Border Color

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

This div border color is #3c4529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c4529


Comments

No comments written yet.

Please login to write comment.