Color Hex Logo

#32763f Color Hex

#32763F
(50,118,63)
0 Favorites   0 Comments

Color spaces of #32763f

RGB 5011863
HSL0.370.400.33
HSV131°58°46°
CMYK 0.580.000.47   0.54
XYZ8.691013.99396.9456
Yxy13.99390.29330.4723
Hunter Lab37.4084-23.994315.1776
CIE-Lab44.2242-34.328923.9226

#32763f color RGB value is (50,118,63).

#32763f hex color red value is 50, green value is 118 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #32763f hue: 0.37 , saturation: 0.40 and the lightness value of 32763f is 0.33.

The process color (four color CMYK) of #32763f color hex is 0.58, 0.00, 0.47, 0.54. Web safe color of #32763f is #336633. Color #32763f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110110 00111111
Octal 62 166 77
Decimal 50 118 63
Hex 32 76 3F

RGB Percentages of Color #32763f

%21.65
%51.08
%27.27

CMYK Percentages of Color #32763f

%58
%0
%47
%54

Triadic Colors of #32763f

#32763f #3f3276 #763f32

Analogous Colors of #32763f

#32763f #327661 #477632

Monochromatic Colors of #32763f

#32763f

Complementary Color

#32763f #763269

#32763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32763f Color CSS Codes

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

#32763f Text Font Color

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

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


#32763f Background Color

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

This div background color is #32763f


#32763f Border Color

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

This div border color is #32763f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,118,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32763f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32763f;
  -webkit-box-shadow: 1px 1px 3px 2px #32763f;
  box-shadow:         1px 1px 3px 2px #32763f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32763f


Comments

No comments written yet.

Please login to write comment.