Color Hex Logo

#328857 Color Hex

#328857
(50,136,87)
0 Favorites   0 Comments

Color spaces of #328857

RGB 5013687
HSL0.410.460.36
HSV146°63°53°
CMYK 0.630.000.36   0.47
XYZ11.839918.974512.0553
Yxy18.97450.27620.4426
Hunter Lab43.5597-27.711714.0831
CIE-Lab50.6574-37.603918.8901

#328857 color RGB value is (50,136,87).

#328857 hex color red value is 50, green value is 136 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #328857 hue: 0.41 , saturation: 0.46 and the lightness value of 328857 is 0.36.

The process color (four color CMYK) of #328857 color hex is 0.63, 0.00, 0.36, 0.47. Web safe color of #328857 is #339966. Color #328857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001000 01010111
Octal 62 210 127
Decimal 50 136 87
Hex 32 88 57

RGB Percentages of Color #328857

%18.32
%49.82
%31.87

CMYK Percentages of Color #328857

%63
%0
%36
%47

Triadic Colors of #328857

#328857 #573288 #885732

Analogous Colors of #328857

#328857 #328882 #388832

Monochromatic Colors of #328857

#328857

Complementary Color

#328857 #883263

#328857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328857 Color CSS Codes

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

#328857 Text Font Color

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

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


#328857 Background Color

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

This div background color is #328857


#328857 Border Color

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

This div border color is #328857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328857


Comments

No comments written yet.

Please login to write comment.