Color Hex Logo

#354716 Color Hex

#354716
(53,71,22)
0 Favorites   0 Comments

Color spaces of #354716

RGB 537122
HSL0.230.530.18
HSV82°69°28°
CMYK 0.250.000.69   0.72
XYZ3.86635.32131.5824
Yxy5.32130.35900.4941
Hunter Lab23.0679-10.451412.0804
CIE-Lab27.6312-16.107626.4192

#354716 color RGB value is (53,71,22).

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

The process color (four color CMYK) of #354716 color hex is 0.25, 0.00, 0.69, 0.72. Web safe color of #354716 is #333300. Color #354716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000111 00010110
Octal 65 107 26
Decimal 53 71 22
Hex 35 47 16

RGB Percentages of Color #354716

%36.30
%48.63
%15.07

CMYK Percentages of Color #354716

%25
%0
%69
%72

Triadic Colors of #354716

#354716 #163547 #471635

Analogous Colors of #354716

#354716 #1d4716 #474116

Monochromatic Colors of #354716

#354716

Complementary Color

#354716 #281647

#354716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354716 Color CSS Codes

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

#354716 Text Font Color

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

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


#354716 Background Color

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

This div background color is #354716


#354716 Border Color

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

This div border color is #354716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,71,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 #354716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354716


Comments

No comments written yet.

Please login to write comment.