Color Hex Logo

#363238 Color Hex

#363238
(54,50,56)
0 Favorites   0 Comments

Color spaces of #363238

RGB 545056
HSL0.780.060.21
HSV280°11°22°
CMYK 0.040.110.00   0.78
XYZ3.37573.35104.2103
Yxy3.35100.30860.3064
Hunter Lab18.30570.8816-0.8226
CIE-Lab21.39813.1546-3.1518

#363238 color RGB value is (54,50,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 00111000
Octal 66 62 70
Decimal 54 50 56
Hex 36 32 38

RGB Percentages of Color #363238

%33.75
%31.25
%35.00

CMYK Percentages of Color #363238

%4
%11
%0
%78

Triadic Colors of #363238

#363238 #383632 #323836

Analogous Colors of #363238

#363238 #383237 #333238

Monochromatic Colors of #363238

#363238

Complementary Color

#363238 #343832

#363238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363238 Color CSS Codes

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

#363238 Text Font Color

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

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


#363238 Background Color

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

This div background color is #363238


#363238 Border Color

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

This div border color is #363238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363238

#363238 Color Palettes


Comments

No comments written yet.

Please login to write comment.