Color Hex Logo

#34763a Color Hex

#34763A
(52,118,58)
0 Favorites   0 Comments

Color spaces of #34763a

RGB 5211858
HSL0.350.390.33
HSV125°56°46°
CMYK 0.560.000.51   0.54
XYZ8.658313.99246.2475
Yxy13.99240.29960.4842
Hunter Lab37.4064-24.144616.2821
CIE-Lab44.2220-34.602526.6912

#34763a color RGB value is (52,118,58).

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

The process color (four color CMYK) of #34763a color hex is 0.56, 0.00, 0.51, 0.54. Web safe color of #34763a is #336633. Color #34763a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 00111010
Octal 64 166 72
Decimal 52 118 58
Hex 34 76 3A

RGB Percentages of Color #34763a

%22.81
%51.75
%25.44

CMYK Percentages of Color #34763a

%56
%0
%51
%54

Triadic Colors of #34763a

#34763a #3a3476 #763a34

Analogous Colors of #34763a

#34763a #34765b #4f7634

Monochromatic Colors of #34763a

#34763a

Complementary Color

#34763a #763470

#34763a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34763a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34763a Color CSS Codes

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

#34763a Text Font Color

<p style="color:#34763a">Text here</p>

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


#34763a Background Color

<div style="background-color:#34763a">
Div content here</div>

This div background color is #34763a


#34763a Border Color

<div style="border:3px solid #34763a">
Div here</div>

This div border color is #34763a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34763a


Comments

No comments written yet.

Please login to write comment.