Color Hex Logo

#32994b Color Hex

#32994B
(50,153,75)
0 Favorites   0 Comments

Color spaces of #32994b

RGB 5015375
HSL0.370.510.40
HSV135°67°60°
CMYK 0.670.000.51   0.40
XYZ13.976623.968610.5464
Yxy23.96860.28820.4943
Hunter Lab48.9577-34.717321.4983
CIE-Lab56.0563-46.676532.3853

#32994b color RGB value is (50,153,75).

#32994b hex color red value is 50, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #32994b hue: 0.37 , saturation: 0.51 and the lightness value of 32994b is 0.40.

The process color (four color CMYK) of #32994b color hex is 0.67, 0.00, 0.51, 0.40. Web safe color of #32994b is #339933. Color #32994b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011001 01001011
Octal 62 231 113
Decimal 50 153 75
Hex 32 99 4B

RGB Percentages of Color #32994b

%17.99
%55.04
%26.98

CMYK Percentages of Color #32994b

%67
%0
%51
%40

Triadic Colors of #32994b

#32994b #4b3299 #994b32

Analogous Colors of #32994b

#32994b #32997f #4c9932

Monochromatic Colors of #32994b

#32994b

Complementary Color

#32994b #993280

#32994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32994b Color CSS Codes

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

#32994b Text Font Color

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

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


#32994b Background Color

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

This div background color is #32994b


#32994b Border Color

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

This div border color is #32994b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,153,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32994b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32994b;
  -webkit-box-shadow: 1px 1px 3px 2px #32994b;
  box-shadow:         1px 1px 3px 2px #32994b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32994b


Comments

No comments written yet.

Please login to write comment.