Color Hex Logo

#359319 Color Hex

#359319
(53,147,25)
0 Favorites   0 Comments

Color spaces of #359319

RGB 5314725
HSL0.300.710.34
HSV106°83°58°
CMYK 0.640.000.83   0.42
XYZ12.077421.69454.4706
Yxy21.69450.31580.5673
Hunter Lab46.5774-35.225726.9134
CIE-Lab53.7014-49.066051.1775

#359319 color RGB value is (53,147,25).

#359319 hex color red value is 53, green value is 147 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #359319 hue: 0.30 , saturation: 0.71 and the lightness value of 359319 is 0.34.

The process color (four color CMYK) of #359319 color hex is 0.64, 0.00, 0.83, 0.42. Web safe color of #359319 is #339900. Color #359319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010011 00011001
Octal 65 223 31
Decimal 53 147 25
Hex 35 93 19

RGB Percentages of Color #359319

%23.56
%65.33
%11.11

CMYK Percentages of Color #359319

%64
%0
%83
%42

Triadic Colors of #359319

#359319 #193593 #931935

Analogous Colors of #359319

#359319 #19933a #729319

Monochromatic Colors of #359319

#359319

Complementary Color

#359319 #771993

#359319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359319 Color CSS Codes

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

#359319 Text Font Color

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

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


#359319 Background Color

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

This div background color is #359319


#359319 Border Color

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

This div border color is #359319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359319


Comments

No comments written yet.

Please login to write comment.