Color Hex Logo

#348441 Color Hex

#348441
(52,132,65)
0 Favorites   0 Comments

Color spaces of #348441

RGB 5213265
HSL0.360.430.36
HSV130°61°52°
CMYK 0.610.000.51   0.48
XYZ10.621617.61427.8411
Yxy17.61420.29440.4882
Hunter Lab41.9693-28.271418.3014
CIE-Lab49.0248-39.443828.9030

#348441 color RGB value is (52,132,65).

#348441 hex color red value is 52, green value is 132 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #348441 hue: 0.36 , saturation: 0.43 and the lightness value of 348441 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 01000001
Octal 64 204 101
Decimal 52 132 65
Hex 34 84 41

RGB Percentages of Color #348441

%20.88
%53.01
%26.10

CMYK Percentages of Color #348441

%61
%0
%51
%48

Triadic Colors of #348441

#348441 #413484 #844134

Analogous Colors of #348441

#348441 #348469 #4f8434

Monochromatic Colors of #348441

#348441

Complementary Color

#348441 #843477

#348441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348441 Color CSS Codes

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

#348441 Text Font Color

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

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


#348441 Background Color

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

This div background color is #348441


#348441 Border Color

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

This div border color is #348441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348441


Comments

No comments written yet.

Please login to write comment.