Color Hex Logo

#33717c Color Hex

#33717C
(51,113,124)
0 Favorites   0 Comments

Color spaces of #33717c

RGB 51113124
HSL0.530.420.34
HSV189°59°49°
CMYK 0.590.090.00   0.51
XYZ10.908513.969321.1902
Yxy13.96930.23680.3032
Hunter Lab37.3755-13.3098-7.4518
CIE-Lab44.1889-16.4501-12.1274

#33717c color RGB value is (51,113,124).

#33717c hex color red value is 51, green value is 113 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #33717c hue: 0.53 , saturation: 0.42 and the lightness value of 33717c is 0.34.

The process color (four color CMYK) of #33717c color hex is 0.59, 0.09, 0.00, 0.51. Web safe color of #33717c is #336666. Color #33717c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110001 01111100
Octal 63 161 174
Decimal 51 113 124
Hex 33 71 7C

RGB Percentages of Color #33717c

%17.71
%39.24
%43.06

CMYK Percentages of Color #33717c

%59
%9
%0
%51

Triadic Colors of #33717c

#33717c #7c3371 #717c33

Analogous Colors of #33717c

#33717c #334d7c #337c63

Monochromatic Colors of #33717c

#33717c

Complementary Color

#33717c #7c3e33

#33717c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33717c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33717c Color CSS Codes

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

#33717c Text Font Color

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

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


#33717c Background Color

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

This div background color is #33717c


#33717c Border Color

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

This div border color is #33717c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33717c


Comments

No comments written yet.

Please login to write comment.