Color Hex Logo

#3b4420 Color Hex

#3B4420
(59,68,32)
0 Favorites   0 Comments

Color spaces of #3b4420

RGB 596832
HSL0.210.360.20
HSV75°53°27°
CMYK 0.130.000.53   0.73
XYZ4.13155.16832.1463
Yxy5.16830.36100.4515
Hunter Lab22.7339-7.345010.3162
CIE-Lab27.2090-10.442520.4717

#3b4420 color RGB value is (59,68,32).

#3b4420 hex color red value is 59, green value is 68 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #3b4420 hue: 0.21 , saturation: 0.36 and the lightness value of 3b4420 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000100 00100000
Octal 73 104 40
Decimal 59 68 32
Hex 3B 44 20

RGB Percentages of Color #3b4420

%37.11
%42.77
%20.13

CMYK Percentages of Color #3b4420

%13
%0
%53
%73

Triadic Colors of #3b4420

#3b4420 #203b44 #44203b

Analogous Colors of #3b4420

#3b4420 #294420 #443b20

Monochromatic Colors of #3b4420

#3b4420

Complementary Color

#3b4420 #292044

#3b4420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4420 Color CSS Codes

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

#3b4420 Text Font Color

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

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


#3b4420 Background Color

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

This div background color is #3b4420


#3b4420 Border Color

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

This div border color is #3b4420


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,68,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b4420; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b4420;
  -webkit-box-shadow: 1px 1px 3px 2px #3b4420;
  box-shadow:         1px 1px 3px 2px #3b4420; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,68,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4420


Comments

No comments written yet.

Please login to write comment.