Color Hex Logo

#34814d Color Hex

#34814D
(52,129,77)
0 Favorites   0 Comments

Color spaces of #34814d

RGB 5212977
HSL0.390.430.35
HSV139°60°51°
CMYK 0.600.000.40   0.49
XYZ10.606016.96649.7370
Yxy16.96640.28430.4547
Hunter Lab41.1903-26.121414.8176
CIE-Lab48.2177-36.082821.2829

#34814d color RGB value is (52,129,77).

#34814d hex color red value is 52, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #34814d hue: 0.39 , saturation: 0.43 and the lightness value of 34814d is 0.35.

The process color (four color CMYK) of #34814d color hex is 0.60, 0.00, 0.40, 0.49. Web safe color of #34814d is #339966. Color #34814d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000001 01001101
Octal 64 201 115
Decimal 52 129 77
Hex 34 81 4D

RGB Percentages of Color #34814d

%20.16
%50.00
%29.84

CMYK Percentages of Color #34814d

%60
%0
%40
%49

Triadic Colors of #34814d

#34814d #4d3481 #814d34

Analogous Colors of #34814d

#34814d #348174 #428134

Monochromatic Colors of #34814d

#34814d

Complementary Color

#34814d #813468

#34814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34814d Color CSS Codes

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

#34814d Text Font Color

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

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


#34814d Background Color

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

This div background color is #34814d


#34814d Border Color

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

This div border color is #34814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34814d


Comments

No comments written yet.

Please login to write comment.