Color Hex Logo

#354215 Color Hex

#354215
(53,66,21)
0 Favorites   0 Comments

Color spaces of #354215

RGB 536621
HSL0.210.520.17
HSV77°68°26°
CMYK 0.200.000.68   0.74
XYZ3.55184.70751.4309
Yxy4.70750.36650.4858
Hunter Lab21.6968-8.748611.2776
CIE-Lab25.8846-13.374325.0180

#354215 color RGB value is (53,66,21).

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

The process color (four color CMYK) of #354215 color hex is 0.20, 0.00, 0.68, 0.74. Web safe color of #354215 is #333300. Color #354215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000010 00010101
Octal 65 102 25
Decimal 53 66 21
Hex 35 42 15

RGB Percentages of Color #354215

%37.86
%47.14
%15.00

CMYK Percentages of Color #354215

%20
%0
%68
%74

Triadic Colors of #354215

#354215 #153542 #421535

Analogous Colors of #354215

#354215 #1f4215 #423915

Monochromatic Colors of #354215

#354215

Complementary Color

#354215 #221542

#354215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354215 Color CSS Codes

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

#354215 Text Font Color

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

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


#354215 Background Color

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

This div background color is #354215


#354215 Border Color

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

This div border color is #354215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354215


Comments

No comments written yet.

Please login to write comment.