Color Hex Logo

#3b4222 Color Hex

#3B4222
(59,66,34)
0 Favorites   0 Comments

Color spaces of #3b4222

RGB 596634
HSL0.200.320.20
HSV73°48°26°
CMYK 0.110.000.48   0.74
XYZ4.04064.94172.2543
Yxy4.94170.35960.4398
Hunter Lab22.2299-6.45759.5485
CIE-Lab26.5680-8.978718.4752

#3b4222 color RGB value is (59,66,34).

#3b4222 hex color red value is 59, green value is 66 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #3b4222 hue: 0.20 , saturation: 0.32 and the lightness value of 3b4222 is 0.20.

The process color (four color CMYK) of #3b4222 color hex is 0.11, 0.00, 0.48, 0.74. Web safe color of #3b4222 is #333333. Color #3b4222 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000010 00100010
Octal 73 102 42
Decimal 59 66 34
Hex 3B 42 22

RGB Percentages of Color #3b4222

%37.11
%41.51
%21.38

CMYK Percentages of Color #3b4222

%11
%0
%48
%74

Triadic Colors of #3b4222

#3b4222 #223b42 #42223b

Analogous Colors of #3b4222

#3b4222 #2b4222 #423922

Monochromatic Colors of #3b4222

#3b4222

Complementary Color

#3b4222 #292242

#3b4222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4222 Color CSS Codes

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

#3b4222 Text Font Color

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

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


#3b4222 Background Color

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

This div background color is #3b4222


#3b4222 Border Color

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

This div border color is #3b4222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4222


Comments

No comments written yet.

Please login to write comment.