Color Hex Logo

#328147 Color Hex

#328147
(50,129,71)
0 Favorites   0 Comments

Color spaces of #328147

RGB 5012971
HSL0.380.440.35
HSV136°61°51°
CMYK 0.610.000.45   0.49
XYZ10.303016.83368.6674
Yxy16.83360.28780.4702
Hunter Lab41.0288-26.976116.1950
CIE-Lab48.0497-37.673224.3959

#328147 color RGB value is (50,129,71).

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

The process color (four color CMYK) of #328147 color hex is 0.61, 0.00, 0.45, 0.49. Web safe color of #328147 is #339933. Color #328147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000001 01000111
Octal 62 201 107
Decimal 50 129 71
Hex 32 81 47

RGB Percentages of Color #328147

%20.00
%51.60
%28.40

CMYK Percentages of Color #328147

%61
%0
%45
%49

Triadic Colors of #328147

#328147 #473281 #814732

Analogous Colors of #328147

#328147 #32816f #458132

Monochromatic Colors of #328147

#328147

Complementary Color

#328147 #81326c

#328147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328147 Color CSS Codes

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

#328147 Text Font Color

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

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


#328147 Background Color

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

This div background color is #328147


#328147 Border Color

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

This div border color is #328147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328147


Comments

No comments written yet.

Please login to write comment.