Color Hex Logo

#363b0d Color Hex

#363B0D
(54,59,13)
0 Favorites   0 Comments

Color spaces of #363b0d

RGB 545913
HSL0.180.640.14
HSV67°78°23°
CMYK 0.080.000.78   0.77
XYZ3.15793.94130.9751
Yxy3.94130.39110.4881
Hunter Lab19.8527-6.348910.9848
CIE-Lab23.4764-9.417226.5298

#363b0d color RGB value is (54,59,13).

#363b0d hex color red value is 54, green value is 59 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #363b0d hue: 0.18 , saturation: 0.64 and the lightness value of 363b0d is 0.14.

The process color (four color CMYK) of #363b0d color hex is 0.08, 0.00, 0.78, 0.77. Web safe color of #363b0d is #333300. Color #363b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111011 00001101
Octal 66 73 15
Decimal 54 59 13
Hex 36 3B D

RGB Percentages of Color #363b0d

%42.86
%46.83
%10.32

CMYK Percentages of Color #363b0d

%8
%0
%78
%77

Triadic Colors of #363b0d

#363b0d #0d363b #3b0d36

Analogous Colors of #363b0d

#363b0d #1f3b0d #3b290d

Monochromatic Colors of #363b0d

#363b0d

Complementary Color

#363b0d #120d3b

#363b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#363b0d Color CSS Codes

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

#363b0d Text Font Color

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

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


#363b0d Background Color

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

This div background color is #363b0d


#363b0d Border Color

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

This div border color is #363b0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,59,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363b0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #363b0d;
  box-shadow:         1px 1px 3px 2px #363b0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363b0d


Comments

No comments written yet.

Please login to write comment.