Color Hex Logo

#34735f Color Hex

#34735F
(52,115,95)
0 Favorites   0 Comments

Color spaces of #34735f

RGB 5211595
HSL0.450.380.33
HSV161°55°45°
CMYK 0.550.000.17   0.55
XYZ9.612513.817812.9869
Yxy13.81780.26400.3794
Hunter Lab37.1723-18.89275.3064
CIE-Lab43.9705-25.54004.9483

#34735f color RGB value is (52,115,95).

#34735f hex color red value is 52, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #34735f hue: 0.45 , saturation: 0.38 and the lightness value of 34735f is 0.33.

The process color (four color CMYK) of #34735f color hex is 0.55, 0.00, 0.17, 0.55. Web safe color of #34735f is #336666. Color #34735f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 01011111
Octal 64 163 137
Decimal 52 115 95
Hex 34 73 5F

RGB Percentages of Color #34735f

%19.85
%43.89
%36.26

CMYK Percentages of Color #34735f

%55
%0
%17
%55

Triadic Colors of #34735f

#34735f #5f3473 #735f34

Analogous Colors of #34735f

#34735f #346873 #347340

Monochromatic Colors of #34735f

#34735f

Complementary Color

#34735f #733448

#34735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34735f Color CSS Codes

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

#34735f Text Font Color

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

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


#34735f Background Color

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

This div background color is #34735f


#34735f Border Color

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

This div border color is #34735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34735f


Comments

No comments written yet.

Please login to write comment.