Color Hex Logo

#364113 Color Hex

#364113
(54,65,19)
0 Favorites   0 Comments

Color spaces of #364113

RGB 546519
HSL0.210.550.16
HSV74°71°25°
CMYK 0.170.000.71   0.75
XYZ3.52924.61191.3203
Yxy4.61190.37300.4874
Hunter Lab21.4753-8.247611.3876
CIE-Lab25.5992-12.499125.7746

#364113 color RGB value is (54,65,19).

#364113 hex color red value is 54, green value is 65 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #364113 hue: 0.21 , saturation: 0.55 and the lightness value of 364113 is 0.16.

The process color (four color CMYK) of #364113 color hex is 0.17, 0.00, 0.71, 0.75. Web safe color of #364113 is #333300. Color #364113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 00010011
Octal 66 101 23
Decimal 54 65 19
Hex 36 41 13

RGB Percentages of Color #364113

%39.13
%47.10
%13.77

CMYK Percentages of Color #364113

%17
%0
%71
%75

Triadic Colors of #364113

#364113 #133641 #411336

Analogous Colors of #364113

#364113 #1f4113 #413513

Monochromatic Colors of #364113

#364113

Complementary Color

#364113 #1e1341

#364113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364113 Color CSS Codes

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

#364113 Text Font Color

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

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


#364113 Background Color

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

This div background color is #364113


#364113 Border Color

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

This div border color is #364113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364113


Comments

No comments written yet.

Please login to write comment.