Color Hex Logo

#363120 Color Hex

#363120
(54,49,32)
0 Favorites   0 Comments

Color spaces of #363120

RGB 544932
HSL0.130.260.17
HSV46°41°21°
CMYK 0.000.090.41   0.79
XYZ2.88033.08521.8102
Yxy3.08520.37040.3968
Hunter Lab17.5647-1.46756.1850
CIE-Lab20.3819-0.934111.6826

#363120 color RGB value is (54,49,32).

#363120 hex color red value is 54, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #363120 hue: 0.13 , saturation: 0.26 and the lightness value of 363120 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110001 00100000
Octal 66 61 40
Decimal 54 49 32
Hex 36 31 20

RGB Percentages of Color #363120

%40.00
%36.30
%23.70

CMYK Percentages of Color #363120

%0
%9
%41
%79

Triadic Colors of #363120

#363120 #203631 #312036

Analogous Colors of #363120

#363120 #303620 #362620

Monochromatic Colors of #363120

#363120

Complementary Color

#363120 #202536

#363120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363120 Color CSS Codes

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

#363120 Text Font Color

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

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


#363120 Background Color

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

This div background color is #363120


#363120 Border Color

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

This div border color is #363120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363120


Comments

No comments written yet.

Please login to write comment.