Color Hex Logo

#355116 Color Hex

#355116
(53,81,22)
0 Favorites   0 Comments

Color spaces of #355116

RGB 538122
HSL0.250.570.20
HSV88°73°32°
CMYK 0.350.000.73   0.68
XYZ4.55546.69971.8121
Yxy6.69970.34860.5127
Hunter Lab25.8838-13.881613.9678
CIE-Lab31.1133-21.453430.1670

#355116 color RGB value is (53,81,22).

#355116 hex color red value is 53, green value is 81 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #355116 hue: 0.25 , saturation: 0.57 and the lightness value of 355116 is 0.20.

The process color (four color CMYK) of #355116 color hex is 0.35, 0.00, 0.73, 0.68. Web safe color of #355116 is #336600. Color #355116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 00010110
Octal 65 121 26
Decimal 53 81 22
Hex 35 51 16

RGB Percentages of Color #355116

%33.97
%51.92
%14.10

CMYK Percentages of Color #355116

%35
%0
%73
%68

Triadic Colors of #355116

#355116 #163551 #511635

Analogous Colors of #355116

#355116 #185116 #515016

Monochromatic Colors of #355116

#355116

Complementary Color

#355116 #321651

#355116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355116 Color CSS Codes

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

#355116 Text Font Color

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

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


#355116 Background Color

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

This div background color is #355116


#355116 Border Color

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

This div border color is #355116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355116


Comments

No comments written yet.

Please login to write comment.