Color Hex Logo

#348064 Color Hex

#348064
(52,128,100)
0 Favorites   0 Comments

Color spaces of #348064

RGB 52128100
HSL0.440.420.35
HSV158°59°50°
CMYK 0.590.000.22   0.50
XYZ11.435617.088514.7523
Yxy17.08850.26420.3949
Hunter Lab41.3382-22.96267.7781
CIE-Lab48.3714-30.62588.2632

#348064 color RGB value is (52,128,100).

#348064 hex color red value is 52, green value is 128 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #348064 hue: 0.44 , saturation: 0.42 and the lightness value of 348064 is 0.35.

The process color (four color CMYK) of #348064 color hex is 0.59, 0.00, 0.22, 0.50. Web safe color of #348064 is #339966. Color #348064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000000 01100100
Octal 64 200 144
Decimal 52 128 100
Hex 34 80 64

RGB Percentages of Color #348064

%18.57
%45.71
%35.71

CMYK Percentages of Color #348064

%59
%0
%22
%50

Triadic Colors of #348064

#348064 #643480 #806434

Analogous Colors of #348064

#348064 #347680 #34803e

Monochromatic Colors of #348064

#348064

Complementary Color

#348064 #803450

#348064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348064 Color CSS Codes

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

#348064 Text Font Color

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

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


#348064 Background Color

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

This div background color is #348064


#348064 Border Color

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

This div border color is #348064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348064


Comments

No comments written yet.

Please login to write comment.