Color Hex Logo

#364421 Color Hex

#364421
(54,68,33)
0 Favorites   0 Comments

Color spaces of #364421

RGB 546833
HSL0.230.350.20
HSV84°51°27°
CMYK 0.210.000.51   0.73
XYZ3.86305.02832.2058
Yxy5.02830.34810.4531
Hunter Lab22.4239-8.49139.8644
CIE-Lab26.8152-12.639419.2982

#364421 color RGB value is (54,68,33).

#364421 hex color red value is 54, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #364421 hue: 0.23 , saturation: 0.35 and the lightness value of 364421 is 0.20.

The process color (four color CMYK) of #364421 color hex is 0.21, 0.00, 0.51, 0.73. Web safe color of #364421 is #333333. Color #364421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000100 00100001
Octal 66 104 41
Decimal 54 68 33
Hex 36 44 21

RGB Percentages of Color #364421

%34.84
%43.87
%21.29

CMYK Percentages of Color #364421

%21
%0
%51
%73

Triadic Colors of #364421

#364421 #213644 #442136

Analogous Colors of #364421

#364421 #254421 #444121

Monochromatic Colors of #364421

#364421

Complementary Color

#364421 #2f2144

#364421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364421 Color CSS Codes

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

#364421 Text Font Color

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

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


#364421 Background Color

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

This div background color is #364421


#364421 Border Color

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

This div border color is #364421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364421


Comments

No comments written yet.

Please login to write comment.