Color Hex Logo

#34752b Color Hex

#34752B
(52,117,43)
0 Favorites   0 Comments

Color spaces of #34752b

RGB 5211743
HSL0.310.460.31
HSV113°63°46°
CMYK 0.560.000.63   0.54
XYZ8.213513.62714.4829
Yxy13.62710.31200.5177
Hunter Lab36.9149-24.885118.6403
CIE-Lab43.6933-36.244033.8590

#34752b color RGB value is (52,117,43).

#34752b hex color red value is 52, green value is 117 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #34752b hue: 0.31 , saturation: 0.46 and the lightness value of 34752b is 0.31.

The process color (four color CMYK) of #34752b color hex is 0.56, 0.00, 0.63, 0.54. Web safe color of #34752b is #336633. Color #34752b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110101 00101011
Octal 64 165 53
Decimal 52 117 43
Hex 34 75 2B

RGB Percentages of Color #34752b

%24.53
%55.19
%20.28

CMYK Percentages of Color #34752b

%56
%0
%63
%54

Triadic Colors of #34752b

#34752b #2b3475 #752b34

Analogous Colors of #34752b

#34752b #2b7547 #59752b

Monochromatic Colors of #34752b

#34752b

Complementary Color

#34752b #6c2b75

#34752b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34752b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34752b Color CSS Codes

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

#34752b Text Font Color

<p style="color:#34752b">Text here</p>

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


#34752b Background Color

<div style="background-color:#34752b">
Div content here</div>

This div background color is #34752b


#34752b Border Color

<div style="border:3px solid #34752b">
Div here</div>

This div border color is #34752b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,117,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34752b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34752b;
  -webkit-box-shadow: 1px 1px 3px 2px #34752b;
  box-shadow:         1px 1px 3px 2px #34752b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34752b


Comments

No comments written yet.

Please login to write comment.