Color Hex Logo

#34797d Color Hex

#34797D
(52,121,125)
0 Favorites   0 Comments

Color spaces of #34797d

RGB 52121125
HSL0.510.410.35
HSV183°58°49°
CMYK 0.580.030.00   0.51
XYZ11.955215.885521.8381
Yxy15.88550.24060.3198
Hunter Lab39.8566-16.2071-4.5863
CIE-Lab46.8239-20.2725-8.7536

#34797d color RGB value is (52,121,125).

#34797d hex color red value is 52, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #34797d hue: 0.51 , saturation: 0.41 and the lightness value of 34797d is 0.35.

The process color (four color CMYK) of #34797d color hex is 0.58, 0.03, 0.00, 0.51. Web safe color of #34797d is #336666. Color #34797d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111001 01111101
Octal 64 171 175
Decimal 52 121 125
Hex 34 79 7D

RGB Percentages of Color #34797d

%17.45
%40.60
%41.95

CMYK Percentages of Color #34797d

%58
%3
%0
%51

Triadic Colors of #34797d

#34797d #7d3479 #797d34

Analogous Colors of #34797d

#34797d #34557d #347d5d

Monochromatic Colors of #34797d

#34797d

Complementary Color

#34797d #7d3834

#34797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34797d Color CSS Codes

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

#34797d Text Font Color

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

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


#34797d Background Color

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

This div background color is #34797d


#34797d Border Color

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

This div border color is #34797d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,121,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34797d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34797d;
  -webkit-box-shadow: 1px 1px 3px 2px #34797d;
  box-shadow:         1px 1px 3px 2px #34797d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34797d


Comments

No comments written yet.

Please login to write comment.