Color Hex Logo

#354416 Color Hex

#354416
(53,68,22)
0 Favorites   0 Comments

Color spaces of #354416

RGB 536822
HSL0.220.510.18
HSV80°68°27°
CMYK 0.220.000.68   0.73
XYZ3.68014.94911.5204
Yxy4.94910.36260.4876
Hunter Lab22.2466-9.403511.5205
CIE-Lab26.5893-14.422425.2687

#354416 color RGB value is (53,68,22).

#354416 hex color red value is 53, green value is 68 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #354416 hue: 0.22 , saturation: 0.51 and the lightness value of 354416 is 0.18.

The process color (four color CMYK) of #354416 color hex is 0.22, 0.00, 0.68, 0.73. Web safe color of #354416 is #333300. Color #354416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000100 00010110
Octal 65 104 26
Decimal 53 68 22
Hex 35 44 16

RGB Percentages of Color #354416

%37.06
%47.55
%15.38

CMYK Percentages of Color #354416

%22
%0
%68
%73

Triadic Colors of #354416

#354416 #163544 #441635

Analogous Colors of #354416

#354416 #1e4416 #443c16

Monochromatic Colors of #354416

#354416

Complementary Color

#354416 #251644

#354416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354416 Color CSS Codes

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

#354416 Text Font Color

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

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


#354416 Background Color

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

This div background color is #354416


#354416 Border Color

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

This div border color is #354416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354416


Comments

No comments written yet.

Please login to write comment.