Color Hex Logo

#33537e Color Hex

#33537E
(51,83,126)
0 Favorites   0 Comments

Color spaces of #33537e

RGB 5183126
HSL0.600.420.35
HSV214°60°49°
CMYK 0.600.340.00   0.51
XYZ8.22448.396720.9259
Yxy8.39670.21900.2236
Hunter Lab28.9771-0.0472-22.5326
CIE-Lab34.79582.2053-27.8385

#33537e color RGB value is (51,83,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 01111110
Octal 63 123 176
Decimal 51 83 126
Hex 33 53 7E

RGB Percentages of Color #33537e

%19.62
%31.92
%48.46

CMYK Percentages of Color #33537e

%60
%34
%0
%51

Triadic Colors of #33537e

#33537e #7e3353 #537e33

Analogous Colors of #33537e

#33537e #39337e #33797e

Monochromatic Colors of #33537e

#33537e

Complementary Color

#33537e #7e5e33

#33537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33537e Color CSS Codes

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

#33537e Text Font Color

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

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


#33537e Background Color

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

This div background color is #33537e


#33537e Border Color

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

This div border color is #33537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33537e


Comments

No comments written yet.

Please login to write comment.