Color Hex Logo

#363231 Color Hex

#363231
(54,50,49)
0 Favorites   0 Comments

Color spaces of #363231

RGB 545049
HSL0.030.050.20
HSV12°21°
CMYK 0.000.070.09   0.79
XYZ3.21633.28723.3707
Yxy3.28720.32570.3329
Hunter Lab18.1306-0.06351.6687
CIE-Lab21.15921.55551.2690

#363231 color RGB value is (54,50,49).

#363231 hex color red value is 54, green value is 50 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #363231 hue: 0.03 , saturation: 0.05 and the lightness value of 363231 is 0.20.

The process color (four color CMYK) of #363231 color hex is 0.00, 0.07, 0.09, 0.79. Web safe color of #363231 is #333333. Color #363231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 00110001
Octal 66 62 61
Decimal 54 50 49
Hex 36 32 31

RGB Percentages of Color #363231

%35.29
%32.68
%32.03

CMYK Percentages of Color #363231

%0
%7
%9
%79

Triadic Colors of #363231

#363231 #313632 #323136

Analogous Colors of #363231

#363231 #363531 #363133

Monochromatic Colors of #363231

#363231

Complementary Color

#363231 #313536

#363231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363231 Color CSS Codes

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

#363231 Text Font Color

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

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


#363231 Background Color

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

This div background color is #363231


#363231 Border Color

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

This div border color is #363231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363231

#363231 Color Palettes


Comments

No comments written yet.

Please login to write comment.