Color Hex Logo

#3b4506 Color Hex

#3B4506
(59,69,6)
0 Favorites   0 Comments

Color spaces of #3b4506

RGB 59696
HSL0.190.840.15
HSV70°91°27°
CMYK 0.140.000.91   0.73
XYZ3.96465.19920.9669
Yxy5.19920.39130.5132
Hunter Lab22.8018-8.866813.4471
CIE-Lab27.2949-13.212833.2302

#3b4506 color RGB value is (59,69,6).

#3b4506 hex color red value is 59, green value is 69 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #3b4506 hue: 0.19 , saturation: 0.84 and the lightness value of 3b4506 is 0.15.

The process color (four color CMYK) of #3b4506 color hex is 0.14, 0.00, 0.91, 0.73. Web safe color of #3b4506 is #333300. Color #3b4506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000101 00000110
Octal 73 105 6
Decimal 59 69 6
Hex 3B 45 6

RGB Percentages of Color #3b4506

%44.03
%51.49
%4.48

CMYK Percentages of Color #3b4506

%14
%0
%91
%73

Triadic Colors of #3b4506

#3b4506 #063b45 #45063b

Analogous Colors of #3b4506

#3b4506 #1c4506 #453006

Monochromatic Colors of #3b4506

#3b4506

Complementary Color

#3b4506 #100645

#3b4506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4506 Color CSS Codes

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

#3b4506 Text Font Color

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

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


#3b4506 Background Color

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

This div background color is #3b4506


#3b4506 Border Color

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

This div border color is #3b4506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4506


Comments

No comments written yet.

Please login to write comment.