Color Hex Logo

#3b4434 Color Hex

#3B4434
(59,68,52)
0 Favorites   0 Comments

Color spaces of #3b4434

RGB 596852
HSL0.260.130.24
HSV94°24°27°
CMYK 0.130.000.24   0.73
XYZ4.49065.31204.0374
Yxy5.31200.32450.3838
Hunter Lab23.0478-5.55495.7473
CIE-Lab27.6058-7.20028.4898

#3b4434 color RGB value is (59,68,52).

#3b4434 hex color red value is 59, green value is 68 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #3b4434 hue: 0.26 , saturation: 0.13 and the lightness value of 3b4434 is 0.24.

The process color (four color CMYK) of #3b4434 color hex is 0.13, 0.00, 0.24, 0.73. Web safe color of #3b4434 is #333333. Color #3b4434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000100 00110100
Octal 73 104 64
Decimal 59 68 52
Hex 3B 44 34

RGB Percentages of Color #3b4434

%32.96
%37.99
%29.05

CMYK Percentages of Color #3b4434

%13
%0
%24
%73

Triadic Colors of #3b4434

#3b4434 #343b44 #44343b

Analogous Colors of #3b4434

#3b4434 #344435 #434434

Monochromatic Colors of #3b4434

#3b4434

Complementary Color

#3b4434 #3d3444

#3b4434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4434 Color CSS Codes

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

#3b4434 Text Font Color

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

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


#3b4434 Background Color

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

This div background color is #3b4434


#3b4434 Border Color

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

This div border color is #3b4434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4434


Comments

No comments written yet.

Please login to write comment.