Color Hex Logo

#3c421b Color Hex

#3C421B
(60,66,27)
0 Favorites   0 Comments

Color spaces of #3c421b

RGB 606627
HSL0.190.420.18
HSV69°59°26°
CMYK 0.090.000.59   0.74
XYZ4.00954.93621.7784
Yxy4.93620.37390.4603
Hunter Lab22.2176-6.667710.8064
CIE-Lab26.5522-9.359422.6217

#3c421b color RGB value is (60,66,27).

#3c421b hex color red value is 60, green value is 66 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #3c421b hue: 0.19 , saturation: 0.42 and the lightness value of 3c421b is 0.18.

The process color (four color CMYK) of #3c421b color hex is 0.09, 0.00, 0.59, 0.74. Web safe color of #3c421b is #333333. Color #3c421b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01000010 00011011
Octal 74 102 33
Decimal 60 66 27
Hex 3C 42 1B

RGB Percentages of Color #3c421b

%39.22
%43.14
%17.65

CMYK Percentages of Color #3c421b

%9
%0
%59
%74

Triadic Colors of #3c421b

#3c421b #1b3c42 #421b3c

Analogous Colors of #3c421b

#3c421b #29421b #42351b

Monochromatic Colors of #3c421b

#3c421b

Complementary Color

#3c421b #211b42

#3c421b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c421b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c421b Color CSS Codes

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

#3c421b Text Font Color

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

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


#3c421b Background Color

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

This div background color is #3c421b


#3c421b Border Color

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

This div border color is #3c421b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c421b

#3c421b Color Palettes


Comments

No comments written yet.

Please login to write comment.