Color Hex Logo

#3b342e Color Hex

#3B342E
(59,52,46)
0 Favorites   0 Comments

Color spaces of #3b342e

RGB 595246
HSL0.080.120.21
HSV28°22°23°
CMYK 0.000.120.22   0.77
XYZ3.52483.58303.0906
Yxy3.58300.34560.3513
Hunter Lab18.92880.11373.5696
CIE-Lab22.24201.90224.9259

#3b342e color RGB value is (59,52,46).

#3b342e hex color red value is 59, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3b342e hue: 0.08 , saturation: 0.12 and the lightness value of 3b342e is 0.21.

The process color (four color CMYK) of #3b342e color hex is 0.00, 0.12, 0.22, 0.77. Web safe color of #3b342e is #333333. Color #3b342e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00110100 00101110
Octal 73 64 56
Decimal 59 52 46
Hex 3B 34 2E

RGB Percentages of Color #3b342e

%37.58
%33.12
%29.30

CMYK Percentages of Color #3b342e

%0
%12
%22
%77

Triadic Colors of #3b342e

#3b342e #2e3b34 #342e3b

Analogous Colors of #3b342e

#3b342e #3b3b2e #3b2e2f

Monochromatic Colors of #3b342e

#3b342e

Complementary Color

#3b342e #2e353b

#3b342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b342e Color CSS Codes

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

#3b342e Text Font Color

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

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


#3b342e Background Color

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

This div background color is #3b342e


#3b342e Border Color

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

This div border color is #3b342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b342e


Comments

No comments written yet.

Please login to write comment.