Color Hex Logo

#33516a Color Hex

#33516A
(51,81,106)
0 Favorites   0 Comments

Color spaces of #33516a

RGB 5181106
HSL0.580.350.31
HSV207°52°42°
CMYK 0.520.240.00   0.58
XYZ6.90927.629314.7441
Yxy7.62930.23590.2605
Hunter Lab27.6212-3.6869-12.3140
CIE-Lab33.1986-3.3899-17.8777

#33516a color RGB value is (51,81,106).

#33516a hex color red value is 51, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #33516a hue: 0.58 , saturation: 0.35 and the lightness value of 33516a is 0.31.

The process color (four color CMYK) of #33516a color hex is 0.52, 0.24, 0.00, 0.58. Web safe color of #33516a is #336666. Color #33516a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010001 01101010
Octal 63 121 152
Decimal 51 81 106
Hex 33 51 6A

RGB Percentages of Color #33516a

%21.43
%34.03
%44.54

CMYK Percentages of Color #33516a

%52
%24
%0
%58

Triadic Colors of #33516a

#33516a #6a3351 #516a33

Analogous Colors of #33516a

#33516a #33366a #336a68

Monochromatic Colors of #33516a

#33516a

Complementary Color

#33516a #6a4c33

#33516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33516a Color CSS Codes

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

#33516a Text Font Color

<p style="color:#33516a">Text here</p>

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


#33516a Background Color

<div style="background-color:#33516a">
Div content here</div>

This div background color is #33516a


#33516a Border Color

<div style="border:3px solid #33516a">
Div here</div>

This div border color is #33516a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,81,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33516a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33516a;
  -webkit-box-shadow: 1px 1px 3px 2px #33516a;
  box-shadow:         1px 1px 3px 2px #33516a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33516a


Comments

No comments written yet.

Please login to write comment.