Color Hex Logo

#3b2913 Color Hex

#3B2913
(59,41,19)
0 Favorites   0 Comments

Color spaces of #3b2913

RGB 594119
HSL0.090.510.15
HSV33°68°23°
CMYK 0.000.310.68   0.77
XYZ2.71412.56270.9677
Yxy2.56270.43460.4104
Hunter Lab16.00842.24857.6219
CIE-Lab18.19985.413617.5376

#3b2913 color RGB value is (59,41,19).

#3b2913 hex color red value is 59, green value is 41 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #3b2913 hue: 0.09 , saturation: 0.51 and the lightness value of 3b2913 is 0.15.

The process color (four color CMYK) of #3b2913 color hex is 0.00, 0.31, 0.68, 0.77. Web safe color of #3b2913 is #333300. Color #3b2913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00101001 00010011
Octal 73 51 23
Decimal 59 41 19
Hex 3B 29 13

RGB Percentages of Color #3b2913

%49.58
%34.45
%15.97

CMYK Percentages of Color #3b2913

%0
%31
%68
%77

Triadic Colors of #3b2913

#3b2913 #133b29 #29133b

Analogous Colors of #3b2913

#3b2913 #393b13 #3b1513

Monochromatic Colors of #3b2913

#3b2913

Complementary Color

#3b2913 #13253b

#3b2913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b2913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b2913 Color CSS Codes

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

#3b2913 Text Font Color

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

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


#3b2913 Background Color

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

This div background color is #3b2913


#3b2913 Border Color

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

This div border color is #3b2913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b2913


Comments

No comments written yet.

Please login to write comment.