Color Hex Logo

#348743 Color Hex

#348743
(52,135,67)
0 Favorites   0 Comments

Color spaces of #348743

RGB 5213567
HSL0.360.440.37
HSV131°61°53°
CMYK 0.610.000.50   0.47
XYZ11.093318.46338.2893
Yxy18.46330.29310.4879
Hunter Lab42.9689-29.112318.6404
CIE-Lab50.0533-40.363329.1201

#348743 color RGB value is (52,135,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 01000011
Octal 64 207 103
Decimal 52 135 67
Hex 34 87 43

RGB Percentages of Color #348743

%20.47
%53.15
%26.38

CMYK Percentages of Color #348743

%61
%0
%50
%47

Triadic Colors of #348743

#348743 #433487 #874334

Analogous Colors of #348743

#348743 #34876d #4f8734

Monochromatic Colors of #348743

#348743

Complementary Color

#348743 #873478

#348743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348743 Color CSS Codes

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

#348743 Text Font Color

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

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


#348743 Background Color

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

This div background color is #348743


#348743 Border Color

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

This div border color is #348743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348743


Comments

No comments written yet.

Please login to write comment.