Color Hex Logo

#33797e Color Hex

#33797E
(51,121,126)
0 Favorites   0 Comments

Color spaces of #33797e

RGB 51121126
HSL0.510.420.35
HSV184°60°49°
CMYK 0.600.040.00   0.51
XYZ11.968515.884922.1740
Yxy15.88490.23920.3175
Hunter Lab39.8559-16.1452-5.0872
CIE-Lab46.8231-20.1762-9.3522

#33797e color RGB value is (51,121,126).

#33797e hex color red value is 51, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #33797e hue: 0.51 , saturation: 0.42 and the lightness value of 33797e is 0.35.

The process color (four color CMYK) of #33797e color hex is 0.60, 0.04, 0.00, 0.51. Web safe color of #33797e is #336666. Color #33797e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111001 01111110
Octal 63 171 176
Decimal 51 121 126
Hex 33 79 7E

RGB Percentages of Color #33797e

%17.11
%40.60
%42.28

CMYK Percentages of Color #33797e

%60
%4
%0
%51

Triadic Colors of #33797e

#33797e #7e3379 #797e33

Analogous Colors of #33797e

#33797e #33537e #337e5e

Monochromatic Colors of #33797e

#33797e

Complementary Color

#33797e #7e3833

#33797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33797e Color CSS Codes

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

#33797e Text Font Color

<p style="color:#33797e">Text here</p>

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


#33797e Background Color

<div style="background-color:#33797e">
Div content here</div>

This div background color is #33797e


#33797e Border Color

<div style="border:3px solid #33797e">
Div here</div>

This div border color is #33797e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,121,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33797e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33797e;
  -webkit-box-shadow: 1px 1px 3px 2px #33797e;
  box-shadow:         1px 1px 3px 2px #33797e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33797e


Comments

No comments written yet.

Please login to write comment.