Color Hex Logo

#361a06 Color Hex

#361A06
(54,26,6)
0 Favorites   0 Comments

Color spaces of #361a06

RGB 54266
HSL0.070.800.12
HSV25°89°21°
CMYK 0.000.520.89   0.79
XYZ1.92361.53620.3674
Yxy1.53620.50260.4014
Hunter Lab12.39446.01306.9185
CIE-Lab12.836411.963316.8766

#361a06 color RGB value is (54,26,6).

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

The process color (four color CMYK) of #361a06 color hex is 0.00, 0.52, 0.89, 0.79. Web safe color of #361a06 is #333300. Color #361a06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 00000110
Octal 66 32 6
Decimal 54 26 6
Hex 36 1A 6

RGB Percentages of Color #361a06

%62.79
%30.23
%6.98

CMYK Percentages of Color #361a06

%0
%52
%89
%79

Triadic Colors of #361a06

#361a06 #06361a #1a0636

Analogous Colors of #361a06

#361a06 #363206 #36060a

Monochromatic Colors of #361a06

#361a06

Complementary Color

#361a06 #062236

#361a06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361a06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361a06 Color CSS Codes

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

#361a06 Text Font Color

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

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


#361a06 Background Color

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

This div background color is #361a06


#361a06 Border Color

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

This div border color is #361a06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361a06


Comments

No comments written yet.

Please login to write comment.