Color Hex Logo

#347675 Color Hex

#347675
(52,118,117)
0 Favorites   0 Comments

Color spaces of #347675

RGB 52118117
HSL0.500.390.33
HSV179°56°46°
CMYK 0.560.000.01   0.54
XYZ11.105514.971319.1340
Yxy14.97130.24560.3311
Hunter Lab38.6928-16.4797-2.2346
CIE-Lab45.5949-21.0564-5.8262

#347675 color RGB value is (52,118,117).

#347675 hex color red value is 52, green value is 118 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #347675 hue: 0.50 , saturation: 0.39 and the lightness value of 347675 is 0.33.

The process color (four color CMYK) of #347675 color hex is 0.56, 0.00, 0.01, 0.54. Web safe color of #347675 is #336666. Color #347675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 01110101
Octal 64 166 165
Decimal 52 118 117
Hex 34 76 75

RGB Percentages of Color #347675

%18.12
%41.11
%40.77

CMYK Percentages of Color #347675

%56
%0
%1
%54

Triadic Colors of #347675

#347675 #753476 #767534

Analogous Colors of #347675

#347675 #345676 #347654

Monochromatic Colors of #347675

#347675

Complementary Color

#347675 #763435

#347675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347675 Color CSS Codes

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

#347675 Text Font Color

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

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


#347675 Background Color

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

This div background color is #347675


#347675 Border Color

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

This div border color is #347675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347675


Comments

No comments written yet.

Please login to write comment.