Color Hex Logo

#355215 Color Hex

#355215
(53,82,21)
0 Favorites   0 Comments

Color spaces of #355215

RGB 538221
HSL0.250.590.20
HSV89°74°32°
CMYK 0.350.000.74   0.68
XYZ4.62086.84561.7873
Yxy6.84560.34860.5165
Hunter Lab26.1641-14.262614.2647
CIE-Lab31.4528-22.051930.9865

#355215 color RGB value is (53,82,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010010 00010101
Octal 65 122 25
Decimal 53 82 21
Hex 35 52 15

RGB Percentages of Color #355215

%33.97
%52.56
%13.46

CMYK Percentages of Color #355215

%35
%0
%74
%68

Triadic Colors of #355215

#355215 #153552 #521535

Analogous Colors of #355215

#355215 #175215 #525115

Monochromatic Colors of #355215

#355215

Complementary Color

#355215 #321552

#355215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355215 Color CSS Codes

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

#355215 Text Font Color

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

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


#355215 Background Color

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

This div background color is #355215


#355215 Border Color

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

This div border color is #355215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355215


Comments

No comments written yet.

Please login to write comment.