Color Hex Logo

#34764e Color Hex

#34764E
(52,118,78)
0 Favorites   0 Comments

Color spaces of #34764e

RGB 5211878
HSL0.400.390.33
HSV144°56°46°
CMYK 0.560.000.34   0.54
XYZ9.269814.23709.4672
Yxy14.23700.28110.4318
Hunter Lab37.7319-22.177911.5361
CIE-Lab44.5709-30.929915.8292

#34764e color RGB value is (52,118,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 01001110
Octal 64 166 116
Decimal 52 118 78
Hex 34 76 4E

RGB Percentages of Color #34764e

%20.97
%47.58
%31.45

CMYK Percentages of Color #34764e

%56
%0
%34
%54

Triadic Colors of #34764e

#34764e #4e3476 #764e34

Analogous Colors of #34764e

#34764e #34766f #3b7634

Monochromatic Colors of #34764e

#34764e

Complementary Color

#34764e #76345c

#34764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#34764e Color CSS Codes

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

#34764e Text Font Color

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

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


#34764e Background Color

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

This div background color is #34764e


#34764e Border Color

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

This div border color is #34764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34764e


Comments

No comments written yet.

Please login to write comment.