Color Hex Logo

#33495f Color Hex

#33495F
(51,73,95)
0 Favorites   0 Comments

Color spaces of #33495f

RGB 517395
HSL0.580.300.29
HSV210°46°37°
CMYK 0.460.230.00   0.63
XYZ5.81336.295111.7352
Yxy6.29510.24380.2640
Hunter Lab25.0900-2.5496-10.1683
CIE-Lab30.1451-1.9019-15.6183

#33495f color RGB value is (51,73,95).

#33495f hex color red value is 51, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #33495f hue: 0.58 , saturation: 0.30 and the lightness value of 33495f is 0.29.

The process color (four color CMYK) of #33495f color hex is 0.46, 0.23, 0.00, 0.63. Web safe color of #33495f is #333366. Color #33495f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 01011111
Octal 63 111 137
Decimal 51 73 95
Hex 33 49 5F

RGB Percentages of Color #33495f

%23.29
%33.33
%43.38

CMYK Percentages of Color #33495f

%46
%23
%0
%63

Triadic Colors of #33495f

#33495f #5f3349 #495f33

Analogous Colors of #33495f

#33495f #33335f #335f5f

Monochromatic Colors of #33495f

#33495f

Complementary Color

#33495f #5f4933

#33495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33495f Color CSS Codes

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

#33495f Text Font Color

<p style="color:#33495f">Text here</p>

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


#33495f Background Color

<div style="background-color:#33495f">
Div content here</div>

This div background color is #33495f


#33495f Border Color

<div style="border:3px solid #33495f">
Div here</div>

This div border color is #33495f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,73,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33495f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33495f;
  -webkit-box-shadow: 1px 1px 3px 2px #33495f;
  box-shadow:         1px 1px 3px 2px #33495f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33495f


Comments

No comments written yet.

Please login to write comment.