Color Hex Logo

#346967 Color Hex

#346967
(52,105,103)
0 Favorites   0 Comments

Color spaces of #346967

RGB 52105103
HSL0.490.340.31
HSV178°50°41°
CMYK 0.500.000.02   0.59
XYZ8.915911.812514.6421
Yxy11.81250.25210.3340
Hunter Lab34.3693-13.8408-1.2003
CIE-Lab40.9166-18.1454-4.3335

#346967 color RGB value is (52,105,103).

#346967 hex color red value is 52, green value is 105 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #346967 hue: 0.49 , saturation: 0.34 and the lightness value of 346967 is 0.31.

The process color (four color CMYK) of #346967 color hex is 0.50, 0.00, 0.02, 0.59. Web safe color of #346967 is #336666. Color #346967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101001 01100111
Octal 64 151 147
Decimal 52 105 103
Hex 34 69 67

RGB Percentages of Color #346967

%20.00
%40.38
%39.62

CMYK Percentages of Color #346967

%50
%0
%2
%59

Triadic Colors of #346967

#346967 #673469 #696734

Analogous Colors of #346967

#346967 #345169 #34694d

Monochromatic Colors of #346967

#346967

Complementary Color

#346967 #693436

#346967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346967 Color CSS Codes

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

#346967 Text Font Color

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

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


#346967 Background Color

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

This div background color is #346967


#346967 Border Color

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

This div border color is #346967


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,105,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 #346967">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346967


Comments

No comments written yet.

Please login to write comment.