Color Hex Logo

#354915 Color Hex

#354915
(53,73,21)
0 Favorites   0 Comments

Color spaces of #354915

RGB 537321
HSL0.230.550.18
HSV83°71°29°
CMYK 0.270.000.71   0.71
XYZ3.98615.57611.5757
Yxy5.57610.35790.5006
Hunter Lab23.6138-11.192612.5733
CIE-Lab28.3168-17.304527.6702

#354915 color RGB value is (53,73,21).

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

The process color (four color CMYK) of #354915 color hex is 0.27, 0.00, 0.71, 0.71. Web safe color of #354915 is #333300. Color #354915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 00010101
Octal 65 111 25
Decimal 53 73 21
Hex 35 49 15

RGB Percentages of Color #354915

%36.05
%49.66
%14.29

CMYK Percentages of Color #354915

%27
%0
%71
%71

Triadic Colors of #354915

#354915 #153549 #491535

Analogous Colors of #354915

#354915 #1b4915 #494315

Monochromatic Colors of #354915

#354915

Complementary Color

#354915 #291549

#354915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354915 Color CSS Codes

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

#354915 Text Font Color

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

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


#354915 Background Color

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

This div background color is #354915


#354915 Border Color

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

This div border color is #354915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354915


Comments

No comments written yet.

Please login to write comment.