Color Hex Logo

#3b461e Color Hex

#3B461E
(59,70,30)
0 Favorites   0 Comments

Color spaces of #3b461e

RGB 597030
HSL0.210.400.20
HSV77°57°27°
CMYK 0.160.000.57   0.73
XYZ4.22815.40392.0485
Yxy5.40390.36200.4626
Hunter Lab23.2463-8.214911.0477
CIE-Lab27.8558-11.870922.4204

#3b461e color RGB value is (59,70,30).

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

The process color (four color CMYK) of #3b461e color hex is 0.16, 0.00, 0.57, 0.73. Web safe color of #3b461e is #333333. Color #3b461e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000110 00011110
Octal 73 106 36
Decimal 59 70 30
Hex 3B 46 1E

RGB Percentages of Color #3b461e

%37.11
%44.03
%18.87

CMYK Percentages of Color #3b461e

%16
%0
%57
%73

Triadic Colors of #3b461e

#3b461e #1e3b46 #461e3b

Analogous Colors of #3b461e

#3b461e #27461e #463d1e

Monochromatic Colors of #3b461e

#3b461e

Complementary Color

#3b461e #291e46

#3b461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b461e Color CSS Codes

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

#3b461e Text Font Color

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

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


#3b461e Background Color

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

This div background color is #3b461e


#3b461e Border Color

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

This div border color is #3b461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b461e


Comments

No comments written yet.

Please login to write comment.