Color Hex Logo

#34731d Color Hex

#34731D
(52,115,29)
0 Favorites   0 Comments

Color spaces of #34731d

RGB 5211529
HSL0.290.600.28
HSV104°75°45°
CMYK 0.550.000.75   0.55
XYZ7.768713.08023.2777
Yxy13.08020.32200.5421
Hunter Lab36.1666-24.949119.9433
CIE-Lab42.8838-36.819539.3082

#34731d color RGB value is (52,115,29).

#34731d hex color red value is 52, green value is 115 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #34731d hue: 0.29 , saturation: 0.60 and the lightness value of 34731d is 0.28.

The process color (four color CMYK) of #34731d color hex is 0.55, 0.00, 0.75, 0.55. Web safe color of #34731d is #336633. Color #34731d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 00011101
Octal 64 163 35
Decimal 52 115 29
Hex 34 73 1D

RGB Percentages of Color #34731d

%26.53
%58.67
%14.80

CMYK Percentages of Color #34731d

%55
%0
%75
%55

Triadic Colors of #34731d

#34731d #1d3473 #731d34

Analogous Colors of #34731d

#34731d #1d7331 #5f731d

Monochromatic Colors of #34731d

#34731d

Complementary Color

#34731d #5c1d73

#34731d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34731d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34731d Color CSS Codes

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

#34731d Text Font Color

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

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


#34731d Background Color

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

This div background color is #34731d


#34731d Border Color

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

This div border color is #34731d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34731d


Comments

No comments written yet.

Please login to write comment.