Color Hex Logo

#333046 Color Hex

#333046
(51,48,70)
0 Favorites   0 Comments

Color spaces of #333046

RGB 514870
HSL0.690.190.23
HSV248°31°27°
CMYK 0.270.310.00   0.73
XYZ3.52773.25996.2376
Yxy3.25990.27080.2503
Hunter Lab18.05523.2795-7.8445
CIE-Lab21.05617.0596-13.2093

#333046 color RGB value is (51,48,70).

#333046 hex color red value is 51, green value is 48 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #333046 hue: 0.69 , saturation: 0.19 and the lightness value of 333046 is 0.23.

The process color (four color CMYK) of #333046 color hex is 0.27, 0.31, 0.00, 0.73. Web safe color of #333046 is #333333. Color #333046 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110000 01000110
Octal 63 60 106
Decimal 51 48 70
Hex 33 30 46

RGB Percentages of Color #333046

%30.18
%28.40
%41.42

CMYK Percentages of Color #333046

%27
%31
%0
%73

Triadic Colors of #333046

#333046 #463330 #304633

Analogous Colors of #333046

#333046 #3e3046 #303846

Monochromatic Colors of #333046

#333046

Complementary Color

#333046 #434630

#333046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333046 Color CSS Codes

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

#333046 Text Font Color

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

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


#333046 Background Color

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

This div background color is #333046


#333046 Border Color

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

This div border color is #333046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,48,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #333046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #333046;
  -webkit-box-shadow: 1px 1px 3px 2px #333046;
  box-shadow:         1px 1px 3px 2px #333046; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333046


Comments

No comments written yet.

Please login to write comment.