Color Hex Logo

#348175 Color Hex

#348175
(52,129,117)
0 Favorites   0 Comments

Color spaces of #348175

RGB 52129117
HSL0.470.430.35
HSV171°60°51°
CMYK 0.600.000.09   0.49
XYZ12.477317.714919.5913
Yxy17.71490.25060.3558
Hunter Lab42.0891-20.73961.8645
CIE-Lab49.1485-26.6971-0.5847

#348175 color RGB value is (52,129,117).

#348175 hex color red value is 52, green value is 129 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #348175 hue: 0.47 , saturation: 0.43 and the lightness value of 348175 is 0.35.

The process color (four color CMYK) of #348175 color hex is 0.60, 0.00, 0.09, 0.49. Web safe color of #348175 is #339966. Color #348175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000001 01110101
Octal 64 201 165
Decimal 52 129 117
Hex 34 81 75

RGB Percentages of Color #348175

%17.45
%43.29
%39.26

CMYK Percentages of Color #348175

%60
%0
%9
%49

Triadic Colors of #348175

#348175 #753481 #817534

Analogous Colors of #348175

#348175 #346781 #34814f

Monochromatic Colors of #348175

#348175

Complementary Color

#348175 #813440

#348175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348175 Color CSS Codes

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

#348175 Text Font Color

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

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


#348175 Background Color

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

This div background color is #348175


#348175 Border Color

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

This div border color is #348175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348175


Comments

No comments written yet.

Please login to write comment.