Color Hex Logo

#346367 Color Hex

#346367
(52,99,103)
0 Favorites   0 Comments

Color spaces of #346367

RGB 5299103
HSL0.510.330.30
HSV185°50°40°
CMYK 0.500.040.00   0.60
XYZ8.326210.633014.4455
Yxy10.63300.24930.3183
Hunter Lab32.6083-11.4863-3.4397
CIE-Lab38.9553-14.8152-7.2543

#346367 color RGB value is (52,99,103).

#346367 hex color red value is 52, green value is 99 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #346367 hue: 0.51 , saturation: 0.33 and the lightness value of 346367 is 0.30.

The process color (four color CMYK) of #346367 color hex is 0.50, 0.04, 0.00, 0.60. Web safe color of #346367 is #336666. Color #346367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 01100111
Octal 64 143 147
Decimal 52 99 103
Hex 34 63 67

RGB Percentages of Color #346367

%20.47
%38.98
%40.55

CMYK Percentages of Color #346367

%50
%4
%0
%60

Triadic Colors of #346367

#346367 #673463 #636734

Analogous Colors of #346367

#346367 #344a67 #346752

Monochromatic Colors of #346367

#346367

Complementary Color

#346367 #673834

#346367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346367 Color CSS Codes

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

#346367 Text Font Color

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

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


#346367 Background Color

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

This div background color is #346367


#346367 Border Color

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

This div border color is #346367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346367


Comments

No comments written yet.

Please login to write comment.