Color Hex Logo

#34784f Color Hex

#34784F
(52,120,79)
0 Favorites   0 Comments

Color spaces of #34784f

RGB 5212079
HSL0.400.400.34
HSV144°57°47°
CMYK 0.570.000.34   0.53
XYZ9.543914.72759.7368
Yxy14.72750.28060.4331
Hunter Lab38.3764-22.767311.8205
CIE-Lab45.2587-31.648016.1818

#34784f color RGB value is (52,120,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111000 01001111
Octal 64 170 117
Decimal 52 120 79
Hex 34 78 4F

RGB Percentages of Color #34784f

%20.72
%47.81
%31.47

CMYK Percentages of Color #34784f

%57
%0
%34
%53

Triadic Colors of #34784f

#34784f #4f3478 #784f34

Analogous Colors of #34784f

#34784f #347871 #3b7834

Monochromatic Colors of #34784f

#34784f

Complementary Color

#34784f #78345d

#34784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34784f Color CSS Codes

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

#34784f Text Font Color

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

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


#34784f Background Color

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

This div background color is #34784f


#34784f Border Color

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

This div border color is #34784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34784f


Comments

No comments written yet.

Please login to write comment.