Color Hex Logo

#346451 Color Hex

#346451
(52,100,81)
0 Favorites   0 Comments

Color spaces of #346451

RGB 5210081
HSL0.430.320.30
HSV156°48°39°
CMYK 0.480.000.19   0.61
XYZ7.458510.43859.4063
Yxy10.43850.27320.3823
Hunter Lab32.3087-15.33325.3545
CIE-Lab38.6182-21.36055.7563

#346451 color RGB value is (52,100,81).

#346451 hex color red value is 52, green value is 100 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #346451 hue: 0.43 , saturation: 0.32 and the lightness value of 346451 is 0.30.

The process color (four color CMYK) of #346451 color hex is 0.48, 0.00, 0.19, 0.61. Web safe color of #346451 is #336666. Color #346451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100100 01010001
Octal 64 144 121
Decimal 52 100 81
Hex 34 64 51

RGB Percentages of Color #346451

%22.32
%42.92
%34.76

CMYK Percentages of Color #346451

%48
%0
%19
%61

Triadic Colors of #346451

#346451 #513464 #645134

Analogous Colors of #346451

#346451 #345f64 #346439

Monochromatic Colors of #346451

#346451

Complementary Color

#346451 #643447

#346451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346451 Color CSS Codes

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

#346451 Text Font Color

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

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


#346451 Background Color

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

This div background color is #346451


#346451 Border Color

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

This div border color is #346451


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,100,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346451; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346451;
  -webkit-box-shadow: 1px 1px 3px 2px #346451;
  box-shadow:         1px 1px 3px 2px #346451; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,100,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346451


Comments

No comments written yet.

Please login to write comment.