Color Hex Logo

#348735 Color Hex

#348735
(52,135,53)
0 Favorites   0 Comments

Color spaces of #348735

RGB 5213553
HSL0.340.440.37
HSV121°61°53°
CMYK 0.610.000.61   0.47
XYZ10.722818.31516.3382
Yxy18.31510.30310.5177
Hunter Lab42.7961-30.169121.1763
CIE-Lab49.8761-42.350736.0681

#348735 color RGB value is (52,135,53).

#348735 hex color red value is 52, green value is 135 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #348735 hue: 0.34 , saturation: 0.44 and the lightness value of 348735 is 0.37.

The process color (four color CMYK) of #348735 color hex is 0.61, 0.00, 0.61, 0.47. Web safe color of #348735 is #339933. Color #348735 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 00110101
Octal 64 207 65
Decimal 52 135 53
Hex 34 87 35

RGB Percentages of Color #348735

%21.67
%56.25
%22.08

CMYK Percentages of Color #348735

%61
%0
%61
%47

Triadic Colors of #348735

#348735 #353487 #873534

Analogous Colors of #348735

#348735 #34875f #5d8734

Monochromatic Colors of #348735

#348735

Complementary Color

#348735 #873486

#348735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348735 Color CSS Codes

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

#348735 Text Font Color

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

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


#348735 Background Color

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

This div background color is #348735


#348735 Border Color

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

This div border color is #348735


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,135,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348735; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348735;
  -webkit-box-shadow: 1px 1px 3px 2px #348735;
  box-shadow:         1px 1px 3px 2px #348735; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348735


Comments

No comments written yet.

Please login to write comment.