Color Hex Logo

#3b464a Color Hex

#3B464A
(59,70,74)
0 Favorites   0 Comments

Color spaces of #3b464a

RGB 597074
HSL0.540.110.26
HSV196°20°29°
CMYK 0.200.050.00   0.71
XYZ5.22985.80457.3233
Yxy5.80450.28490.3162
Hunter Lab24.0925-3.4147-1.1573
CIE-Lab28.9138-3.4194-3.8977

#3b464a color RGB value is (59,70,74).

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

The process color (four color CMYK) of #3b464a color hex is 0.20, 0.05, 0.00, 0.71. Web safe color of #3b464a is #333333. Color #3b464a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000110 01001010
Octal 73 106 112
Decimal 59 70 74
Hex 3B 46 4A

RGB Percentages of Color #3b464a

%29.06
%34.48
%36.45

CMYK Percentages of Color #3b464a

%20
%5
%0
%71

Triadic Colors of #3b464a

#3b464a #4a3b46 #464a3b

Analogous Colors of #3b464a

#3b464a #3b3f4a #3b4a47

Monochromatic Colors of #3b464a

#3b464a

Complementary Color

#3b464a #4a3f3b

#3b464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b464a Color CSS Codes

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

#3b464a Text Font Color

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

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


#3b464a Background Color

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

This div background color is #3b464a


#3b464a Border Color

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

This div border color is #3b464a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b464a


Comments

No comments written yet.

Please login to write comment.