Color Hex Logo

#33666d Color Hex

#33666D
(51,102,109)
0 Favorites   0 Comments

Color spaces of #33666d

RGB 51102109
HSL0.520.360.31
HSV187°53°43°
CMYK 0.530.060.00   0.57
XYZ8.876911.310716.1833
Yxy11.31070.24410.3110
Hunter Lab33.6314-11.7404-4.9882
CIE-Lab40.0989-14.9528-9.2191

#33666d color RGB value is (51,102,109).

#33666d hex color red value is 51, green value is 102 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #33666d hue: 0.52 , saturation: 0.36 and the lightness value of 33666d is 0.31.

The process color (four color CMYK) of #33666d color hex is 0.53, 0.06, 0.00, 0.57. Web safe color of #33666d is #336666. Color #33666d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100110 01101101
Octal 63 146 155
Decimal 51 102 109
Hex 33 66 6D

RGB Percentages of Color #33666d

%19.47
%38.93
%41.60

CMYK Percentages of Color #33666d

%53
%6
%0
%57

Triadic Colors of #33666d

#33666d #6d3366 #666d33

Analogous Colors of #33666d

#33666d #33496d #336d57

Monochromatic Colors of #33666d

#33666d

Complementary Color

#33666d #6d3a33

#33666d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33666d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33666d Color CSS Codes

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

#33666d Text Font Color

<p style="color:#33666d">Text here</p>

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


#33666d Background Color

<div style="background-color:#33666d">
Div content here</div>

This div background color is #33666d


#33666d Border Color

<div style="border:3px solid #33666d">
Div here</div>

This div border color is #33666d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,102,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33666d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33666d;
  -webkit-box-shadow: 1px 1px 3px 2px #33666d;
  box-shadow:         1px 1px 3px 2px #33666d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33666d


Comments

No comments written yet.

Please login to write comment.