Color Hex Logo

#345f3b Color Hex

#345F3B
(52,95,59)
0 Favorites   0 Comments

Color spaces of #345f3b

RGB 529559
HSL0.360.290.29
HSV130°45°37°
CMYK 0.450.000.38   0.63
XYZ6.29789.23025.5874
Yxy9.23020.29830.4371
Hunter Lab30.3812-16.165510.3629
CIE-Lab36.4238-23.637716.0645

#345f3b color RGB value is (52,95,59).

#345f3b hex color red value is 52, green value is 95 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #345f3b hue: 0.36 , saturation: 0.29 and the lightness value of 345f3b is 0.29.

The process color (four color CMYK) of #345f3b color hex is 0.45, 0.00, 0.38, 0.63. Web safe color of #345f3b is #336633. Color #345f3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 00111011
Octal 64 137 73
Decimal 52 95 59
Hex 34 5F 3B

RGB Percentages of Color #345f3b

%25.24
%46.12
%28.64

CMYK Percentages of Color #345f3b

%45
%0
%38
%63

Triadic Colors of #345f3b

#345f3b #3b345f #5f3b34

Analogous Colors of #345f3b

#345f3b #345f51 #435f34

Monochromatic Colors of #345f3b

#345f3b

Complementary Color

#345f3b #5f3458

#345f3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345f3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#345f3b Color CSS Codes

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

#345f3b Text Font Color

<p style="color:#345f3b">Text here</p>

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


#345f3b Background Color

<div style="background-color:#345f3b">
Div content here</div>

This div background color is #345f3b


#345f3b Border Color

<div style="border:3px solid #345f3b">
Div here</div>

This div border color is #345f3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345f3b


Comments

No comments written yet.

Please login to write comment.