Color Hex Logo

#355619 Color Hex

#355619
(53,86,25)
0 Favorites   0 Comments

Color spaces of #355619

RGB 538625
HSL0.260.550.22
HSV92°71°34°
CMYK 0.380.000.71   0.66
XYZ4.97157.48262.1020
Yxy7.48260.34150.5141
Hunter Lab27.3543-15.428714.5920
CIE-Lab32.8812-23.704430.6258

#355619 color RGB value is (53,86,25).

#355619 hex color red value is 53, green value is 86 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #355619 hue: 0.26 , saturation: 0.55 and the lightness value of 355619 is 0.22.

The process color (four color CMYK) of #355619 color hex is 0.38, 0.00, 0.71, 0.66. Web safe color of #355619 is #336600. Color #355619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 00011001
Octal 65 126 31
Decimal 53 86 25
Hex 35 56 19

RGB Percentages of Color #355619

%32.32
%52.44
%15.24

CMYK Percentages of Color #355619

%38
%0
%71
%66

Triadic Colors of #355619

#355619 #193556 #561935

Analogous Colors of #355619

#355619 #19561c #545619

Monochromatic Colors of #355619

#355619

Complementary Color

#355619 #3a1956

#355619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355619 Color CSS Codes

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

#355619 Text Font Color

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

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


#355619 Background Color

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

This div background color is #355619


#355619 Border Color

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

This div border color is #355619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355619


Comments

No comments written yet.

Please login to write comment.