Color Hex Logo

#3b421f Color Hex

#3B421F
(59,66,31)
0 Favorites   0 Comments

Color spaces of #3b421f

RGB 596631
HSL0.200.360.19
HSV72°53°26°
CMYK 0.110.000.53   0.74
XYZ3.99924.92522.0362
Yxy4.92520.36490.4494
Hunter Lab22.1928-6.671210.0951
CIE-Lab26.5206-9.372320.2249

#3b421f color RGB value is (59,66,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000010 00011111
Octal 73 102 37
Decimal 59 66 31
Hex 3B 42 1F

RGB Percentages of Color #3b421f

%37.82
%42.31
%19.87

CMYK Percentages of Color #3b421f

%11
%0
%53
%74

Triadic Colors of #3b421f

#3b421f #1f3b42 #421f3b

Analogous Colors of #3b421f

#3b421f #2a421f #42381f

Monochromatic Colors of #3b421f

#3b421f

Complementary Color

#3b421f #261f42

#3b421f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b421f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b421f Color CSS Codes

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

#3b421f Text Font Color

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

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


#3b421f Background Color

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

This div background color is #3b421f


#3b421f Border Color

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

This div border color is #3b421f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b421f


Comments

No comments written yet.

Please login to write comment.