Color Hex Logo

#333941 Color Hex

#333941
(51,57,65)
0 Favorites   0 Comments

Color spaces of #333941

RGB 515765
HSL0.600.120.23
HSV214°22°25°
CMYK 0.220.120.00   0.75
XYZ3.78254.01175.5760
Yxy4.01170.28290.3000
Hunter Lab20.0292-1.3416-2.4855
CIE-Lab23.7101-0.4576-5.8050

#333941 color RGB value is (51,57,65).

#333941 hex color red value is 51, green value is 57 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #333941 hue: 0.60 , saturation: 0.12 and the lightness value of 333941 is 0.23.

The process color (four color CMYK) of #333941 color hex is 0.22, 0.12, 0.00, 0.75. Web safe color of #333941 is #333333. Color #333941 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 01000001
Octal 63 71 101
Decimal 51 57 65
Hex 33 39 41

RGB Percentages of Color #333941

%29.48
%32.95
%37.57

CMYK Percentages of Color #333941

%22
%12
%0
%75

Triadic Colors of #333941

#333941 #413339 #394133

Analogous Colors of #333941

#333941 #343341 #334041

Monochromatic Colors of #333941

#333941

Complementary Color

#333941 #413b33

#333941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333941 Color CSS Codes

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

#333941 Text Font Color

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

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


#333941 Background Color

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

This div background color is #333941


#333941 Border Color

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

This div border color is #333941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333941


Comments

No comments written yet.

Please login to write comment.