Color Hex Logo

#3b493e Color Hex

#3B493E
(59,73,62)
0 Favorites   0 Comments

Color spaces of #3b493e

RGB 597362
HSL0.370.110.26
HSV133°19°29°
CMYK 0.190.000.15   0.71
XYZ5.05576.04275.4573
Yxy6.04270.30540.3650
Hunter Lab24.5819-6.30674.0447
CIE-Lab29.5199-8.16634.7427

#3b493e color RGB value is (59,73,62).

#3b493e hex color red value is 59, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #3b493e hue: 0.37 , saturation: 0.11 and the lightness value of 3b493e is 0.26.

The process color (four color CMYK) of #3b493e color hex is 0.19, 0.00, 0.15, 0.71. Web safe color of #3b493e is #333333. Color #3b493e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001001 00111110
Octal 73 111 76
Decimal 59 73 62
Hex 3B 49 3E

RGB Percentages of Color #3b493e

%30.41
%37.63
%31.96

CMYK Percentages of Color #3b493e

%19
%0
%15
%71

Triadic Colors of #3b493e

#3b493e #3e3b49 #493e3b

Analogous Colors of #3b493e

#3b493e #3b4945 #3f493b

Monochromatic Colors of #3b493e

#3b493e

Complementary Color

#3b493e #493b46

#3b493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b493e Color CSS Codes

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

#3b493e Text Font Color

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

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


#3b493e Background Color

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

This div background color is #3b493e


#3b493e Border Color

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

This div border color is #3b493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b493e


Comments

No comments written yet.

Please login to write comment.