Color Hex Logo

#328447 Color Hex

#328447
(50,132,71)
0 Favorites   0 Comments

Color spaces of #328447

RGB 5013271
HSL0.380.450.36
HSV135°62°52°
CMYK 0.620.000.46   0.48
XYZ10.704017.63568.8011
Yxy17.63560.28820.4748
Hunter Lab41.9948-27.993216.9706
CIE-Lab49.0511-38.936025.6824

#328447 color RGB value is (50,132,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000100 01000111
Octal 62 204 107
Decimal 50 132 71
Hex 32 84 47

RGB Percentages of Color #328447

%19.76
%52.17
%28.06

CMYK Percentages of Color #328447

%62
%0
%46
%48

Triadic Colors of #328447

#328447 #473284 #844732

Analogous Colors of #328447

#328447 #328470 #468432

Monochromatic Colors of #328447

#328447

Complementary Color

#328447 #84326f

#328447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328447 Color CSS Codes

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

#328447 Text Font Color

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

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


#328447 Background Color

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

This div background color is #328447


#328447 Border Color

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

This div border color is #328447


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,132,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 #328447">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328447


Comments

No comments written yet.

Please login to write comment.