Color Hex Logo

#361117 Color Hex

#361117
(54,17,23)
0 Favorites   0 Comments

Color spaces of #361117

RGB 541723
HSL0.970.520.14
HSV350°69°21°
CMYK 0.000.690.57   0.79
XYZ1.87641.24700.9524
Yxy1.24700.46040.3060
Hunter Lab11.166910.45162.7601
CIE-Lab10.899719.18755.1699

#361117 color RGB value is (54,17,23).

#361117 hex color red value is 54, green value is 17 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #361117 hue: 0.97 , saturation: 0.52 and the lightness value of 361117 is 0.14.

The process color (four color CMYK) of #361117 color hex is 0.00, 0.69, 0.57, 0.79. Web safe color of #361117 is #330000. Color #361117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010001 00010111
Octal 66 21 27
Decimal 54 17 23
Hex 36 11 17

RGB Percentages of Color #361117

%57.45
%18.09
%24.47

CMYK Percentages of Color #361117

%0
%69
%57
%79

Triadic Colors of #361117

#361117 #173611 #111736

Analogous Colors of #361117

#361117 #361e11 #36112a

Monochromatic Colors of #361117

#361117

Complementary Color

#361117 #113630

#361117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361117 Color CSS Codes

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

#361117 Text Font Color

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

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


#361117 Background Color

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

This div background color is #361117


#361117 Border Color

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

This div border color is #361117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361117


Comments

No comments written yet.

Please login to write comment.