Color Hex Logo

#354115 Color Hex

#354115
(53,65,21)
0 Favorites   0 Comments

Color spaces of #354115

RGB 536521
HSL0.210.510.17
HSV76°68°25°
CMYK 0.180.000.68   0.75
XYZ3.49394.59161.4116
Yxy4.59160.36790.4835
Hunter Lab21.4280-8.394111.0938
CIE-Lab25.5380-12.793624.6336

#354115 color RGB value is (53,65,21).

#354115 hex color red value is 53, green value is 65 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #354115 hue: 0.21 , saturation: 0.51 and the lightness value of 354115 is 0.17.

The process color (four color CMYK) of #354115 color hex is 0.18, 0.00, 0.68, 0.75. Web safe color of #354115 is #333300. Color #354115 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 00010101
Octal 65 101 25
Decimal 53 65 21
Hex 35 41 15

RGB Percentages of Color #354115

%38.13
%46.76
%15.11

CMYK Percentages of Color #354115

%18
%0
%68
%75

Triadic Colors of #354115

#354115 #153541 #411535

Analogous Colors of #354115

#354115 #1f4115 #413715

Monochromatic Colors of #354115

#354115

Complementary Color

#354115 #211541

#354115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354115 Color CSS Codes

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

#354115 Text Font Color

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

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


#354115 Background Color

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

This div background color is #354115


#354115 Border Color

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

This div border color is #354115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354115


Comments

No comments written yet.

Please login to write comment.