Color Hex Logo

#328861 Color Hex

#328861
(50,136,97)
0 Favorites   0 Comments

Color spaces of #328861

RGB 5013697
HSL0.420.460.36
HSV153°63°53°
CMYK 0.630.000.29   0.47
XYZ12.277219.149514.3584
Yxy19.14950.26810.4182
Hunter Lab43.7601-26.500911.1781
CIE-Lab50.8617-35.447313.4793

#328861 color RGB value is (50,136,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001000 01100001
Octal 62 210 141
Decimal 50 136 97
Hex 32 88 61

RGB Percentages of Color #328861

%17.67
%48.06
%34.28

CMYK Percentages of Color #328861

%63
%0
%29
%47

Triadic Colors of #328861

#328861 #613288 #886132

Analogous Colors of #328861

#328861 #328488 #328836

Monochromatic Colors of #328861

#328861

Complementary Color

#328861 #883259

#328861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328861 Color CSS Codes

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

#328861 Text Font Color

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

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


#328861 Background Color

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

This div background color is #328861


#328861 Border Color

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

This div border color is #328861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328861


Comments

No comments written yet.

Please login to write comment.