Color Hex Logo

#328246 Color Hex

#328246
(50,130,70)
0 Favorites   0 Comments

Color spaces of #328246

RGB 5013070
HSL0.380.440.35
HSV135°62°51°
CMYK 0.620.000.46   0.49
XYZ10.403517.08568.5439
Yxy17.08560.28870.4742
Hunter Lab41.3347-27.409316.6791
CIE-Lab48.3677-38.271325.3548

#328246 color RGB value is (50,130,70).

#328246 hex color red value is 50, green value is 130 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #328246 hue: 0.38 , saturation: 0.44 and the lightness value of 328246 is 0.35.

The process color (four color CMYK) of #328246 color hex is 0.62, 0.00, 0.46, 0.49. Web safe color of #328246 is #339933. Color #328246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000010 01000110
Octal 62 202 106
Decimal 50 130 70
Hex 32 82 46

RGB Percentages of Color #328246

%20.00
%52.00
%28.00

CMYK Percentages of Color #328246

%62
%0
%46
%49

Triadic Colors of #328246

#328246 #463282 #824632

Analogous Colors of #328246

#328246 #32826e #468232

Monochromatic Colors of #328246

#328246

Complementary Color

#328246 #82326e

#328246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328246 Color CSS Codes

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

#328246 Text Font Color

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

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


#328246 Background Color

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

This div background color is #328246


#328246 Border Color

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

This div border color is #328246


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,130,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #328246; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #328246;
  -webkit-box-shadow: 1px 1px 3px 2px #328246;
  box-shadow:         1px 1px 3px 2px #328246; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,130,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328246


Comments

No comments written yet.

Please login to write comment.