Color Hex Logo

#363021 Color Hex

#363021
(54,48,33)
0 Favorites   0 Comments

Color spaces of #363021

RGB 544833
HSL0.120.240.17
HSV43°39°21°
CMYK 0.000.110.39   0.79
XYZ2.85283.00801.8691
Yxy3.00800.36910.3891
Hunter Lab17.3436-0.99035.7509
CIE-Lab20.0759-0.112710.6072

#363021 color RGB value is (54,48,33).

#363021 hex color red value is 54, green value is 48 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #363021 hue: 0.12 , saturation: 0.24 and the lightness value of 363021 is 0.17.

The process color (four color CMYK) of #363021 color hex is 0.00, 0.11, 0.39, 0.79. Web safe color of #363021 is #333333. Color #363021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110000 00100001
Octal 66 60 41
Decimal 54 48 33
Hex 36 30 21

RGB Percentages of Color #363021

%40.00
%35.56
%24.44

CMYK Percentages of Color #363021

%0
%11
%39
%79

Triadic Colors of #363021

#363021 #213630 #302136

Analogous Colors of #363021

#363021 #323621 #362621

Monochromatic Colors of #363021

#363021

Complementary Color

#363021 #212736

#363021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363021 Color CSS Codes

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

#363021 Text Font Color

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

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


#363021 Background Color

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

This div background color is #363021


#363021 Border Color

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

This div border color is #363021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363021


Comments

No comments written yet.

Please login to write comment.