Color Hex Logo

#363215 Color Hex

#363215
(54,50,21)
0 Favorites   0 Comments

Color spaces of #363215

RGB 545021
HSL0.150.440.15
HSV53°61°21°
CMYK 0.000.070.61   0.79
XYZ2.79733.11961.1642
Yxy3.11960.39500.4406
Hunter Lab17.6624-2.63918.4556
CIE-Lab20.5167-3.026818.8989

#363215 color RGB value is (54,50,21).

#363215 hex color red value is 54, green value is 50 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #363215 hue: 0.15 , saturation: 0.44 and the lightness value of 363215 is 0.15.

The process color (four color CMYK) of #363215 color hex is 0.00, 0.07, 0.61, 0.79. Web safe color of #363215 is #333300. Color #363215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 00010101
Octal 66 62 25
Decimal 54 50 21
Hex 36 32 15

RGB Percentages of Color #363215

%43.20
%40.00
%16.80

CMYK Percentages of Color #363215

%0
%7
%61
%79

Triadic Colors of #363215

#363215 #153632 #321536

Analogous Colors of #363215

#363215 #2a3615 #362215

Monochromatic Colors of #363215

#363215

Complementary Color

#363215 #151936

#363215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363215 Color CSS Codes

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

#363215 Text Font Color

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

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


#363215 Background Color

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

This div background color is #363215


#363215 Border Color

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

This div border color is #363215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363215


Comments

No comments written yet.

Please login to write comment.