Color Hex Logo

#33966f Color Hex

#33966F
(51,150,111)
0 Favorites   0 Comments

Color spaces of #33966f

RGB 51150111
HSL0.430.490.39
HSV156°66°59°
CMYK 0.660.000.26   0.41
XYZ15.140823.664218.8086
Yxy23.66420.26280.4107
Hunter Lab48.6459-29.573011.1280
CIE-Lab55.7500-38.223012.3214

#33966f color RGB value is (51,150,111).

#33966f hex color red value is 51, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #33966f hue: 0.43 , saturation: 0.49 and the lightness value of 33966f is 0.39.

The process color (four color CMYK) of #33966f color hex is 0.66, 0.00, 0.26, 0.41. Web safe color of #33966f is #339966. Color #33966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10010110 01101111
Octal 63 226 157
Decimal 51 150 111
Hex 33 96 6F

RGB Percentages of Color #33966f

%16.35
%48.08
%35.58

CMYK Percentages of Color #33966f

%66
%0
%26
%41

Triadic Colors of #33966f

#33966f #6f3396 #966f33

Analogous Colors of #33966f

#33966f #338c96 #33963e

Monochromatic Colors of #33966f

#33966f

Complementary Color

#33966f #96335a

#33966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33966f Color CSS Codes

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

#33966f Text Font Color

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

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


#33966f Background Color

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

This div background color is #33966f


#33966f Border Color

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

This div border color is #33966f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,150,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33966f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33966f;
  -webkit-box-shadow: 1px 1px 3px 2px #33966f;
  box-shadow:         1px 1px 3px 2px #33966f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33966f


Comments

No comments written yet.

Please login to write comment.