Color Hex Logo

#328952 Color Hex

#328952
(50,137,82)
0 Favorites   0 Comments

Color spaces of #328952

RGB 5013782
HSL0.390.470.37
HSV142°64°54°
CMYK 0.640.000.40   0.46
XYZ11.784019.178611.0634
Yxy19.17860.28040.4564
Hunter Lab43.7934-28.607315.6771
CIE-Lab50.8955-39.024122.0103

#328952 color RGB value is (50,137,82).

#328952 hex color red value is 50, green value is 137 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #328952 hue: 0.39 , saturation: 0.47 and the lightness value of 328952 is 0.37.

The process color (four color CMYK) of #328952 color hex is 0.64, 0.00, 0.40, 0.46. Web safe color of #328952 is #339966. Color #328952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001001 01010010
Octal 62 211 122
Decimal 50 137 82
Hex 32 89 52

RGB Percentages of Color #328952

%18.59
%50.93
%30.48

CMYK Percentages of Color #328952

%64
%0
%40
%46

Triadic Colors of #328952

#328952 #523289 #895232

Analogous Colors of #328952

#328952 #32897e #3e8932

Monochromatic Colors of #328952

#328952

Complementary Color

#328952 #893269

#328952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328952 Color CSS Codes

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

#328952 Text Font Color

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

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


#328952 Background Color

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

This div background color is #328952


#328952 Border Color

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

This div border color is #328952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328952


Comments

No comments written yet.

Please login to write comment.