Color Hex Logo

#33777e Color Hex

#33777E
(51,119,126)
0 Favorites   0 Comments

Color spaces of #33777e

RGB 51119126
HSL0.520.420.35
HSV186°60°49°
CMYK 0.600.060.00   0.51
XYZ11.728015.403822.0938
Yxy15.40380.23830.3129
Hunter Lab39.2477-15.3440-5.9029
CIE-Lab46.1824-19.1044-10.3149

#33777e color RGB value is (51,119,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110111 01111110
Octal 63 167 176
Decimal 51 119 126
Hex 33 77 7E

RGB Percentages of Color #33777e

%17.23
%40.20
%42.57

CMYK Percentages of Color #33777e

%60
%6
%0
%51

Triadic Colors of #33777e

#33777e #7e3377 #777e33

Analogous Colors of #33777e

#33777e #33527e #337e60

Monochromatic Colors of #33777e

#33777e

Complementary Color

#33777e #7e3a33

#33777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33777e Color CSS Codes

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

#33777e Text Font Color

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

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


#33777e Background Color

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

This div background color is #33777e


#33777e Border Color

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

This div border color is #33777e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,119,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 #33777e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33777e


Comments

No comments written yet.

Please login to write comment.