Color Hex Logo

#333238 Color Hex

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

Color spaces of #333238

RGB 515056
HSL0.690.060.21
HSV250°11°22°
CMYK 0.090.110.00   0.78
XYZ3.21973.27054.2030
Yxy3.27050.30110.3058
Hunter Lab18.08450.1315-1.1203
CIE-Lab21.09621.8842-3.6332

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

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

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

Base Numbers

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

RGB Percentages of Color #333238

%32.48
%31.85
%35.67

CMYK Percentages of Color #333238

%9
%11
%0
%78

Triadic Colors of #333238

#333238 #383332 #323833

Analogous Colors of #333238

#333238 #363238 #323438

Monochromatic Colors of #333238

#333238

Complementary Color

#333238 #373832

#333238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333238 Color CSS Codes

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

#333238 Text Font Color

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

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


#333238 Background Color

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

This div background color is #333238


#333238 Border Color

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

This div border color is #333238


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,50,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 #333238">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333238

#333238 Color Palettes


Comments

No comments written yet.

Please login to write comment.