Color Hex Logo

#334645 Color Hex

#334645
(51,70,69)
0 Favorites   0 Comments

Color spaces of #334645

RGB 517069
HSL0.490.160.24
HSV177°27°27°
CMYK 0.270.000.01   0.73
XYZ4.62965.51386.4505
Yxy5.51380.27900.3323
Hunter Lab23.4815-5.89960.1497
CIE-Lab28.1511-7.7047-1.8438

#334645 color RGB value is (51,70,69).

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

The process color (four color CMYK) of #334645 color hex is 0.27, 0.00, 0.01, 0.73. Web safe color of #334645 is #333333. Color #334645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000110 01000101
Octal 63 106 105
Decimal 51 70 69
Hex 33 46 45

RGB Percentages of Color #334645

%26.84
%36.84
%36.32

CMYK Percentages of Color #334645

%27
%0
%1
%73

Triadic Colors of #334645

#334645 #453346 #464533

Analogous Colors of #334645

#334645 #333e46 #33463c

Monochromatic Colors of #334645

#334645

Complementary Color

#334645 #463334

#334645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334645 Color CSS Codes

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

#334645 Text Font Color

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

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


#334645 Background Color

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

This div background color is #334645


#334645 Border Color

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

This div border color is #334645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334645


Comments

No comments written yet.

Please login to write comment.