Color Hex Logo

#334648 Color Hex

#334648
(51,70,72)
0 Favorites   0 Comments

Color spaces of #334648

RGB 517072
HSL0.520.170.24
HSV186°29°28°
CMYK 0.290.030.00   0.72
XYZ4.72515.55206.9535
Yxy5.55200.27420.3222
Hunter Lab23.5627-5.4395-1.0030
CIE-Lab28.2528-6.8962-3.6445

#334648 color RGB value is (51,70,72).

#334648 hex color red value is 51, green value is 70 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #334648 hue: 0.52 , saturation: 0.17 and the lightness value of 334648 is 0.24.

The process color (four color CMYK) of #334648 color hex is 0.29, 0.03, 0.00, 0.72. Web safe color of #334648 is #333333. Color #334648 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000110 01001000
Octal 63 106 110
Decimal 51 70 72
Hex 33 46 48

RGB Percentages of Color #334648

%26.42
%36.27
%37.31

CMYK Percentages of Color #334648

%29
%3
%0
%72

Triadic Colors of #334648

#334648 #483346 #464833

Analogous Colors of #334648

#334648 #333c48 #334840

Monochromatic Colors of #334648

#334648

Complementary Color

#334648 #483533

#334648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334648 Color CSS Codes

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

#334648 Text Font Color

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

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


#334648 Background Color

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

This div background color is #334648


#334648 Border Color

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

This div border color is #334648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334648

#334648 Color Palettes


Comments

No comments written yet.

Please login to write comment.