Color Hex Logo

#3b352e Color Hex

#3B352E
(59,53,46)
0 Favorites   0 Comments

Color spaces of #3b352e

RGB 595346
HSL0.090.120.21
HSV32°22°23°
CMYK 0.000.100.22   0.77
XYZ3.56993.67333.1056
Yxy3.67330.34500.3549
Hunter Lab19.1659-0.29223.8089
CIE-Lab22.56061.23715.3766

#3b352e color RGB value is (59,53,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 00110101 00101110
Octal 73 65 56
Decimal 59 53 46
Hex 3B 35 2E

RGB Percentages of Color #3b352e

%37.34
%33.54
%29.11

CMYK Percentages of Color #3b352e

%0
%10
%22
%77

Triadic Colors of #3b352e

#3b352e #2e3b35 #352e3b

Analogous Colors of #3b352e

#3b352e #3b3b2e #3b2f2e

Monochromatic Colors of #3b352e

#3b352e

Complementary Color

#3b352e #2e343b

#3b352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b352e Color CSS Codes

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

#3b352e Text Font Color

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

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


#3b352e Background Color

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

This div background color is #3b352e


#3b352e Border Color

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

This div border color is #3b352e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,53,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 #3b352e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b352e


Comments

No comments written yet.

Please login to write comment.