Color Hex Logo

#347472 Color Hex

#347472
(52,116,114)
0 Favorites   0 Comments

Color spaces of #347472

RGB 52116114
HSL0.490.380.33
HSV178°55°45°
CMYK 0.550.000.02   0.55
XYZ10.698814.435818.1421
Yxy14.43580.24720.3336
Hunter Lab37.9945-16.2268-1.7144
CIE-Lab44.8515-20.8736-5.1375

#347472 color RGB value is (52,116,114).

#347472 hex color red value is 52, green value is 116 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #347472 hue: 0.49 , saturation: 0.38 and the lightness value of 347472 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110100 01110010
Octal 64 164 162
Decimal 52 116 114
Hex 34 74 72

RGB Percentages of Color #347472

%18.44
%41.13
%40.43

CMYK Percentages of Color #347472

%55
%0
%2
%55

Triadic Colors of #347472

#347472 #723474 #747234

Analogous Colors of #347472

#347472 #345674 #347452

Monochromatic Colors of #347472

#347472

Complementary Color

#347472 #743436

#347472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347472 Color CSS Codes

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

#347472 Text Font Color

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

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


#347472 Background Color

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

This div background color is #347472


#347472 Border Color

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

This div border color is #347472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347472


Comments

No comments written yet.

Please login to write comment.