Color Hex Logo

#3b4959 Color Hex

#3B4959
(59,73,89)
0 Favorites   0 Comments

Color spaces of #3b4959

RGB 597389
HSL0.590.200.29
HSV212°34°35°
CMYK 0.340.180.00   0.65
XYZ5.98936.416210.3740
Yxy6.41620.26290.2817
Hunter Lab25.3302-2.1218-6.5511
CIE-Lab30.4391-1.2009-11.2791

#3b4959 color RGB value is (59,73,89).

#3b4959 hex color red value is 59, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #3b4959 hue: 0.59 , saturation: 0.20 and the lightness value of 3b4959 is 0.29.

The process color (four color CMYK) of #3b4959 color hex is 0.34, 0.18, 0.00, 0.65. Web safe color of #3b4959 is #333366. Color #3b4959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001001 01011001
Octal 73 111 131
Decimal 59 73 89
Hex 3B 49 59

RGB Percentages of Color #3b4959

%26.70
%33.03
%40.27

CMYK Percentages of Color #3b4959

%34
%18
%0
%65

Triadic Colors of #3b4959

#3b4959 #593b49 #49593b

Analogous Colors of #3b4959

#3b4959 #3c3b59 #3b5859

Monochromatic Colors of #3b4959

#3b4959

Complementary Color

#3b4959 #594b3b

#3b4959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4959 Color CSS Codes

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

#3b4959 Text Font Color

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

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


#3b4959 Background Color

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

This div background color is #3b4959


#3b4959 Border Color

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

This div border color is #3b4959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4959


Comments

No comments written yet.

Please login to write comment.