Color Hex Logo

#34700b Color Hex

#34700B
(52,112,11)
0 Favorites   0 Comments

Color spaces of #34700b

RGB 5211211
HSL0.270.820.24
HSV96°90°44°
CMYK 0.540.000.90   0.56
XYZ7.270712.34262.3158
Yxy12.34260.33160.5628
Hunter Lab35.1320-24.539920.6842
CIE-Lab41.7555-36.695544.1657

#34700b color RGB value is (52,112,11).

#34700b hex color red value is 52, green value is 112 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #34700b hue: 0.27 , saturation: 0.82 and the lightness value of 34700b is 0.24.

The process color (four color CMYK) of #34700b color hex is 0.54, 0.00, 0.90, 0.56. Web safe color of #34700b is #336600. Color #34700b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110000 00001011
Octal 64 160 13
Decimal 52 112 11
Hex 34 70 B

RGB Percentages of Color #34700b

%29.71
%64.00
%6.29

CMYK Percentages of Color #34700b

%54
%0
%90
%56

Triadic Colors of #34700b

#34700b #0b3470 #700b34

Analogous Colors of #34700b

#34700b #0b7015 #67700b

Monochromatic Colors of #34700b

#34700b

Complementary Color

#34700b #470b70

#34700b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34700b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34700b Color CSS Codes

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

#34700b Text Font Color

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

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


#34700b Background Color

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

This div background color is #34700b


#34700b Border Color

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

This div border color is #34700b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34700b


Comments

No comments written yet.

Please login to write comment.