Color Hex Logo

#33727e Color Hex

#33727E
(51,114,126)
0 Favorites   0 Comments

Color spaces of #33727e

RGB 51114126
HSL0.530.420.35
HSV190°60°49°
CMYK 0.600.100.00   0.51
XYZ11.148414.244821.9006
Yxy14.24480.23570.3012
Hunter Lab37.7423-13.3233-7.9844
CIE-Lab44.5820-16.3762-12.7306

#33727e color RGB value is (51,114,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110010 01111110
Octal 63 162 176
Decimal 51 114 126
Hex 33 72 7E

RGB Percentages of Color #33727e

%17.53
%39.18
%43.30

CMYK Percentages of Color #33727e

%60
%10
%0
%51

Triadic Colors of #33727e

#33727e #7e3372 #727e33

Analogous Colors of #33727e

#33727e #334c7e #337e65

Monochromatic Colors of #33727e

#33727e

Complementary Color

#33727e #7e3f33

#33727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33727e Color CSS Codes

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

#33727e Text Font Color

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

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


#33727e Background Color

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

This div background color is #33727e


#33727e Border Color

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

This div border color is #33727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33727e


Comments

No comments written yet.

Please login to write comment.