Color Hex Logo

#33766c Color Hex

#33766C
(51,118,108)
0 Favorites   0 Comments

Color spaces of #33766c

RGB 51118108
HSL0.480.400.33
HSV171°57°46°
CMYK 0.570.000.08   0.54
XYZ10.550414.743416.4770
Yxy14.74340.25260.3530
Hunter Lab38.3971-18.14851.4354
CIE-Lab45.2807-23.8449-0.9220

#33766c color RGB value is (51,118,108).

#33766c hex color red value is 51, green value is 118 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #33766c hue: 0.48 , saturation: 0.40 and the lightness value of 33766c is 0.33.

The process color (four color CMYK) of #33766c color hex is 0.57, 0.00, 0.08, 0.54. Web safe color of #33766c is #336666. Color #33766c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110110 01101100
Octal 63 166 154
Decimal 51 118 108
Hex 33 76 6C

RGB Percentages of Color #33766c

%18.41
%42.60
%38.99

CMYK Percentages of Color #33766c

%57
%0
%8
%54

Triadic Colors of #33766c

#33766c #6c3376 #766c33

Analogous Colors of #33766c

#33766c #335f76 #33764b

Monochromatic Colors of #33766c

#33766c

Complementary Color

#33766c #76333d

#33766c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33766c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33766c Color CSS Codes

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

#33766c Text Font Color

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

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


#33766c Background Color

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

This div background color is #33766c


#33766c Border Color

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

This div border color is #33766c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,118,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33766c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33766c;
  -webkit-box-shadow: 1px 1px 3px 2px #33766c;
  box-shadow:         1px 1px 3px 2px #33766c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33766c


Comments

No comments written yet.

Please login to write comment.