Color Hex Logo

#361b09 Color Hex

#361B09
(54,27,9)
0 Favorites   0 Comments

Color spaces of #361b09

RGB 54279
HSL0.070.710.12
HSV24°83°21°
CMYK 0.000.500.83   0.79
XYZ1.96261.58790.4615
Yxy1.58790.48920.3958
Hunter Lab12.60125.74886.6494
CIE-Lab13.156311.499016.0822

#361b09 color RGB value is (54,27,9).

#361b09 hex color red value is 54, green value is 27 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #361b09 hue: 0.07 , saturation: 0.71 and the lightness value of 361b09 is 0.12.

The process color (four color CMYK) of #361b09 color hex is 0.00, 0.50, 0.83, 0.79. Web safe color of #361b09 is #333300. Color #361b09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 00001001
Octal 66 33 11
Decimal 54 27 9
Hex 36 1B 9

RGB Percentages of Color #361b09

%60.00
%30.00
%10.00

CMYK Percentages of Color #361b09

%0
%50
%83
%79

Triadic Colors of #361b09

#361b09 #09361b #1b0936

Analogous Colors of #361b09

#361b09 #363209 #36090e

Monochromatic Colors of #361b09

#361b09

Complementary Color

#361b09 #092436

#361b09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361b09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361b09 Color CSS Codes

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

#361b09 Text Font Color

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

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


#361b09 Background Color

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

This div background color is #361b09


#361b09 Border Color

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

This div border color is #361b09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,27,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361b09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361b09;
  -webkit-box-shadow: 1px 1px 3px 2px #361b09;
  box-shadow:         1px 1px 3px 2px #361b09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361b09


Comments

No comments written yet.

Please login to write comment.