Color Hex Logo

#348628 Color Hex

#348628
(52,134,40)
0 Favorites   0 Comments

Color spaces of #348628

RGB 5213440
HSL0.310.540.34
HSV112°70°53°
CMYK 0.610.000.70   0.47
XYZ10.324317.93354.9248
Yxy17.93350.31110.5404
Hunter Lab42.3480-30.591222.7485
CIE-Lab49.4154-43.395541.5261

#348628 color RGB value is (52,134,40).

#348628 hex color red value is 52, green value is 134 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #348628 hue: 0.31 , saturation: 0.54 and the lightness value of 348628 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000110 00101000
Octal 64 206 50
Decimal 52 134 40
Hex 34 86 28

RGB Percentages of Color #348628

%23.01
%59.29
%17.70

CMYK Percentages of Color #348628

%61
%0
%70
%47

Triadic Colors of #348628

#348628 #283486 #862834

Analogous Colors of #348628

#348628 #28864b #638628

Monochromatic Colors of #348628

#348628

Complementary Color

#348628 #7a2886

#348628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348628 Color CSS Codes

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

#348628 Text Font Color

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

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


#348628 Background Color

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

This div background color is #348628


#348628 Border Color

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

This div border color is #348628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348628


Comments

No comments written yet.

Please login to write comment.