Color Hex Logo

#323338 Color Hex

#323338
(50,51,56)
0 Favorites   0 Comments

Color spaces of #323338

RGB 505156
HSL0.640.060.21
HSV230°11°22°
CMYK 0.110.090.00   0.78
XYZ3.21303.33134.2150
Yxy3.33130.29860.3096
Hunter Lab18.2518-0.5181-0.9159
CIE-Lab21.32470.7871-3.3036

#323338 color RGB value is (50,51,56).

#323338 hex color red value is 50, green value is 51 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #323338 hue: 0.64 , saturation: 0.06 and the lightness value of 323338 is 0.21.

The process color (four color CMYK) of #323338 color hex is 0.11, 0.09, 0.00, 0.78. Web safe color of #323338 is #333333. Color #323338 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110011 00111000
Octal 62 63 70
Decimal 50 51 56
Hex 32 33 38

RGB Percentages of Color #323338

%31.85
%32.48
%35.67

CMYK Percentages of Color #323338

%11
%9
%0
%78

Triadic Colors of #323338

#323338 #383233 #333832

Analogous Colors of #323338

#323338 #343238 #323638

Monochromatic Colors of #323338

#323338

Complementary Color

#323338 #383732

#323338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323338 Color CSS Codes

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

#323338 Text Font Color

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

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


#323338 Background Color

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

This div background color is #323338


#323338 Border Color

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

This div border color is #323338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323338

#323338 Color Palettes


Comments

No comments written yet.

Please login to write comment.