Color Hex Logo

#34796f Color Hex

#34796F
(52,121,111)
0 Favorites   0 Comments

Color spaces of #34796f

RGB 52121111
HSL0.480.400.34
HSV171°57°47°
CMYK 0.570.000.08   0.53
XYZ11.122815.552517.4546
Yxy15.55250.25200.3524
Hunter Lab39.4367-18.66961.3640
CIE-Lab46.3818-24.3216-1.0910

#34796f color RGB value is (52,121,111).

#34796f hex color red value is 52, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #34796f hue: 0.48 , saturation: 0.40 and the lightness value of 34796f is 0.34.

The process color (four color CMYK) of #34796f color hex is 0.57, 0.00, 0.08, 0.53. Web safe color of #34796f is #336666. Color #34796f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111001 01101111
Octal 64 171 157
Decimal 52 121 111
Hex 34 79 6F

RGB Percentages of Color #34796f

%18.31
%42.61
%39.08

CMYK Percentages of Color #34796f

%57
%0
%8
%53

Triadic Colors of #34796f

#34796f #6f3479 #796f34

Analogous Colors of #34796f

#34796f #346179 #34794d

Monochromatic Colors of #34796f

#34796f

Complementary Color

#34796f #79343e

#34796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34796f Color CSS Codes

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

#34796f Text Font Color

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

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


#34796f Background Color

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

This div background color is #34796f


#34796f Border Color

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

This div border color is #34796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34796f


Comments

No comments written yet.

Please login to write comment.