Color Hex Logo

#32966d Color Hex

#32966D
(50,150,109)
0 Favorites   0 Comments

Color spaces of #32966d

RGB 50150109
HSL0.430.500.39
HSV155°67°59°
CMYK 0.670.000.27   0.41
XYZ14.982123.594918.2326
Yxy23.59490.26370.4153
Hunter Lab48.5746-29.949911.7475
CIE-Lab55.6799-38.871213.3493

#32966d color RGB value is (50,150,109).

#32966d hex color red value is 50, green value is 150 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #32966d hue: 0.43 , saturation: 0.50 and the lightness value of 32966d is 0.39.

The process color (four color CMYK) of #32966d color hex is 0.67, 0.00, 0.27, 0.41. Web safe color of #32966d is #339966. Color #32966d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010110 01101101
Octal 62 226 155
Decimal 50 150 109
Hex 32 96 6D

RGB Percentages of Color #32966d

%16.18
%48.54
%35.28

CMYK Percentages of Color #32966d

%67
%0
%27
%41

Triadic Colors of #32966d

#32966d #6d3296 #966d32

Analogous Colors of #32966d

#32966d #328d96 #32963b

Monochromatic Colors of #32966d

#32966d

Complementary Color

#32966d #96325b

#32966d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32966d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32966d Color CSS Codes

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

#32966d Text Font Color

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

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


#32966d Background Color

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

This div background color is #32966d


#32966d Border Color

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

This div border color is #32966d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,150,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32966d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32966d;
  -webkit-box-shadow: 1px 1px 3px 2px #32966d;
  box-shadow:         1px 1px 3px 2px #32966d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32966d


Comments

No comments written yet.

Please login to write comment.